I have this CSS for a circle with one border color:
You can achieve a circle border divided into 3 sections with an inline svg using:
Here is an example:
svg{width:30%;height:auto;}
To add text inside the circle, you can use the svg text element:
svg{width:30%;height:auto;}