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