Color Hex Logo

#397570 Color Hex

#397570
(57,117,112)
0 Favorites   0 Comments

Color spaces of #397570

RGB 57117112
HSL0.490.340.34
HSV175°51°46°
CMYK 0.510.000.04   0.54
XYZ10.973314.762317.6003
Yxy14.76230.25320.3406
Hunter Lab38.4217-16.2582-0.2645
CIE-Lab45.3069-20.7890-3.2458

#397570 color RGB value is (57,117,112).

#397570 hex color red value is 57, green value is 117 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #397570 hue: 0.49 , saturation: 0.34 and the lightness value of 397570 is 0.34.

The process color (four color CMYK) of #397570 color hex is 0.51, 0.00, 0.04, 0.54. Web safe color of #397570 is #336666. Color #397570 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 01110101 01110000
Octal 71 165 160
Decimal 57 117 112
Hex 39 75 70

RGB Percentages of Color #397570

%19.93
%40.91
%39.16

CMYK Percentages of Color #397570

%51
%0
%4
%54

Triadic Colors of #397570

#397570 #703975 #757039

Analogous Colors of #397570

#397570 #395c75 #397552

Monochromatic Colors of #397570

#397570

Complementary Color

#397570 #75393e

#397570 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#397570 Color Preview on White Background

Lorem ipsum dolor sit amet.

#397570 Color CSS Codes

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

#397570 Text Font Color

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

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


#397570 Background Color

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

This div background color is #397570


#397570 Border Color

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

This div border color is #397570


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #397570


Comments

No comments written yet.

Please login to write comment.