Color Hex Logo

#397049 Color Hex

#397049
(57,112,73)
0 Favorites   0 Comments

Color spaces of #397049

RGB 5711273
HSL0.380.330.33
HSV137°49°44°
CMYK 0.490.000.35   0.56
XYZ8.684112.93928.3432
Yxy12.93920.28980.4318
Hunter Lab35.9711-19.856211.4279
CIE-Lab42.6715-27.695916.2095

#397049 color RGB value is (57,112,73).

#397049 hex color red value is 57, green value is 112 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #397049 hue: 0.38 , saturation: 0.33 and the lightness value of 397049 is 0.33.

The process color (four color CMYK) of #397049 color hex is 0.49, 0.00, 0.35, 0.56. Web safe color of #397049 is #336633. Color #397049 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 01110000 01001001
Octal 71 160 111
Decimal 57 112 73
Hex 39 70 49

RGB Percentages of Color #397049

%23.55
%46.28
%30.17

CMYK Percentages of Color #397049

%49
%0
%35
%56

Triadic Colors of #397049

#397049 #493970 #704939

Analogous Colors of #397049

#397049 #397065 #457039

Monochromatic Colors of #397049

#397049

Complementary Color

#397049 #703960

#397049 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#397049 Color Preview on White Background

Lorem ipsum dolor sit amet.

#397049 Color CSS Codes

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

#397049 Text Font Color

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

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


#397049 Background Color

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

This div background color is #397049


#397049 Border Color

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

This div border color is #397049


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #397049


Comments

No comments written yet.

Please login to write comment.