COLOR #596C4E

HEX: #596C4E
RGB: (89,108,78)

Color info

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

RGB color model

#596C4E color RGB value is (89,108,78).

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

RGB channels and saturation

R 89 of 255 = 35%
G 108 of 255 = 42%
B 78 of 255 = 31%

89
108
78

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

Portions of RGB colors in percentages

R + G + B =
89 + 108 + 78 = 275 (100%)
R 89 of 275 ~ 32.36%
G 108 of 275 ~ 39.27%
B 78 of 275 ~ 28.36%

%32.36
%39.27
%28.36

CMYK color model

#596C4E color CMYK value is (18,0,28,58).

  • cyan value is 17.59%
  • magenta value is 0.00%
  • yellow value is 27.78%
  • key color value is 57.65%
CMYK:
(18,0,28,58)
C18M0Y28K58 
(18%,0%,28%,58%)
(0.18/0.00/0.28/0.58)	

CMYK percentages

%17.59
%0
%27.78
%57.65

Codes

Color #596C4E in popluar color models

596C4E
RGB8910878
HSL98°16.13%36.47%
HSB/HSV98°27.78%42.35%
CMYK17.59%0.00%27.78%
57.65%

Color #596C4E in popluar number systems.

HEX596C4E
Decimal8910878
Binary101100111011001001110
Octal131154116

Shades and tints

Shades of #596C4E

#596C4E
(89,108,78)
#516347
(81,99,71)
#495A40
(73,90,64)
#415139
(65,81,57)
#394832
(57,72,50)
#313F2B
(49,63,43)
#293624
(41,54,36)
#212D1D
(33,45,29)
#192416
(25,36,22)
#111B0F
(17,27,15)
#091208
(9,18,8)
#000000
(0,0,0)

Tints of #596C4E

#596C4E
(89,108,78)
#68795E
(104,121,94)
#77866E
(119,134,110)
#86937E
(134,147,126)
#95A08E
(149,160,142)
#A4AD9E
(164,173,158)
#B3BAAE
(179,186,174)
#C2C7BE
(194,199,190)
#D1D4CE
(209,212,206)
#E0E1DE
(224,225,222)
#EFEEEE
(239,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #596C4E; }

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

This text font color is #596C4E.


Background Color

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

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

This div background color is #596C4E.


Border color

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

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

This div border color is #596C4E.


Opacity

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

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

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

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

This text has shadow with #596C4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #596C4E on black background.


Color preview on white background

This text has color #596C4E on white background.



Black color preview on #596C4E background

This text has black color on #596C4E background.


White color preview on #596C4E background

This text has white color on #596C4E background.