Hex #ab6f30 Color
equivalent to
RGB
(171, 111, 48)Details of #ab6f30
|
|
|
|
Color HEX #ab6f30 matches (171, 111, 48) in RGB.
#ab6f30 hex color red value is 171, green value is 111 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #ab6f30 hue: 0.09, saturation: 0.56 and the lightness value of ab6f30 is 0.43.
The process color (four color CMYK) of #ab6f30 color hex is 0.00, 0.35, 0.72, 0.33. Web safe color of #ab6f30 is #996633. Color #ab6f30 contains mainly RED color.
Base Numbers
|
|
|
|
#ab6f30 tints
#ab6f30 shades
RGB in % of #ab6f30
CMYK in % of #ab6f30
Preview Color #ab6f30 on black ground
Very nice color.
Preview Color #ab6f30 on white ground
Very nice color.
CSS Codes #ab6f30 color
.mybgcolor {background-color:#ab6f30; } .myforecolor {color:#ab6f30; } .mybordercolor {border:3px solid #ab6f30; }
Text Font Color #ab6f30
<p style="color:#ab6f30">Text here</p>
This sample text font color is #ab6f30
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 #ab6f30
<div style="background-color:#ab6f30">
Div content here</div>
This div background color is #ab6f30
Border Color #ab6f30
<div style="border:3px solid #ab6f30">
Div here</div>
The color of this border is #ab6f30
Examples Css3
.textShadowRgb {text-shadow: 4px 4px 2px rgba(0,0,0, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ab6f30; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ab6f30; -webkit-box-shadow: 1px 1px 3px 2px #ab6f30; box-shadow: 1px 1px 3px 2px #ab6f30; }
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 #ab6f30">Text here</p>
The shadow of this text using hex.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ab6f30; -webkit-box-shadow: 1px 1px 3px 2px #ab6f30; box-shadow: 1px 1px 3px 2px #ab6f30;">
Div content here</div>
The shadow of div box using color #ab6f30