Color Hex Logo

#397150 Color Hex

#397150
(57,113,80)
0 Favorites   0 Comments

Color spaces of #397150

RGB 5711380
HSL0.400.330.33
HSV145°50°44°
CMYK 0.500.000.29   0.56
XYZ9.040413.25939.6722
Yxy13.25930.28280.4147
Hunter Lab36.4133-19.40689.7406
CIE-Lab43.1514-26.725612.7467

#397150 color RGB value is (57,113,80).

#397150 hex color red value is 57, green value is 113 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #397150 hue: 0.40 , saturation: 0.33 and the lightness value of 397150 is 0.33.

The process color (four color CMYK) of #397150 color hex is 0.50, 0.00, 0.29, 0.56. Web safe color of #397150 is #336666. Color #397150 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 01110001 01010000
Octal 71 161 120
Decimal 57 113 80
Hex 39 71 50

RGB Percentages of Color #397150

%22.80
%45.20
%32.00

CMYK Percentages of Color #397150

%50
%0
%29
%56

Triadic Colors of #397150

#397150 #503971 #715039

Analogous Colors of #397150

#397150 #39716c #3e7139

Monochromatic Colors of #397150

#397150

Complementary Color

#397150 #71395a

#397150 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#397150 Color Preview on White Background

Lorem ipsum dolor sit amet.

#397150 Color CSS Codes

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

#397150 Text Font Color

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

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


#397150 Background Color

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

This div background color is #397150


#397150 Border Color

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

This div border color is #397150


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #397150


Comments

No comments written yet.

Please login to write comment.