COLOR #596561

HEX: #596561
RGB: (89,101,97)

Color info

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

RGB color model

#596561 color RGB value is (89,101,97).

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

RGB channels and saturation

R 89 of 255 = 35%
G 101 of 255 = 40%
B 97 of 255 = 38%

89
101
97

R + G + B ~ 38%. #596561 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 101 + 97 = 287 (100%)
R 89 of 287 ~ 31.01%
G 101 of 287 ~ 35.19%
B 97 of 287 ~ 33.8%

%31.01
%35.19
%33.8

CMYK color model

#596561 color CMYK value is (12,0,4,60).

  • cyan value is 11.88%
  • magenta value is 0.00%
  • yellow value is 3.96%
  • key color value is 60.39%
CMYK:
(12,0,4,60)
C12M0Y4K60 
(12%,0%,4%,60%)
(0.12/0.00/0.04/0.60)	

CMYK percentages

%11.88
%0
%3.96
%60.39

Codes

Color #596561 in popluar color models

596561
RGB8910197
HSL160°6.32%37.25%
HSB/HSV160°11.88%39.61%
CMYK11.88%0.00%3.96%
60.39%

Color #596561 in popluar number systems.

HEX596561
Decimal8910197
Binary101100111001011100001
Octal131145141

Shades and tints

Shades of #596561

#596561
(89,101,97)
#515C59
(81,92,89)
#495351
(73,83,81)
#414A49
(65,74,73)
#394141
(57,65,65)
#313839
(49,56,57)
#292F31
(41,47,49)
#212629
(33,38,41)
#191D21
(25,29,33)
#111419
(17,20,25)
#090B11
(9,11,17)
#000000
(0,0,0)

Tints of #596561

#596561
(89,101,97)
#68736F
(104,115,111)
#77817D
(119,129,125)
#868F8B
(134,143,139)
#959D99
(149,157,153)
#A4ABA7
(164,171,167)
#B3B9B5
(179,185,181)
#C2C7C3
(194,199,195)
#D1D5D1
(209,213,209)
#E0E3DF
(224,227,223)
#EFF1ED
(239,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #596561; }

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

This text font color is #596561.


Background Color

.myBgColor { background-color: #596561; }

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

This div background color is #596561.


Border color

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

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

This div border color is #596561.


Opacity

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

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

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

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

This text has shadow with #596561 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #596561 on black background.


Color preview on white background

This text has color #596561 on white background.



Black color preview on #596561 background

This text has black color on #596561 background.


White color preview on #596561 background

This text has white color on #596561 background.