color details

Color Details
#858281 Color Hex

#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
Color spaces of #858281Value
RGB133, 130, 129
HSL0.04, 0.02, 0.51
HSV15°, 3°, 52°
XYZ21.62, 22.54, 23.98
Base Numbers
Base Red Green Blue
Binary 10000101 10000010 10000001
Octal 205 202 201
Decimal 133 130 129
Hex 85 82 81

RGB Percentages for Color #858281

33.93%
33.16%
32.91%

CMYK Percentages of the Color #858281

2.26%
3.01%
47.84%
CSS Codes for Color #858281
.mybgColor {background-color: #858281;}
.myforeColor {color: #858281;}
.myborderColor {border:3px solid #858281;}
Text Font Color #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,

Background Color #858281

<div style="background-color:#858281">Div content here</div>

The background color of this div is #858281
Border Color #858281

<div style="border:3px solid #858281">Div here</div>

The border color of this div is #858281
Css3 Examples
            .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;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(133, 130, 129, 0.8);">Text here</p>

This text has a shadow with RGB values.

Text Shadow Using Hex Values

<p style="text-shadow: 4px 4px 2px #858281;">Text here</p>

This text has a shadow with hexadecimal (hex) values.

Shadow Div Box

<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>

This div box has a shadow with a specified color. #858281

Scroll to Top