#858281 color RGB value is (8, 88, 40).
#858281 hex color red value is 8, green value is 88, and blue value is 40.
Cylindrical-coordinate representations (HSL) of color #858281
hue: 144,
saturation: 0.83 and lightness: 0.19.
The process color (four-color CMYK) of #858281 color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #858281 is #ff9999. Color #858281 contains mainly RED.
| Color spaces of #858281 | Value |
|---|---|
| RGB | 133, 130, 129 |
| HSL | 0.04, 0.02, 0.51 |
| HSV | 15°, 3°, 52° |
| XYZ | 21.62, 22.54, 23.98 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 10000101 | 10000010 | 10000001 |
| Octal | 205 | 202 | 201 |
| Decimal | 133 | 130 | 129 |
| Hex | 85 | 82 | 81 |
Shades of #858281
Tints of #858281
.mybgColor {background-color: #858281;}
.myforeColor {color: #858281;}
.myborderColor {border:3px solid #858281;}
<p style="color:#858281">Text here</p>
This sample text is styled with the font color #858281. 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:#858281">Div content here</div>
<div style="border:3px solid #858281">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(133, 130, 129, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #858281; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #858281;
-webkit-box-shadow: 1px 1px 3px #858281;
box-shadow: 1px 1px 3px #858281; }
<p style="text-shadow: 4px 4px 2px rgba(133, 130, 129, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #858281;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #858281;
-webkit-box-shadow: 1px 1px 3px #858281;
box-shadow: 1px 1px 3px #858281;">Div content here</div>
