Color Hex Logo

#596940 Color Hex

#596940
(89,105,64)
0 Favorites   0 Comments

Color spaces of #596940

RGB 8910564
HSL0.230.240.33
HSV83°39°41°
CMYK 0.150.000.39   0.59
XYZ10.096812.59726.7498
Yxy12.59720.34290.4278
Hunter Lab35.4925-11.332813.5693
CIE-Lab42.1499-13.844521.1044

#596940 color RGB value is (89,105,64).

#596940 hex color red value is 89, green value is 105 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #596940 hue: 0.23 , saturation: 0.24 and the lightness value of 596940 is 0.33.

The process color (four color CMYK) of #596940 color hex is 0.15, 0.00, 0.39, 0.59. Web safe color of #596940 is #666633. Color #596940 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01101001 01000000
Octal 131 151 100
Decimal 89 105 64
Hex 59 69 40

RGB Percentages of Color #596940

%34.50
%40.70
%24.81

CMYK Percentages of Color #596940

%15
%0
%39
%59

Triadic Colors of #596940

#596940 #405969 #694059

Analogous Colors of #596940

#596940 #456940 #696540

Monochromatic Colors of #596940

#596940

Complementary Color

#596940 #504069

#596940 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#596940 Color Preview on White Background

Lorem ipsum dolor sit amet.

#596940 Color CSS Codes

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

#596940 Text Font Color

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

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


#596940 Background Color

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

This div background color is #596940


#596940 Border Color

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

This div border color is #596940


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #596940


Comments

No comments written yet.

Please login to write comment.