COLOR #596C4C

HEX: #596C4C
RGB: (89,108,76)

Color info

#596C4C contains red, green and blue colors in about the same proportion. Web safe color of #596C4C is #666633 (or #663).

RGB color model

#596C4C color RGB value is (89,108,76).

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

RGB channels and saturation

R 89 of 255 = 35%
G 108 of 255 = 42%
B 76 of 255 = 30%

89
108
76

R + G + B ~ 36%. #596C4C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 108 + 76 = 273 (100%)
R 89 of 273 ~ 32.6%
G 108 of 273 ~ 39.56%
B 76 of 273 ~ 27.84%

%32.6
%39.56
%27.84

CMYK color model

#596C4C color CMYK value is (18,0,30,58).

  • cyan value is 17.59%
  • magenta value is 0.00%
  • yellow value is 29.63%
  • key color value is 57.65%
CMYK:
(18,0,30,58)
C18M0Y30K58 
(18%,0%,30%,58%)
(0.18/0.00/0.30/0.58)	

CMYK percentages

%17.59
%0
%29.63
%57.65

Codes

Color #596C4C in popluar color models

596C4C
RGB8910876
HSL96°17.39%36.08%
HSB/HSV96°29.63%42.35%
CMYK17.59%0.00%29.63%
57.65%

Color #596C4C in popluar number systems.

HEX596C4C
Decimal8910876
Binary101100111011001001100
Octal131154114

Shades and tints

Shades of #596C4C

#596C4C
(89,108,76)
#516346
(81,99,70)
#495A40
(73,90,64)
#41513A
(65,81,58)
#394834
(57,72,52)
#313F2E
(49,63,46)
#293628
(41,54,40)
#212D22
(33,45,34)
#19241C
(25,36,28)
#111B16
(17,27,22)
#091210
(9,18,16)
#000000
(0,0,0)

Tints of #596C4C

#596C4C
(89,108,76)
#68795C
(104,121,92)
#77866C
(119,134,108)
#86937C
(134,147,124)
#95A08C
(149,160,140)
#A4AD9C
(164,173,156)
#B3BAAC
(179,186,172)
#C2C7BC
(194,199,188)
#D1D4CC
(209,212,204)
#E0E1DC
(224,225,220)
#EFEEEC
(239,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #596C4C; }

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

This text font color is #596C4C.


Background Color

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

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

This div background color is #596C4C.


Border color

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

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

This div border color is #596C4C.


Opacity

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

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

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

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

This text has shadow with #596C4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #596C4C on black background.


Color preview on white background

This text has color #596C4C on white background.



Black color preview on #596C4C background

This text has black color on #596C4C background.


White color preview on #596C4C background

This text has white color on #596C4C background.