Color Hex Logo

#394325 Color Hex

#394325
(57,67,37)
0 Favorites   0 Comments

Color spaces of #394325

RGB 576737
HSL0.220.290.20
HSV80°45°26°
CMYK 0.150.000.45   0.74
XYZ4.02845.01772.5065
Yxy5.01770.34870.4343
Hunter Lab22.4002-7.09949.0458
CIE-Lab26.7851-10.090316.8735

#394325 color RGB value is (57,67,37).

#394325 hex color red value is 57, green value is 67 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #394325 hue: 0.22 , saturation: 0.29 and the lightness value of 394325 is 0.20.

The process color (four color CMYK) of #394325 color hex is 0.15, 0.00, 0.45, 0.74. Web safe color of #394325 is #333333. Color #394325 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 01000011 00100101
Octal 71 103 45
Decimal 57 67 37
Hex 39 43 25

RGB Percentages of Color #394325

%35.40
%41.61
%22.98

CMYK Percentages of Color #394325

%15
%0
%45
%74

Triadic Colors of #394325

#394325 #253943 #432539

Analogous Colors of #394325

#394325 #2a4325 #433e25

Monochromatic Colors of #394325

#394325

Complementary Color

#394325 #2f2543

#394325 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#394325 Color Preview on White Background

Lorem ipsum dolor sit amet.

#394325 Color CSS Codes

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

#394325 Text Font Color

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

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


#394325 Background Color

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

This div background color is #394325


#394325 Border Color

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

This div border color is #394325


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #394325


Comments

No comments written yet.

Please login to write comment.