Color spaces of #396809
RGB | 57 | 104 | 9 |
---|---|---|---|
HSL | 0.25 | 0.84 | 0.22 |
HSV | 90° | 91° | 41° |
CMYK | 0.45 | 0.00 | 0.91 0.59 |
XYZ | 6.6870 | 10.7902 | 1.9887 |
Yxy | 10.7902 | 0.3435 | 0.5543 |
Hunter Lab | 32.8484 | -21.1473 | 19.4044 |
CIE-Lab | 39.2248 | -31.6264 | 42.5449 |
#396809 color RGB value is (57,104,9).
#396809 hex color red value is 57, green value is 104 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #396809 hue: 0.25 , saturation: 0.84 and the lightness value of 396809 is 0.22.
The process color (four color CMYK) of #396809 color hex is 0.45, 0.00, 0.91, 0.59. Web safe color of #396809 is #336600. Color #396809 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00111001 | 01101000 | 00001001 |
Octal | 71 | 150 | 11 |
Decimal | 57 | 104 | 9 |
Hex | 39 | 68 | 9 |
Shades of #396809
Tints of #396809
RGB Percentages of Color #396809
CMYK Percentages of Color #396809
Complementary Color
#396809 | #380968 |
#396809 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#396809 Color Preview on White Background
Lorem ipsum dolor sit amet.
#396809 Color CSS Codes
.mybgcolor {background-color:#396809; } .myforecolor {color:#396809; } .mybordercolor {border:3px solid #396809; }
#396809 Text Font Color
<p style="color:#396809">Text here</p>
This sample text font color is #396809
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.
#396809 Background Color
<div style="background-color:#396809">
Div content here</div>
This div background color is #396809
#396809 Border Color
<div style="border:3px solid #396809">
Div here</div>
This div border color is #396809
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(57,104,9, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #396809; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #396809; -webkit-box-shadow: 1px 1px 3px 2px #396809; box-shadow: 1px 1px 3px 2px #396809; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(57,104,9, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #396809">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #396809; -webkit-box-shadow: 1px 1px 3px 2px #396809; box-shadow: 1px 1px 3px 2px #396809;">
Div content here</div>
This div box has shadow with color #396809
Comments
No comments written yet.
Please login to write comment.