COLOR #596A49

HEX: #596A49
RGB: (89,106,73)

Color info

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

RGB color model

#596A49 color RGB value is (89,106,73).

  • red value is 89;
  • green value is 106;
  • blue value is 73.
RGB:
(89,106,73)
(35%,42%,29%)

RGB channels and saturation

R 89 of 255 = 35%
G 106 of 255 = 42%
B 73 of 255 = 29%

89
106
73

R + G + B ~ 35%. #596A49 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 106 + 73 = 268 (100%)
R 89 of 268 ~ 33.21%
G 106 of 268 ~ 39.55%
B 73 of 268 ~ 27.24%

%33.21
%39.55
%27.24

CMYK color model

#596A49 color CMYK value is (16,0,31,58).

  • cyan value is 16.04%
  • magenta value is 0.00%
  • yellow value is 31.13%
  • key color value is 58.43%
CMYK:
(16,0,31,58)
C16M0Y31K58 
(16%,0%,31%,58%)
(0.16/0.00/0.31/0.58)	

CMYK percentages

%16.04
%0
%31.13
%58.43

Codes

Color #596A49 in popluar color models

596A49
RGB8910673
HSL91°18.44%35.10%
HSB/HSV91°31.13%41.57%
CMYK16.04%0.00%31.13%
58.43%

Color #596A49 in popluar number systems.

HEX596A49
Decimal8910673
Binary101100111010101001001
Octal131152111

Shades and tints

Shades of #596A49

#596A49
(89,106,73)
#516143
(81,97,67)
#49583D
(73,88,61)
#414F37
(65,79,55)
#394631
(57,70,49)
#313D2B
(49,61,43)
#293425
(41,52,37)
#212B1F
(33,43,31)
#192219
(25,34,25)
#111913
(17,25,19)
#09100D
(9,16,13)
#000000
(0,0,0)

Tints of #596A49

#596A49
(89,106,73)
#687759
(104,119,89)
#778469
(119,132,105)
#869179
(134,145,121)
#959E89
(149,158,137)
#A4AB99
(164,171,153)
#B3B8A9
(179,184,169)
#C2C5B9
(194,197,185)
#D1D2C9
(209,210,201)
#E0DFD9
(224,223,217)
#EFECE9
(239,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #596A49 color. Also use rgb(89,106,73) instead hex code.

Text Font Color

.myTextColor { color: #596A49; }

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

This text font color is #596A49.


Background Color

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

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

This div background color is #596A49.


Border color

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

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

This div border color is #596A49.


Opacity

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

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

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

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

This text has shadow with #596A49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #596A49 on black background.


Color preview on white background

This text has color #596A49 on white background.



Black color preview on #596A49 background

This text has black color on #596A49 background.


White color preview on #596A49 background

This text has white color on #596A49 background.