COLOR #596F6D

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

89
111
109

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

Portions of RGB colors in percentages

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

%28.8
%35.92
%35.28

CMYK color model

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

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

CMYK percentages

%19.82
%0
%1.8
%56.47

Codes

Color #596F6D in popluar color models

596F6D
RGB89111109
HSL175°11.00%39.22%
HSB/HSV175°19.82%43.53%
CMYK19.82%0.00%1.80%
56.47%

Color #596F6D in popluar number systems.

HEX596F6D
Decimal89111109
Binary101100111011111101101
Octal131157155

Shades and tints

Shades of #596F6D

#596F6D
(89,111,109)
#516564
(81,101,100)
#495B5B
(73,91,91)
#415152
(65,81,82)
#394749
(57,71,73)
#313D40
(49,61,64)
#293337
(41,51,55)
#21292E
(33,41,46)
#191F25
(25,31,37)
#11151C
(17,21,28)
#090B13
(9,11,19)
#000000
(0,0,0)

Tints of #596F6D

#596F6D
(89,111,109)
#687C7A
(104,124,122)
#778987
(119,137,135)
#869694
(134,150,148)
#95A3A1
(149,163,161)
#A4B0AE
(164,176,174)
#B3BDBB
(179,189,187)
#C2CAC8
(194,202,200)
#D1D7D5
(209,215,213)
#E0E4E2
(224,228,226)
#EFF1EF
(239,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #596F6D; }

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

This text font color is #596F6D.


Background Color

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

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

This div background color is #596F6D.


Border color

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

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

This div border color is #596F6D.


Opacity

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

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

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

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

This text has shadow with #596F6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #596F6D on black background.


Color preview on white background

This text has color #596F6D on white background.



Black color preview on #596F6D background

This text has black color on #596F6D background.


White color preview on #596F6D background

This text has white color on #596F6D background.