Color Hex Logo

#399572 Color Hex

#399572
(57,149,114)
0 Favorites   0 Comments

Color spaces of #399572

RGB 57149114
HSL0.440.450.40
HSV157°62°58°
CMYK 0.620.000.23   0.42
XYZ15.472123.579719.6555
Yxy23.57970.26350.4016
Hunter Lab48.5589-28.10359.9921
CIE-Lab55.6645-35.891810.5266

#399572 color RGB value is (57,149,114).

#399572 hex color red value is 57, green value is 149 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #399572 hue: 0.44 , saturation: 0.45 and the lightness value of 399572 is 0.40.

The process color (four color CMYK) of #399572 color hex is 0.62, 0.00, 0.23, 0.42. Web safe color of #399572 is #339966. Color #399572 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 10010101 01110010
Octal 71 225 162
Decimal 57 149 114
Hex 39 95 72

RGB Percentages of Color #399572

%17.81
%46.56
%35.63

CMYK Percentages of Color #399572

%62
%0
%23
%42

Triadic Colors of #399572

#399572 #723995 #957239

Analogous Colors of #399572

#399572 #398a95 #399544

Monochromatic Colors of #399572

#399572

Complementary Color

#399572 #95395c

#399572 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#399572 Color Preview on White Background

Lorem ipsum dolor sit amet.

#399572 Color CSS Codes

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

#399572 Text Font Color

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

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


#399572 Background Color

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

This div background color is #399572


#399572 Border Color

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

This div border color is #399572


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #399572


Comments

No comments written yet.

Please login to write comment.