Color Hex Logo

#397350 Color Hex

#397350
(57,115,80)
0 Favorites   0 Comments

Color spaces of #397350

RGB 5711580
HSL0.400.340.34
HSV144°50°45°
CMYK 0.500.000.30   0.55
XYZ9.266013.71059.7474
Yxy13.71050.28320.4190
Hunter Lab37.0277-20.129710.3115
CIE-Lab43.8149-27.702513.6600

#397350 color RGB value is (57,115,80).

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

The process color (four color CMYK) of #397350 color hex is 0.50, 0.00, 0.30, 0.55. Web safe color of #397350 is #336666. Color #397350 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 01110011 01010000
Octal 71 163 120
Decimal 57 115 80
Hex 39 73 50

RGB Percentages of Color #397350

%22.62
%45.63
%31.75

CMYK Percentages of Color #397350

%50
%0
%30
%55

Triadic Colors of #397350

#397350 #503973 #735039

Analogous Colors of #397350

#397350 #39736d #3f7339

Monochromatic Colors of #397350

#397350

Complementary Color

#397350 #73395c

#397350 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#397350 Color Preview on White Background

Lorem ipsum dolor sit amet.

#397350 Color CSS Codes

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

#397350 Text Font Color

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

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


#397350 Background Color

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

This div background color is #397350


#397350 Border Color

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

This div border color is #397350


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(57,115,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 #397350">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #397350


Comments

No comments written yet.

Please login to write comment.