Color Hex Logo

#394c2e Color Hex

#394C2E
(57,76,46)
0 Favorites   0 Comments

Color spaces of #394c2e

RGB 577646
HSL0.270.250.24
HSV98°39°30°
CMYK 0.250.000.39   0.70
XYZ4.76496.23603.5373
Yxy6.23600.32780.4289
Hunter Lab24.9720-9.64149.0819
CIE-Lab30.0002-13.913315.4941

#394c2e color RGB value is (57,76,46).

#394c2e hex color red value is 57, green value is 76 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #394c2e hue: 0.27 , saturation: 0.25 and the lightness value of 394c2e is 0.24.

The process color (four color CMYK) of #394c2e color hex is 0.25, 0.00, 0.39, 0.70. Web safe color of #394c2e is #333333. Color #394c2e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 01001100 00101110
Octal 71 114 56
Decimal 57 76 46
Hex 39 4C 2E

RGB Percentages of Color #394c2e

%31.84
%42.46
%25.70

CMYK Percentages of Color #394c2e

%25
%0
%39
%70

Triadic Colors of #394c2e

#394c2e #2e394c #4c2e39

Analogous Colors of #394c2e

#394c2e #2e4c32 #484c2e

Monochromatic Colors of #394c2e

#394c2e

Complementary Color

#394c2e #412e4c

#394c2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#394c2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#394c2e Color CSS Codes

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

#394c2e Text Font Color

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

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


#394c2e Background Color

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

This div background color is #394c2e


#394c2e Border Color

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

This div border color is #394c2e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(57,76,46, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #394c2e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #394c2e;
  -webkit-box-shadow: 1px 1px 3px 2px #394c2e;
  box-shadow:         1px 1px 3px 2px #394c2e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #394c2e


Comments

No comments written yet.

Please login to write comment.