Color Hex Logo

#596442 Color Hex

#596442
(89,100,66)
0 Favorites   0 Comments

Color spaces of #596442

RGB 8910066
HSL0.220.200.33
HSV79°34°39°
CMYK 0.110.000.34   0.61
XYZ9.660411.63156.8902
Yxy11.63150.34280.4127
Hunter Lab34.1050-9.122711.8952
CIE-Lab40.6244-10.730617.9290

#596442 color RGB value is (89,100,66).

#596442 hex color red value is 89, green value is 100 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #596442 hue: 0.22 , saturation: 0.20 and the lightness value of 596442 is 0.33.

The process color (four color CMYK) of #596442 color hex is 0.11, 0.00, 0.34, 0.61. Web safe color of #596442 is #666633. Color #596442 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01100100 01000010
Octal 131 144 102
Decimal 89 100 66
Hex 59 64 42

RGB Percentages of Color #596442

%34.90
%39.22
%25.88

CMYK Percentages of Color #596442

%11
%0
%34
%61

Triadic Colors of #596442

#596442 #425964 #644259

Analogous Colors of #596442

#596442 #486442 #645e42

Monochromatic Colors of #596442

#596442

Complementary Color

#596442 #4d4264

#596442 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#596442 Color Preview on White Background

Lorem ipsum dolor sit amet.

#596442 Color CSS Codes

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

#596442 Text Font Color

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

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


#596442 Background Color

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

This div background color is #596442


#596442 Border Color

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

This div border color is #596442


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(89,100,66, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #596442


Comments

No comments written yet.

Please login to write comment.