COLOR #596B3C

HEX: #596B3C RGB: (89,107,60)

Color info

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

RGB color model

#596B3C color RGB value is (89,107,60).

RGB: (89,107,60) (35%, 42%, 24%)

RGB channels and saturation

R 89 of 255 = 35%
G 107 of 255 = 42%
B 60 of 255 = 24%

89
107
60

R + G + B ~ 34%. #596B3C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 89 + 107 + 60 = 256 (100%)
R 89 of 256 ~ 34.77%
G 107 of 256 ~ 41.8%
B 60 of 256 ~ 23.44'%

%34.77
%41.8
%23.44

CMYK color model

#596B3C color CMYK value is (17,0,44,58).

  • cyan value is 16.82%
  • magenta value is 0.00%
  • yellow value is 43.93%
  • key color value is 58.04%

CMYK: (17,0,44,58)
C17M0Y44K58 (17%, 0%, 44%, 58%)
(0.17 / 0.00 / 0.44 / 0.58)

CMYK percentages

%16.82
%0
%43.93
%58.04

Codes

Color #596B3C in popluar color models

59 6B 3C
RGB 89 107 60
HSL 83° 28.14% 32.75%
HSB/HSV 83° 43.93% 41.96%
CMYK 16.82% 0.00% 43.93%
58.04%

Color #596B3C in popluar number systems.

HEX 59 6B 3C
Decimal 89 107 60
Binary 1011001 1101011 111100
Octal 131 153 74

Shades and tints

Shades of #596B3C

#596B3C
(89,107,60)
#516237
(81,98,55)
#495932
(73,89,50)
#41502D
(65,80,45)
#394728
(57,71,40)
#313E23
(49,62,35)
#29351E
(41,53,30)
#212C19
(33,44,25)
#192314
(25,35,20)
#111A0F
(17,26,15)
#09110A
(9,17,10)
#000000
(0,0,0)

Tints of #596B3C

#596B3C
(89,107,60)
#68784D
(104,120,77)
#77855E
(119,133,94)
#86926F
(134,146,111)
#959F80
(149,159,128)
#A4AC91
(164,172,145)
#B3B9A2
(179,185,162)
#C2C6B3
(194,198,179)
#D1D3C4
(209,211,196)
#E0E0D5
(224,224,213)
#EFEDE6
(239,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #596B3C; }

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

This text font color is #596B3C.

Background Color

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

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

This div background color is #596B3C.

Border color

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

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

This div border color is #596B3C.

Opacity

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

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

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

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

This text has shadow with #596B3C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #596B3C.

Preview

Color preview on black background

This text has color #596B3C on black background.


Color preview on white background

This text has color #596B3C on white background.


Black color preview on #596B3C background

This text has black color on #596B3C background.


White color preview on #596B3C background

This text has white color on #596B3C background.


Related colors

Complementary color

Complementary color for #hex is #A694C3.


I love getcolorcode.com

Triadic colors

1 #3C596B and #6B3C59 with #596B3C are triadic colors.

2 #3C6B59 and #6B593C with #596B3C are triadic colors.