HEX
#
RGB
HSL

#808080 CSS / HTML Preview

Text with hexadecimal color #808080

This text has a font color of #808080.

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

This element has a border color of #808080.

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

This paragraph has a background color of #808080.

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