Hex #8b5a2b Color
equivalent to
RGB
(139, 90, 43)Details of #8b5a2b
|
|
|
|
Color HEX #8b5a2b matches (139, 90, 43) in RGB.
#8b5a2b hex color red value is 139, green value is 90 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #8b5a2b hue: 0.08, saturation: 0.53 and the lightness value of 8b5a2b is 0.36.
The process color (four color CMYK) of #8b5a2b color hex is 0.00, 0.35, 0.69, 0.45. Web safe color of #8b5a2b is #996633. Color #8b5a2b contains mainly RED color.
Base Numbers
|
|
|
|
#8b5a2b tints
#8b5a2b shades
RGB in % of #8b5a2b
CMYK in % of #8b5a2b
Preview Color #8b5a2b on black ground
Very nice color.
Preview Color #8b5a2b on white ground
Very nice color.
CSS Codes #8b5a2b color
.mybgcolor {background-color:#8b5a2b; } .myforecolor {color:#8b5a2b; } .mybordercolor {border:3px solid #8b5a2b; }
Text Font Color #8b5a2b
<p style="color:#8b5a2b">Text here</p>
This sample text font color is #8b5a2b
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Background Color #8b5a2b
<div style="background-color:#8b5a2b">
Div content here</div>
This div background color is #8b5a2b
Border Color #8b5a2b
<div style="border:3px solid #8b5a2b">
Div here</div>
The color of this border is #8b5a2b
Examples Css3
.textShadowRgb {text-shadow: 4px 4px 2px rgba(0,0,0, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #8b5a2b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #8b5a2b; -webkit-box-shadow: 1px 1px 3px 2px #8b5a2b; box-shadow: 1px 1px 3px 2px #8b5a2b; }
Text Shadow using RGB
<p style="text-shadow: 4px 4px 2px rgba(0,0,0, 0.8);">Text here</p>
The shadow of this text using RGB.
Text Shadow using Hex
<p style="text-shadow: 4px 4px 2px #8b5a2b">Text here</p>
The shadow of this text using hex.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #8b5a2b; -webkit-box-shadow: 1px 1px 3px 2px #8b5a2b; box-shadow: 1px 1px 3px 2px #8b5a2b;">
Div content here</div>
The shadow of div box using color #8b5a2b