Color Hex Logo

#394124 Color Hex

#394124
(57,65,36)
0 Favorites   0 Comments

Color spaces of #394124

RGB 576536
HSL0.210.290.20
HSV77°45°25°
CMYK 0.120.000.45   0.75
XYZ3.89614.77782.3859
Yxy4.77780.35230.4320
Hunter Lab21.8582-6.43528.8290
CIE-Lab26.0921-9.032816.6062

#394124 color RGB value is (57,65,36).

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

The process color (four color CMYK) of #394124 color hex is 0.12, 0.00, 0.45, 0.75. Web safe color of #394124 is #333333. Color #394124 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 01000001 00100100
Octal 71 101 44
Decimal 57 65 36
Hex 39 41 24

RGB Percentages of Color #394124

%36.08
%41.14
%22.78

CMYK Percentages of Color #394124

%12
%0
%45
%75

Triadic Colors of #394124

#394124 #243941 #412439

Analogous Colors of #394124

#394124 #2b4124 #413b24

Monochromatic Colors of #394124

#394124

Complementary Color

#394124 #2c2441

#394124 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#394124 Color Preview on White Background

Lorem ipsum dolor sit amet.

#394124 Color CSS Codes

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

#394124 Text Font Color

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

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


#394124 Background Color

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

This div background color is #394124


#394124 Border Color

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

This div border color is #394124


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #394124


Comments

No comments written yet.

Please login to write comment.