Color Hex Logo

#397772 Color Hex

#397772
(57,119,114)
0 Favorites   0 Comments

Color spaces of #397772

RGB 57119114
HSL0.490.350.35
HSV175°52°47°
CMYK 0.520.000.04   0.53
XYZ11.321415.278418.2719
Yxy15.27840.25230.3405
Hunter Lab39.0876-16.7022-0.3544
CIE-Lab46.0132-21.2856-3.3966

#397772 color RGB value is (57,119,114).

#397772 hex color red value is 57, green value is 119 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #397772 hue: 0.49 , saturation: 0.35 and the lightness value of 397772 is 0.35.

The process color (four color CMYK) of #397772 color hex is 0.52, 0.00, 0.04, 0.53. Web safe color of #397772 is #336666. Color #397772 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 01110111 01110010
Octal 71 167 162
Decimal 57 119 114
Hex 39 77 72

RGB Percentages of Color #397772

%19.66
%41.03
%39.31

CMYK Percentages of Color #397772

%52
%0
%4
%53

Triadic Colors of #397772

#397772 #723977 #777239

Analogous Colors of #397772

#397772 #395d77 #397753

Monochromatic Colors of #397772

#397772

Complementary Color

#397772 #77393e

#397772 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#397772 Color Preview on White Background

Lorem ipsum dolor sit amet.

#397772 Color CSS Codes

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

#397772 Text Font Color

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

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


#397772 Background Color

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

This div background color is #397772


#397772 Border Color

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

This div border color is #397772


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #397772


Comments

No comments written yet.

Please login to write comment.