COLOR #596A2C

HEX: #596A2C RGB: (89,106,44)

Color info

#596A2C contains mainly red and green colors. Web safe color of #596A2C is #666633 (or #663).

RGB color model

#596A2C color RGB value is (89,106,44).

RGB: (89,106,44) (35%, 42%, 17%)

RGB channels and saturation

R 89 of 255 = 35%
G 106 of 255 = 42%
B 44 of 255 = 17%

89
106
44

R + G + B ~ 31%. #596A2C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 89 + 106 + 44 = 239 (100%)
R 89 of 239 ~ 37.24%
G 106 of 239 ~ 44.35%
B 44 of 239 ~ 18.41'%

%37.24
%44.35
%18.41

CMYK color model

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

  • cyan value is 16.04%
  • magenta value is 0.00%
  • yellow value is 58.49%
  • key color value is 58.43%

CMYK: (16,0,58,58)
C16M0Y58K58 (16%, 0%, 58%, 58%)
(0.16 / 0.00 / 0.58 / 0.58)

CMYK percentages

%16.04
%0
%58.49
%58.43

Codes

Color #596A2C in popluar color models

59 6A 2C
RGB 89 106 44
HSL 76° 41.33% 29.41%
HSB/HSV 76° 58.49% 41.57%
CMYK 16.04% 0.00% 58.49%
58.43%

Color #596A2C in popluar number systems.

HEX 59 6A 2C
Decimal 89 106 44
Binary 1011001 1101010 101100
Octal 131 152 54

Shades and tints

Shades of #596A2C

#596A2C
(89,106,44)
#516128
(81,97,40)
#495824
(73,88,36)
#414F20
(65,79,32)
#39461C
(57,70,28)
#313D18
(49,61,24)
#293414
(41,52,20)
#212B10
(33,43,16)
#19220C
(25,34,12)
#111908
(17,25,8)
#091004
(9,16,4)
#000000
(0,0,0)

Tints of #596A2C

#596A2C
(89,106,44)
#68773F
(104,119,63)
#778452
(119,132,82)
#869165
(134,145,101)
#959E78
(149,158,120)
#A4AB8B
(164,171,139)
#B3B89E
(179,184,158)
#C2C5B1
(194,197,177)
#D1D2C4
(209,210,196)
#E0DFD7
(224,223,215)
#EFECEA
(239,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #596A2C; }

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

This text font color is #596A2C.

Background Color

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

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

This div background color is #596A2C.

Border color

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

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

This div border color is #596A2C.

Opacity

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

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

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

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

This text has shadow with #596A2C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #596A2C.

Preview

Color preview on black background

This text has color #596A2C on black background.


Color preview on white background

This text has color #596A2C on white background.


Black color preview on #596A2C background

This text has black color on #596A2C background.


White color preview on #596A2C background

This text has white color on #596A2C background.


Related colors

Complementary color

Complementary color for #hex is #A695D3.


I love getcolorcode.com

Triadic colors

1 #2C596A and #6A2C59 with #596A2C are triadic colors.

2 #2C6A59 and #6A592C with #596A2C are triadic colors.