color details

Color Details
#8B5E3C Color Hex

#8B5E3C color RGB value is (8, 181, 227).
#8B5E3C hex color red value is 8, green value is 181, and blue value is 227.
Cylindrical-coordinate representations (HSL) of color #8B5E3C hue: 192.6, saturation: 0.93 and lightness: 0.46.

The process color (four-color CMYK) of #8B5E3C color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #8B5E3C is #ff9999. Color #8B5E3C contains mainly RED.

Color Spaces
Color spaces of #8B5E3CValue
RGB139, 94, 60
HSL0.07, 0.4, 0.39
HSV26°, 57°, 55°
XYZ15.47, 13.82, 6.13
Base Numbers
Base Red Green Blue
Binary 10001011 1011110 111100
Octal 213 136 74
Decimal 139 94 60
Hex 8B 5E 3C

RGB Percentages for Color #8B5E3C

47.44%
32.08%
20.48%

CMYK Percentages of the Color #8B5E3C

32.37%
56.83%
45.49%
CSS Codes for Color #8B5E3C
.mybgColor {background-color: #8B5E3C;}
.myforeColor {color: #8B5E3C;}
.myborderColor {border:3px solid #8B5E3C;}
Text Font Color #8B5E3C

<p style="color:#8B5E3C">Text here</p>

This sample text is styled with the font color #8B5E3C. 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 #8B5E3C

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

The background color of this div is #8B5E3C
Border Color #8B5E3C

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

The border color of this div is #8B5E3C
Css3 Examples
            .textShadowRgb {
                text-shadow: 4px 4px 2px rgba(139, 94, 60, 0.8);            }
            .textShadowHex {
                text-shadow: 4px 4px 2px #8B5E3C;            }
            .divShadow {
                -moz-box-shadow: 1px 1px 3px #8B5E3C;
-webkit-box-shadow: 1px 1px 3px #8B5E3C;
box-shadow: 1px 1px 3px #8B5E3C;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(139, 94, 60, 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 #8B5E3C;">Text here</p>

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

Shadow Div Box

<div style="-moz-box-shadow: 1px 1px 3px #8B5E3C; -webkit-box-shadow: 1px 1px 3px #8B5E3C; box-shadow: 1px 1px 3px #8B5E3C;">Div content here</div>

This div box has a shadow with a specified color. #8B5E3C
Scroll to Top