#5f5e5e color RGB value is (5, 245, 229).
#5f5e5e hex color red value is 5, green value is 245, and blue value is 229.
Cylindrical-coordinate representations (HSL) of color #5f5e5e
hue: 176,
saturation: 0.96 and lightness: 0.49.
The process color (four-color CMYK) of #5f5e5e color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #5f5e5e is #ff9999. Color #5f5e5e contains mainly RED.
Color spaces of #5f5e5e | Value |
---|---|
RGB | 95, 94, 94 |
HSL | 0, 0.01, 0.37 |
HSV | 0°, 1°, 37° |
XYZ | 10.74, 11.25, 12.19 |
Base | Red | Green | Blue |
---|---|---|---|
Binary | 1011111 | 1011110 | 1011110 |
Octal | 137 | 136 | 136 |
Decimal | 95 | 94 | 94 |
Hex | 5F | 5E | 5E |
Shades of #5f5e5e
Tints of #5f5e5e
.mybgColor {background-color: #5f5e5e;} .myforeColor {color: #5f5e5e;} .myborderColor {border:3px solid #5f5e5e;}
<p style="color:#5f5e5e">Text here</p>
This sample text is styled with the font color #5f5e5e. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,
<div style="background-color:#5f5e5e">Div content here</div>
<div style="border:3px solid #5f5e5e">Div here</div>
.textShadowRgb { text-shadow: 4px 4px 2px rgba(95, 94, 94, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #5f5e5e; } .divShadow { -moz-box-shadow: 1px 1px 3px #5f5e5e; -webkit-box-shadow: 1px 1px 3px #5f5e5e; box-shadow: 1px 1px 3px #5f5e5e; }
<p style="text-shadow: 4px 4px 2px rgba(95, 94, 94, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #5f5e5e;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #5f5e5e;
-webkit-box-shadow: 1px 1px 3px #5f5e5e;
box-shadow: 1px 1px 3px #5f5e5e;">Div content here</div>