COLOR #596C32

HEX: #596C32
RGB: (89,108,50)

Color info

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

RGB color model

#596C32 color RGB value is (89,108,50).

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

RGB channels and saturation

R 89 of 255 = 35%
G 108 of 255 = 42%
B 50 of 255 = 20%

89
108
50

R + G + B ~ 32%. #596C32 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 108 + 50 = 247 (100%)
R 89 of 247 ~ 36.03%
G 108 of 247 ~ 43.72%
B 50 of 247 ~ 20.24%

%36.03
%43.72
%20.24

CMYK color model

#596C32 color CMYK value is (18,0,54,58).

  • cyan value is 17.59%
  • magenta value is 0.00%
  • yellow value is 53.70%
  • key color value is 57.65%
CMYK:
(18,0,54,58)
C18M0Y54K58 
(18%,0%,54%,58%)
(0.18/0.00/0.54/0.58)	

CMYK percentages

%17.59
%0
%53.7
%57.65

Codes

Color #596C32 in popluar color models

596C32
RGB8910850
HSL80°36.71%30.98%
HSB/HSV80°53.70%42.35%
CMYK17.59%0.00%53.70%
57.65%

Color #596C32 in popluar number systems.

HEX596C32
Decimal8910850
Binary10110011101100110010
Octal13115462

Shades and tints

Shades of #596C32

#596C32
(89,108,50)
#51632E
(81,99,46)
#495A2A
(73,90,42)
#415126
(65,81,38)
#394822
(57,72,34)
#313F1E
(49,63,30)
#29361A
(41,54,26)
#212D16
(33,45,22)
#192412
(25,36,18)
#111B0E
(17,27,14)
#09120A
(9,18,10)
#000000
(0,0,0)

Tints of #596C32

#596C32
(89,108,50)
#687944
(104,121,68)
#778656
(119,134,86)
#869368
(134,147,104)
#95A07A
(149,160,122)
#A4AD8C
(164,173,140)
#B3BA9E
(179,186,158)
#C2C7B0
(194,199,176)
#D1D4C2
(209,212,194)
#E0E1D4
(224,225,212)
#EFEEE6
(239,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #596C32; }

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

This text font color is #596C32.


Background Color

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

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

This div background color is #596C32.


Border color

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

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

This div border color is #596C32.


Opacity

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

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

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

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

This text has shadow with #596C32 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #596C32 on black background.


Color preview on white background

This text has color #596C32 on white background.



Black color preview on #596C32 background

This text has black color on #596C32 background.


White color preview on #596C32 background

This text has white color on #596C32 background.