COLOR #596F49

HEX: #596F49
RGB: (89,111,73)

Color info

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

RGB color model

#596F49 color RGB value is (89,111,73).

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

RGB channels and saturation

R 89 of 255 = 35%
G 111 of 255 = 44%
B 73 of 255 = 29%

89
111
73

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

Portions of RGB colors in percentages

R + G + B =
89 + 111 + 73 = 273 (100%)
R 89 of 273 ~ 32.6%
G 111 of 273 ~ 40.66%
B 73 of 273 ~ 26.74%

%32.6
%40.66
%26.74

CMYK color model

#596F49 color CMYK value is (20,0,34,56).

  • cyan value is 19.82%
  • magenta value is 0.00%
  • yellow value is 34.23%
  • key color value is 56.47%
CMYK:
(20,0,34,56)
C20M0Y34K56 
(20%,0%,34%,56%)
(0.20/0.00/0.34/0.56)	

CMYK percentages

%19.82
%0
%34.23
%56.47

Codes

Color #596F49 in popluar color models

596F49
RGB8911173
HSL95°20.65%36.08%
HSB/HSV95°34.23%43.53%
CMYK19.82%0.00%34.23%
56.47%

Color #596F49 in popluar number systems.

HEX596F49
Decimal8911173
Binary101100111011111001001
Octal131157111

Shades and tints

Shades of #596F49

#596F49
(89,111,73)
#516543
(81,101,67)
#495B3D
(73,91,61)
#415137
(65,81,55)
#394731
(57,71,49)
#313D2B
(49,61,43)
#293325
(41,51,37)
#21291F
(33,41,31)
#191F19
(25,31,25)
#111513
(17,21,19)
#090B0D
(9,11,13)
#000000
(0,0,0)

Tints of #596F49

#596F49
(89,111,73)
#687C59
(104,124,89)
#778969
(119,137,105)
#869679
(134,150,121)
#95A389
(149,163,137)
#A4B099
(164,176,153)
#B3BDA9
(179,189,169)
#C2CAB9
(194,202,185)
#D1D7C9
(209,215,201)
#E0E4D9
(224,228,217)
#EFF1E9
(239,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #596F49; }

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

This text font color is #596F49.


Background Color

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

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

This div background color is #596F49.


Border color

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

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

This div border color is #596F49.


Opacity

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

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

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

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

This text has shadow with #596F49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #596F49 on black background.


Color preview on white background

This text has color #596F49 on white background.



Black color preview on #596F49 background

This text has black color on #596F49 background.


White color preview on #596F49 background

This text has white color on #596F49 background.