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