COLOR #596F5F

HEX: #596F5F
RGB: (89,111,95)

Color info

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

RGB color model

#596F5F color RGB value is (89,111,95).

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

RGB channels and saturation

R 89 of 255 = 35%
G 111 of 255 = 44%
B 95 of 255 = 37%

89
111
95

R + G + B ~ 39%. #596F5F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 111 + 95 = 295 (100%)
R 89 of 295 ~ 30.17%
G 111 of 295 ~ 37.63%
B 95 of 295 ~ 32.2%

%30.17
%37.63
%32.2

CMYK color model

#596F5F color CMYK value is (20,0,14,56).

  • cyan value is 19.82%
  • magenta value is 0.00%
  • yellow value is 14.41%
  • key color value is 56.47%
CMYK:
(20,0,14,56)
C20M0Y14K56 
(20%,0%,14%,56%)
(0.20/0.00/0.14/0.56)	

CMYK percentages

%19.82
%0
%14.41
%56.47

Codes

Color #596F5F in popluar color models

596F5F
RGB8911195
HSL136°11.00%39.22%
HSB/HSV136°19.82%43.53%
CMYK19.82%0.00%14.41%
56.47%

Color #596F5F in popluar number systems.

HEX596F5F
Decimal8911195
Binary101100111011111011111
Octal131157137

Shades and tints

Shades of #596F5F

#596F5F
(89,111,95)
#516557
(81,101,87)
#495B4F
(73,91,79)
#415147
(65,81,71)
#39473F
(57,71,63)
#313D37
(49,61,55)
#29332F
(41,51,47)
#212927
(33,41,39)
#191F1F
(25,31,31)
#111517
(17,21,23)
#090B0F
(9,11,15)
#000000
(0,0,0)

Tints of #596F5F

#596F5F
(89,111,95)
#687C6D
(104,124,109)
#77897B
(119,137,123)
#869689
(134,150,137)
#95A397
(149,163,151)
#A4B0A5
(164,176,165)
#B3BDB3
(179,189,179)
#C2CAC1
(194,202,193)
#D1D7CF
(209,215,207)
#E0E4DD
(224,228,221)
#EFF1EB
(239,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #596F5F; }

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

This text font color is #596F5F.


Background Color

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

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

This div background color is #596F5F.


Border color

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

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

This div border color is #596F5F.


Opacity

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

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

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

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

This text has shadow with #596F5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #596F5F on black background.


Color preview on white background

This text has color #596F5F on white background.



Black color preview on #596F5F background

This text has black color on #596F5F background.


White color preview on #596F5F background

This text has white color on #596F5F background.