Color Hex Logo

#396809 Color Hex

#396809
(57,104,9)
0 Favorites   0 Comments

Color spaces of #396809

RGB 571049
HSL0.250.840.22
HSV90°91°41°
CMYK 0.450.000.91   0.59
XYZ6.687010.79021.9887
Yxy10.79020.34350.5543
Hunter Lab32.8484-21.147319.4044
CIE-Lab39.2248-31.626442.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

BaseRedGreenBlue
Binary 00111001 01101000 00001001
Octal 71 150 11
Decimal 57 104 9
Hex 39 68 9

RGB Percentages of Color #396809

%33.53
%61.18
%5.29

CMYK Percentages of Color #396809

%45
%0
%91
%59

Triadic Colors of #396809

#396809 #093968 #680939

Analogous Colors of #396809

#396809 #096809 #686809

Monochromatic Colors of #396809

#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.