COLOR #596B52

HEX: #596B52
RGB: (89,107,82)

Color info

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

RGB color model

#596B52 color RGB value is (89,107,82).

  • red value is 89;
  • green value is 107;
  • blue value is 82.
RGB:
(89,107,82)
(35%,42%,32%)

RGB channels and saturation

R 89 of 255 = 35%
G 107 of 255 = 42%
B 82 of 255 = 32%

89
107
82

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

Portions of RGB colors in percentages

R + G + B =
89 + 107 + 82 = 278 (100%)
R 89 of 278 ~ 32.01%
G 107 of 278 ~ 38.49%
B 82 of 278 ~ 29.5%

%32.01
%38.49
%29.5

CMYK color model

#596B52 color CMYK value is (17,0,23,58).

  • cyan value is 16.82%
  • magenta value is 0.00%
  • yellow value is 23.36%
  • key color value is 58.04%
CMYK:
(17,0,23,58)
C17M0Y23K58 
(17%,0%,23%,58%)
(0.17/0.00/0.23/0.58)	

CMYK percentages

%16.82
%0
%23.36
%58.04

Codes

Color #596B52 in popluar color models

596B52
RGB8910782
HSL103°13.23%37.06%
HSB/HSV103°23.36%41.96%
CMYK16.82%0.00%23.36%
58.04%

Color #596B52 in popluar number systems.

HEX596B52
Decimal8910782
Binary101100111010111010010
Octal131153122

Shades and tints

Shades of #596B52

#596B52
(89,107,82)
#51624B
(81,98,75)
#495944
(73,89,68)
#41503D
(65,80,61)
#394736
(57,71,54)
#313E2F
(49,62,47)
#293528
(41,53,40)
#212C21
(33,44,33)
#19231A
(25,35,26)
#111A13
(17,26,19)
#09110C
(9,17,12)
#000000
(0,0,0)

Tints of #596B52

#596B52
(89,107,82)
#687861
(104,120,97)
#778570
(119,133,112)
#86927F
(134,146,127)
#959F8E
(149,159,142)
#A4AC9D
(164,172,157)
#B3B9AC
(179,185,172)
#C2C6BB
(194,198,187)
#D1D3CA
(209,211,202)
#E0E0D9
(224,224,217)
#EFEDE8
(239,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #596B52 color. Also use rgb(89,107,82) instead hex code.

Text Font Color

.myTextColor { color: #596B52; }

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

This text font color is #596B52.


Background Color

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

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

This div background color is #596B52.


Border color

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

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

This div border color is #596B52.


Opacity

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

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

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

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

This text has shadow with #596B52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #596B52 on black background.


Color preview on white background

This text has color #596B52 on white background.



Black color preview on #596B52 background

This text has black color on #596B52 background.


White color preview on #596B52 background

This text has white color on #596B52 background.