COLOR #596156

HEX: #596156
RGB: (89,97,86)

Color info

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

RGB color model

#596156 color RGB value is (89,97,86).

  • red value is 89;
  • green value is 97;
  • blue value is 86.
RGB:
(89,97,86)
(35%,38%,34%)

RGB channels and saturation

R 89 of 255 = 35%
G 97 of 255 = 38%
B 86 of 255 = 34%

89
97
86

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

Portions of RGB colors in percentages

R + G + B =
89 + 97 + 86 = 272 (100%)
R 89 of 272 ~ 32.72%
G 97 of 272 ~ 35.66%
B 86 of 272 ~ 31.62%

%32.72
%35.66
%31.62

CMYK color model

#596156 color CMYK value is (8,0,11,62).

  • cyan value is 8.25%
  • magenta value is 0.00%
  • yellow value is 11.34%
  • key color value is 61.96%
CMYK:
(8,0,11,62)
C8M0Y11K62 
(8%,0%,11%,62%)
(0.08/0.00/0.11/0.62)	

CMYK percentages

%8.25
%0
%11.34
%61.96

Codes

Color #596156 in popluar color models

596156
RGB899786
HSL104°6.01%35.88%
HSB/HSV104°11.34%38.04%
CMYK8.25%0.00%11.34%
61.96%

Color #596156 in popluar number systems.

HEX596156
Decimal899786
Binary101100111000011010110
Octal131141126

Shades and tints

Shades of #596156

#596156
(89,97,86)
#51594F
(81,89,79)
#495148
(73,81,72)
#414941
(65,73,65)
#39413A
(57,65,58)
#313933
(49,57,51)
#29312C
(41,49,44)
#212925
(33,41,37)
#19211E
(25,33,30)
#111917
(17,25,23)
#091110
(9,17,16)
#000000
(0,0,0)

Tints of #596156

#596156
(89,97,86)
#686F65
(104,111,101)
#777D74
(119,125,116)
#868B83
(134,139,131)
#959992
(149,153,146)
#A4A7A1
(164,167,161)
#B3B5B0
(179,181,176)
#C2C3BF
(194,195,191)
#D1D1CE
(209,209,206)
#E0DFDD
(224,223,221)
#EFEDEC
(239,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #596156 color. Also use rgb(89,97,86) instead hex code.

Text Font Color

.myTextColor { color: #596156; }

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

This text font color is #596156.


Background Color

.myBgColor { background-color: #596156; }

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

This div background color is #596156.


Border color

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

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

This div border color is #596156.


Opacity

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

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

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

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

This text has shadow with #596156 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #596156 on black background.


Color preview on white background

This text has color #596156 on white background.



Black color preview on #596156 background

This text has black color on #596156 background.


White color preview on #596156 background

This text has white color on #596156 background.