Color Hex Logo

#394912 Color Hex

#394912
(57,73,18)
0 Favorites   0 Comments

Color spaces of #394912

RGB 577318
HSL0.220.600.18
HSV77°75°29°
CMYK 0.220.000.75   0.71
XYZ4.17915.67861.4481
Yxy5.67860.36960.5023
Hunter Lab23.8298-10.398113.0779
CIE-Lab28.5867-15.708329.4884

#394912 color RGB value is (57,73,18).

#394912 hex color red value is 57, green value is 73 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #394912 hue: 0.22 , saturation: 0.60 and the lightness value of 394912 is 0.18.

The process color (four color CMYK) of #394912 color hex is 0.22, 0.00, 0.75, 0.71. Web safe color of #394912 is #333300. Color #394912 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 01001001 00010010
Octal 71 111 22
Decimal 57 73 18
Hex 39 49 12

RGB Percentages of Color #394912

%38.51
%49.32
%12.16

CMYK Percentages of Color #394912

%22
%0
%75
%71

Triadic Colors of #394912

#394912 #123949 #491239

Analogous Colors of #394912

#394912 #1e4912 #493e12

Monochromatic Colors of #394912

#394912

Complementary Color

#394912 #221249

#394912 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#394912 Color Preview on White Background

Lorem ipsum dolor sit amet.

#394912 Color CSS Codes

.mybgcolor {background-color:#394912; } 
.myforecolor {color:#394912; }
.mybordercolor {border:3px solid #394912; }

#394912 Text Font Color

<p style="color:#394912">Text here</p>

This sample text font color is #394912
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.


#394912 Background Color

<div style="background-color:#394912">
Div content here</div>

This div background color is #394912


#394912 Border Color

<div style="border:3px solid #394912">
Div here</div>

This div border color is #394912


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(57,73,18, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #394912; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #394912;
  -webkit-box-shadow: 1px 1px 3px 2px #394912;
  box-shadow:         1px 1px 3px 2px #394912; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(57,73,18, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #394912">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #394912;
  -webkit-box-shadow: 1px 1px 3px 2px #394912;
  box-shadow:         1px 1px 3px 2px #394912;">
Div content here</div>

This div box has shadow with color #394912


Comments

No comments written yet.

Please login to write comment.