HEX
#
RGB
HSL

#2F4F4F CSS / HTML Preview

Text with hexadecimal color #2F4F4F

This text has a font color of #2F4F4F.

<span style="color:#2F4F4F;">Your text here</span>
#2F4F4F border color

This element has a border color of #2F4F4F.

<div style="border:2px solid #2F4F4F;">Content here</div>
#2F4F4F background color

This paragraph has a background color of #2F4F4F.

<p style="background-color:#2F4F4F;">Content here</p>
CSS codes
.text {color:#2F4F4F;}
.background {background-color:#2F4F4F;}
.border {border:1px solid #2F4F4F;}