COLOR #596D6F

HEX: #596D6F
RGB: (89,109,111)

Color info

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

RGB color model

#596D6F color RGB value is (89,109,111).

  • red value is 89;
  • green value is 109;
  • blue value is 111.
RGB:
(89,109,111)
(35%,43%,44%)

RGB channels and saturation

R 89 of 255 = 35%
G 109 of 255 = 43%
B 111 of 255 = 44%

89
109
111

R + G + B ~ 41%. #596D6F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
89 + 109 + 111 = 309 (100%)
R 89 of 309 ~ 28.8%
G 109 of 309 ~ 35.28%
B 111 of 309 ~ 35.92%

%28.8
%35.28
%35.92

CMYK color model

#596D6F color CMYK value is (20,2,0,56).

  • cyan value is 19.82%
  • magenta value is 1.80%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(20,2,0,56)
C20M2Y0K56 
(20%,2%,0%,56%)
(0.20/0.02/0.00/0.56)	

CMYK percentages

%19.82
%1.8
%0
%56.47

Codes

Color #596D6F in popluar color models

596D6F
RGB89109111
HSL185°11.00%39.22%
HSB/HSV185°19.82%43.53%
CMYK19.82%1.80%0.00%
56.47%

Color #596D6F in popluar number systems.

HEX596D6F
Decimal89109111
Binary101100111011011101111
Octal131155157

Shades and tints

Shades of #596D6F

#596D6F
(89,109,111)
#516465
(81,100,101)
#495B5B
(73,91,91)
#415251
(65,82,81)
#394947
(57,73,71)
#31403D
(49,64,61)
#293733
(41,55,51)
#212E29
(33,46,41)
#19251F
(25,37,31)
#111C15
(17,28,21)
#09130B
(9,19,11)
#000000
(0,0,0)

Tints of #596D6F

#596D6F
(89,109,111)
#687A7C
(104,122,124)
#778789
(119,135,137)
#869496
(134,148,150)
#95A1A3
(149,161,163)
#A4AEB0
(164,174,176)
#B3BBBD
(179,187,189)
#C2C8CA
(194,200,202)
#D1D5D7
(209,213,215)
#E0E2E4
(224,226,228)
#EFEFF1
(239,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #596D6F color. Also use rgb(89,109,111) instead hex code.

Text Font Color

.myTextColor { color: #596D6F; }

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

This text font color is #596D6F.


Background Color

.myBgColor { background-color: #596D6F; }

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

This div background color is #596D6F.


Border color

.myBorderColor { border: 1px solid #596D6F; }

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

This div border color is #596D6F.


Opacity

.myOpacity80 { color: #596D6F; opacity: 0.8; }

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

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

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

This text has shadow with #596D6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #596D6F on black background.


Color preview on white background

This text has color #596D6F on white background.



Black color preview on #596D6F background

This text has black color on #596D6F background.


White color preview on #596D6F background

This text has white color on #596D6F background.