COLOR #596C5F

HEX: #596C5F
RGB: (89,108,95)

Color info

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

RGB color model

#596C5F color RGB value is (89,108,95).

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

RGB channels and saturation

R 89 of 255 = 35%
G 108 of 255 = 42%
B 95 of 255 = 37%

89
108
95

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

Portions of RGB colors in percentages

R + G + B =
89 + 108 + 95 = 292 (100%)
R 89 of 292 ~ 30.48%
G 108 of 292 ~ 36.99%
B 95 of 292 ~ 32.53%

%30.48
%36.99
%32.53

CMYK color model

#596C5F color CMYK value is (18,0,12,58).

  • cyan value is 17.59%
  • magenta value is 0.00%
  • yellow value is 12.04%
  • key color value is 57.65%
CMYK:
(18,0,12,58)
C18M0Y12K58 
(18%,0%,12%,58%)
(0.18/0.00/0.12/0.58)	

CMYK percentages

%17.59
%0
%12.04
%57.65

Codes

Color #596C5F in popluar color models

596C5F
RGB8910895
HSL139°9.64%38.63%
HSB/HSV139°17.59%42.35%
CMYK17.59%0.00%12.04%
57.65%

Color #596C5F in popluar number systems.

HEX596C5F
Decimal8910895
Binary101100111011001011111
Octal131154137

Shades and tints

Shades of #596C5F

#596C5F
(89,108,95)
#516357
(81,99,87)
#495A4F
(73,90,79)
#415147
(65,81,71)
#39483F
(57,72,63)
#313F37
(49,63,55)
#29362F
(41,54,47)
#212D27
(33,45,39)
#19241F
(25,36,31)
#111B17
(17,27,23)
#09120F
(9,18,15)
#000000
(0,0,0)

Tints of #596C5F

#596C5F
(89,108,95)
#68796D
(104,121,109)
#77867B
(119,134,123)
#869389
(134,147,137)
#95A097
(149,160,151)
#A4ADA5
(164,173,165)
#B3BAB3
(179,186,179)
#C2C7C1
(194,199,193)
#D1D4CF
(209,212,207)
#E0E1DD
(224,225,221)
#EFEEEB
(239,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #596C5F; }

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

This text font color is #596C5F.


Background Color

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

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

This div background color is #596C5F.


Border color

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

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

This div border color is #596C5F.


Opacity

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

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

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

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

This text has shadow with #596C5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #596C5F on black background.


Color preview on white background

This text has color #596C5F on white background.



Black color preview on #596C5F background

This text has black color on #596C5F background.


White color preview on #596C5F background

This text has white color on #596C5F background.