COLOR #596951

HEX: #596951
RGB: (89,105,81)

Color info

#596951 contains red, green and blue colors in about the same proportion. Web safe color of #596951 is #666666 (or #666).

RGB color model

#596951 color RGB value is (89,105,81).

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

RGB channels and saturation

R 89 of 255 = 35%
G 105 of 255 = 41%
B 81 of 255 = 32%

89
105
81

R + G + B ~ 36%. #596951 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 105 + 81 = 275 (100%)
R 89 of 275 ~ 32.36%
G 105 of 275 ~ 38.18%
B 81 of 275 ~ 29.45%

%32.36
%38.18
%29.45

CMYK color model

#596951 color CMYK value is (15,0,23,59).

  • cyan value is 15.24%
  • magenta value is 0.00%
  • yellow value is 22.86%
  • key color value is 58.82%
CMYK:
(15,0,23,59)
C15M0Y23K59 
(15%,0%,23%,59%)
(0.15/0.00/0.23/0.59)	

CMYK percentages

%15.24
%0
%22.86
%58.82

Codes

Color #596951 in popluar color models

596951
RGB8910581
HSL100°12.90%36.47%
HSB/HSV100°22.86%41.18%
CMYK15.24%0.00%22.86%
58.82%

Color #596951 in popluar number systems.

HEX596951
Decimal8910581
Binary101100111010011010001
Octal131151121

Shades and tints

Shades of #596951

#596951
(89,105,81)
#51604A
(81,96,74)
#495743
(73,87,67)
#414E3C
(65,78,60)
#394535
(57,69,53)
#313C2E
(49,60,46)
#293327
(41,51,39)
#212A20
(33,42,32)
#192119
(25,33,25)
#111812
(17,24,18)
#090F0B
(9,15,11)
#000000
(0,0,0)

Tints of #596951

#596951
(89,105,81)
#687660
(104,118,96)
#77836F
(119,131,111)
#86907E
(134,144,126)
#959D8D
(149,157,141)
#A4AA9C
(164,170,156)
#B3B7AB
(179,183,171)
#C2C4BA
(194,196,186)
#D1D1C9
(209,209,201)
#E0DED8
(224,222,216)
#EFEBE7
(239,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #596951; }

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

This text font color is #596951.


Background Color

.myBgColor { background-color: #596951; }

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

This div background color is #596951.


Border color

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

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

This div border color is #596951.


Opacity

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

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

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

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

This text has shadow with #596951 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #596951 on black background.


Color preview on white background

This text has color #596951 on white background.



Black color preview on #596951 background

This text has black color on #596951 background.


White color preview on #596951 background

This text has white color on #596951 background.