COLOR #596440

HEX: #596440
RGB: (89,100,64)

Color info

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

RGB color model

#596440 color RGB value is (89,100,64).

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

RGB channels and saturation

R 89 of 255 = 35%
G 100 of 255 = 39%
B 64 of 255 = 25%

89
100
64

R + G + B ~ 33%. #596440 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 100 + 64 = 253 (100%)
R 89 of 253 ~ 35.18%
G 100 of 253 ~ 39.53%
B 64 of 253 ~ 25.3%

%35.18
%39.53
%25.3

CMYK color model

#596440 color CMYK value is (11,0,36,61).

  • cyan value is 11.00%
  • magenta value is 0.00%
  • yellow value is 36.00%
  • key color value is 60.78%
CMYK:
(11,0,36,61)
C11M0Y36K61 
(11%,0%,36%,61%)
(0.11/0.00/0.36/0.61)	

CMYK percentages

%11
%0
%36
%60.78

Codes

Color #596440 in popluar color models

596440
RGB8910064
HSL78°21.95%32.16%
HSB/HSV78°36.00%39.22%
CMYK11.00%0.00%36.00%
60.78%

Color #596440 in popluar number systems.

HEX596440
Decimal8910064
Binary101100111001001000000
Octal131144100

Shades and tints

Shades of #596440

#596440
(89,100,64)
#515B3B
(81,91,59)
#495236
(73,82,54)
#414931
(65,73,49)
#39402C
(57,64,44)
#313727
(49,55,39)
#292E22
(41,46,34)
#21251D
(33,37,29)
#191C18
(25,28,24)
#111313
(17,19,19)
#090A0E
(9,10,14)
#000000
(0,0,0)

Tints of #596440

#596440
(89,100,64)
#687251
(104,114,81)
#778062
(119,128,98)
#868E73
(134,142,115)
#959C84
(149,156,132)
#A4AA95
(164,170,149)
#B3B8A6
(179,184,166)
#C2C6B7
(194,198,183)
#D1D4C8
(209,212,200)
#E0E2D9
(224,226,217)
#EFF0EA
(239,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #596440; }

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

This text font color is #596440.


Background Color

.myBgColor { background-color: #596440; }

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

This div background color is #596440.


Border color

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

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

This div border color is #596440.


Opacity

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

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

Text with #596440 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 #596440;}

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

This text has shadow with #596440 color.

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

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

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


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

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

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


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #596440;
-webkit-box-shadow: 1px 1px 3px 2px #596440;
box-shadow:1px 1px 3px 2px #596440;">
Div content here</div>
This div box has shadow with color #596440.

Preview

Color preview on black background

This text has color #596440 on black background.


Color preview on white background

This text has color #596440 on white background.



Black color preview on #596440 background

This text has black color on #596440 background.


White color preview on #596440 background

This text has white color on #596440 background.