Color Hex Logo

#596372 Color Hex

#596372
(89,99,114)
0 Favorites   0 Comments

Color spaces of #596372

RGB 8999114
HSL0.600.120.40
HSV216°22°45°
CMYK 0.220.130.00   0.55
XYZ11.618912.262417.6741
Yxy12.26240.27960.2951
Hunter Lab35.0177-2.0546-5.4124
CIE-Lab41.6302-0.2570-9.7371

#596372 color RGB value is (89,99,114).

#596372 hex color red value is 89, green value is 99 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #596372 hue: 0.60 , saturation: 0.12 and the lightness value of 596372 is 0.40.

The process color (four color CMYK) of #596372 color hex is 0.22, 0.13, 0.00, 0.55. Web safe color of #596372 is #666666. Color #596372 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01100011 01110010
Octal 131 143 162
Decimal 89 99 114
Hex 59 63 72

RGB Percentages of Color #596372

%29.47
%32.78
%37.75

CMYK Percentages of Color #596372

%22
%13
%0
%55

Triadic Colors of #596372

#596372 #725963 #637259

Analogous Colors of #596372

#596372 #5c5972 #597072

Monochromatic Colors of #596372

#596372

Complementary Color

#596372 #726859

#596372 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#596372 Color Preview on White Background

Lorem ipsum dolor sit amet.

#596372 Color CSS Codes

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

#596372 Text Font Color

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

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


#596372 Background Color

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

This div background color is #596372


#596372 Border Color

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

This div border color is #596372


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #596372


Comments

No comments written yet.

Please login to write comment.