Color Hex Logo

#397f7c Color Hex

#397F7C
(57,127,124)
0 Favorites   0 Comments

Color spaces of #397f7c

RGB 57127124
HSL0.490.380.36
HSV177°55°50°
CMYK 0.550.000.02   0.50
XYZ12.914817.503821.7667
Yxy17.50380.24750.3354
Hunter Lab41.8375-18.1147-1.5604
CIE-Lab48.8887-22.6412-5.0660

#397f7c color RGB value is (57,127,124).

#397f7c hex color red value is 57, green value is 127 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #397f7c hue: 0.49 , saturation: 0.38 and the lightness value of 397f7c is 0.36.

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 01111111 01111100
Octal 71 177 174
Decimal 57 127 124
Hex 39 7F 7C

RGB Percentages of Color #397f7c

%18.51
%41.23
%40.26

CMYK Percentages of Color #397f7c

%55
%0
%2
%50

Triadic Colors of #397f7c

#397f7c #7c397f #7f7c39

Analogous Colors of #397f7c

#397f7c #395f7f #397f59

Monochromatic Colors of #397f7c

#397f7c

Complementary Color

#397f7c #7f393c

#397f7c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#397f7c Color Preview on White Background

Lorem ipsum dolor sit amet.

#397f7c Color CSS Codes

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

#397f7c Text Font Color

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

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


#397f7c Background Color

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

This div background color is #397f7c


#397f7c Border Color

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

This div border color is #397f7c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(57,127,124, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #397f7c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #397f7c;
  -webkit-box-shadow: 1px 1px 3px 2px #397f7c;
  box-shadow:         1px 1px 3px 2px #397f7c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #397f7c


Comments

No comments written yet.

Please login to write comment.