COLOR #596A4C

HEX: #596A4C
RGB: (89,106,76)

Color info

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

RGB color model

#596A4C color RGB value is (89,106,76).

  • red value is 89;
  • green value is 106;
  • blue value is 76.
RGB:
(89,106,76)
(35%,42%,30%)

RGB channels and saturation

R 89 of 255 = 35%
G 106 of 255 = 42%
B 76 of 255 = 30%

89
106
76

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

Portions of RGB colors in percentages

R + G + B =
89 + 106 + 76 = 271 (100%)
R 89 of 271 ~ 32.84%
G 106 of 271 ~ 39.11%
B 76 of 271 ~ 28.04%

%32.84
%39.11
%28.04

CMYK color model

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

  • cyan value is 16.04%
  • magenta value is 0.00%
  • yellow value is 28.30%
  • key color value is 58.43%
CMYK:
(16,0,28,58)
C16M0Y28K58 
(16%,0%,28%,58%)
(0.16/0.00/0.28/0.58)	

CMYK percentages

%16.04
%0
%28.3
%58.43

Codes

Color #596A4C in popluar color models

596A4C
RGB8910676
HSL94°16.48%35.69%
HSB/HSV94°28.30%41.57%
CMYK16.04%0.00%28.30%
58.43%

Color #596A4C in popluar number systems.

HEX596A4C
Decimal8910676
Binary101100111010101001100
Octal131152114

Shades and tints

Shades of #596A4C

#596A4C
(89,106,76)
#516146
(81,97,70)
#495840
(73,88,64)
#414F3A
(65,79,58)
#394634
(57,70,52)
#313D2E
(49,61,46)
#293428
(41,52,40)
#212B22
(33,43,34)
#19221C
(25,34,28)
#111916
(17,25,22)
#091010
(9,16,16)
#000000
(0,0,0)

Tints of #596A4C

#596A4C
(89,106,76)
#68775C
(104,119,92)
#77846C
(119,132,108)
#86917C
(134,145,124)
#959E8C
(149,158,140)
#A4AB9C
(164,171,156)
#B3B8AC
(179,184,172)
#C2C5BC
(194,197,188)
#D1D2CC
(209,210,204)
#E0DFDC
(224,223,220)
#EFECEC
(239,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #596A4C; }

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

This text font color is #596A4C.


Background Color

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

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

This div background color is #596A4C.


Border color

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

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

This div border color is #596A4C.


Opacity

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

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

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

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

This text has shadow with #596A4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #596A4C on black background.


Color preview on white background

This text has color #596A4C on white background.



Black color preview on #596A4C background

This text has black color on #596A4C background.


White color preview on #596A4C background

This text has white color on #596A4C background.