#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 of #8B5E3C | Value |
---|---|
RGB | 139, 94, 60 |
HSL | 0.07, 0.4, 0.39 |
HSV | 26°, 57°, 55° |
XYZ | 15.47, 13.82, 6.13 |
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001011 | 1011110 | 111100 |
Octal | 213 | 136 | 74 |
Decimal | 139 | 94 | 60 |
Hex | 8B | 5E | 3C |
Shades of #8B5E3C
Tints of #8B5E3C
.mybgColor {background-color: #8B5E3C;} .myforeColor {color: #8B5E3C;} .myborderColor {border:3px solid #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,
<div style="background-color:#8B5E3C">Div content here</div>
<div style="border:3px solid #8B5E3C">Div here</div>
.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; }
<p style="text-shadow: 4px 4px 2px rgba(139, 94, 60, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #8B5E3C;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<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>