COLOR #596C56

HEX: #596C56
RGB: (89,108,86)

Color info

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

RGB color model

#596C56 color RGB value is (89,108,86).

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

RGB channels and saturation

R 89 of 255 = 35%
G 108 of 255 = 42%
B 86 of 255 = 34%

89
108
86

R + G + B ~ 37%. #596C56 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 108 + 86 = 283 (100%)
R 89 of 283 ~ 31.45%
G 108 of 283 ~ 38.16%
B 86 of 283 ~ 30.39%

%31.45
%38.16
%30.39

CMYK color model

#596C56 color CMYK value is (18,0,20,58).

  • cyan value is 17.59%
  • magenta value is 0.00%
  • yellow value is 20.37%
  • key color value is 57.65%
CMYK:
(18,0,20,58)
C18M0Y20K58 
(18%,0%,20%,58%)
(0.18/0.00/0.20/0.58)	

CMYK percentages

%17.59
%0
%20.37
%57.65

Codes

Color #596C56 in popluar color models

596C56
RGB8910886
HSL112°11.34%38.04%
HSB/HSV112°20.37%42.35%
CMYK17.59%0.00%20.37%
57.65%

Color #596C56 in popluar number systems.

HEX596C56
Decimal8910886
Binary101100111011001010110
Octal131154126

Shades and tints

Shades of #596C56

#596C56
(89,108,86)
#51634F
(81,99,79)
#495A48
(73,90,72)
#415141
(65,81,65)
#39483A
(57,72,58)
#313F33
(49,63,51)
#29362C
(41,54,44)
#212D25
(33,45,37)
#19241E
(25,36,30)
#111B17
(17,27,23)
#091210
(9,18,16)
#000000
(0,0,0)

Tints of #596C56

#596C56
(89,108,86)
#687965
(104,121,101)
#778674
(119,134,116)
#869383
(134,147,131)
#95A092
(149,160,146)
#A4ADA1
(164,173,161)
#B3BAB0
(179,186,176)
#C2C7BF
(194,199,191)
#D1D4CE
(209,212,206)
#E0E1DD
(224,225,221)
#EFEEEC
(239,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #596C56; }

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

This text font color is #596C56.


Background Color

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

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

This div background color is #596C56.


Border color

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

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

This div border color is #596C56.


Opacity

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

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

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

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

This text has shadow with #596C56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #596C56 on black background.


Color preview on white background

This text has color #596C56 on white background.



Black color preview on #596C56 background

This text has black color on #596C56 background.


White color preview on #596C56 background

This text has white color on #596C56 background.