Color Hex Logo

#394529 Color Hex

#394529
(57,69,41)
0 Favorites   0 Comments

Color spaces of #394529

RGB 576941
HSL0.240.250.22
HSV86°41°27°
CMYK 0.170.000.41   0.73
XYZ4.21575.28622.8960
Yxy5.28620.34000.4264
Hunter Lab22.9917-7.50638.6261
CIE-Lab27.5351-10.661815.3602

#394529 color RGB value is (57,69,41).

#394529 hex color red value is 57, green value is 69 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #394529 hue: 0.24 , saturation: 0.25 and the lightness value of 394529 is 0.22.

The process color (four color CMYK) of #394529 color hex is 0.17, 0.00, 0.41, 0.73. Web safe color of #394529 is #333333. Color #394529 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 01000101 00101001
Octal 71 105 51
Decimal 57 69 41
Hex 39 45 29

RGB Percentages of Color #394529

%34.13
%41.32
%24.55

CMYK Percentages of Color #394529

%17
%0
%41
%73

Triadic Colors of #394529

#394529 #293945 #452939

Analogous Colors of #394529

#394529 #2b4529 #454329

Monochromatic Colors of #394529

#394529

Complementary Color

#394529 #352945

#394529 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#394529 Color Preview on White Background

Lorem ipsum dolor sit amet.

#394529 Color CSS Codes

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

#394529 Text Font Color

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

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


#394529 Background Color

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

This div background color is #394529


#394529 Border Color

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

This div border color is #394529


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #394529


Comments

No comments written yet.

Please login to write comment.