COLOR #596940

HEX: #596940
RGB: (89,105,64)

Color info

#596940 contains red, green and blue colors in about the same proportion. Web safe color of #596940 is #666633 (or #663).

RGB color model

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

  • red value is 89;
  • green value is 105;
  • blue value is 64.
RGB:
(89,105,64)
(35%,41%,25%)

RGB channels and saturation

R 89 of 255 = 35%
G 105 of 255 = 41%
B 64 of 255 = 25%

89
105
64

R + G + B ~ 34%. #596940 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 105 + 64 = 258 (100%)
R 89 of 258 ~ 34.5%
G 105 of 258 ~ 40.7%
B 64 of 258 ~ 24.81%

%34.5
%40.7
%24.81

CMYK color model

#596940 color CMYK value is (15,0,39,59).

  • cyan value is 15.24%
  • magenta value is 0.00%
  • yellow value is 39.05%
  • key color value is 58.82%
CMYK:
(15,0,39,59)
C15M0Y39K59 
(15%,0%,39%,59%)
(0.15/0.00/0.39/0.59)	

CMYK percentages

%15.24
%0
%39.05
%58.82

Codes

Color #596940 in popluar color models

596940
RGB8910564
HSL83°24.26%33.14%
HSB/HSV83°39.05%41.18%
CMYK15.24%0.00%39.05%
58.82%

Color #596940 in popluar number systems.

HEX596940
Decimal8910564
Binary101100111010011000000
Octal131151100

Shades and tints

Shades of #596940

#596940
(89,105,64)
#51603B
(81,96,59)
#495736
(73,87,54)
#414E31
(65,78,49)
#39452C
(57,69,44)
#313C27
(49,60,39)
#293322
(41,51,34)
#212A1D
(33,42,29)
#192118
(25,33,24)
#111813
(17,24,19)
#090F0E
(9,15,14)
#000000
(0,0,0)

Tints of #596940

#596940
(89,105,64)
#687651
(104,118,81)
#778362
(119,131,98)
#869073
(134,144,115)
#959D84
(149,157,132)
#A4AA95
(164,170,149)
#B3B7A6
(179,183,166)
#C2C4B7
(194,196,183)
#D1D1C8
(209,209,200)
#E0DED9
(224,222,217)
#EFEBEA
(239,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #596940 color. Also use rgb(89,105,64) instead hex code.

Text Font Color

.myTextColor { color: #596940; }

<p style="color:#596940">This sample text font color is #596940.</p>

This text font color is #596940.


Background Color

.myBgColor { background-color: #596940; }

<div style="background-color:#596940">Inner text</div>

This div background color is #596940.


Border color

.myBorderColor { border: 1px solid #596940; }

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

This div border color is #596940.


Opacity

.myOpacity80 { color: #596940; opacity: 0.8; }

<p style="color:#596940;opacity:0.8;">80%</p>

Text with #596940 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #596940;}

<p style="text-shadow: 3px 3px 1px #596940">Text here.</p>

This text has shadow with #596940 color.

.textShadow {text-shadow: 3px 3px 1px #596940, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #596940, 5px 5px 20px red">Text here.</p>

This text has shadow with #596940 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#596940, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#596940, Direction=45, Strength=4)">Text</p>

This text has shadow with #596940 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #596940;
  -webkit-box-shadow:	1px 1px 3px 2px #596940;
  box-shadow:		1px 1px 3px 2px #596940;
}

/* html code with inline style */
<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.

Preview

Color preview on black background

This text has color #596940 on black background.


Color preview on white background

This text has color #596940 on white background.



Black color preview on #596940 background

This text has black color on #596940 background.


White color preview on #596940 background

This text has white color on #596940 background.