Color Hex Logo

#397120 Color Hex

#397120
(57,113,32)
0 Favorites   0 Comments

Color spaces of #397120

RGB 5711332
HSL0.280.560.28
HSV101°72°44°
CMYK 0.500.000.72   0.56
XYZ7.853212.78443.4202
Yxy12.78440.32640.5314
Hunter Lab35.7553-23.366419.3573
CIE-Lab42.4366-34.107837.6482

#397120 color RGB value is (57,113,32).

#397120 hex color red value is 57, green value is 113 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #397120 hue: 0.28 , saturation: 0.56 and the lightness value of 397120 is 0.28.

The process color (four color CMYK) of #397120 color hex is 0.50, 0.00, 0.72, 0.56. Web safe color of #397120 is #336633. Color #397120 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 01110001 00100000
Octal 71 161 40
Decimal 57 113 32
Hex 39 71 20

RGB Percentages of Color #397120

%28.22
%55.94
%15.84

CMYK Percentages of Color #397120

%50
%0
%72
%56

Triadic Colors of #397120

#397120 #203971 #712039

Analogous Colors of #397120

#397120 #20712f #627120

Monochromatic Colors of #397120

#397120

Complementary Color

#397120 #582071

#397120 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#397120 Color Preview on White Background

Lorem ipsum dolor sit amet.

#397120 Color CSS Codes

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

#397120 Text Font Color

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

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


#397120 Background Color

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

This div background color is #397120


#397120 Border Color

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

This div border color is #397120


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #397120


Comments

No comments written yet.

Please login to write comment.