COLOR #596E4B

HEX: #596E4B
RGB: (89,110,75)

Color info

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

RGB color model

#596E4B color RGB value is (89,110,75).

  • red value is 89;
  • green value is 110;
  • blue value is 75.
RGB:
(89,110,75)
(35%,43%,29%)

RGB channels and saturation

R 89 of 255 = 35%
G 110 of 255 = 43%
B 75 of 255 = 29%

89
110
75

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

Portions of RGB colors in percentages

R + G + B =
89 + 110 + 75 = 274 (100%)
R 89 of 274 ~ 32.48%
G 110 of 274 ~ 40.15%
B 75 of 274 ~ 27.37%

%32.48
%40.15
%27.37

CMYK color model

#596E4B color CMYK value is (19,0,32,57).

  • cyan value is 19.09%
  • magenta value is 0.00%
  • yellow value is 31.82%
  • key color value is 56.86%
CMYK:
(19,0,32,57)
C19M0Y32K57 
(19%,0%,32%,57%)
(0.19/0.00/0.32/0.57)	

CMYK percentages

%19.09
%0
%31.82
%56.86

Codes

Color #596E4B in popluar color models

596E4B
RGB8911075
HSL96°18.92%36.27%
HSB/HSV96°31.82%43.14%
CMYK19.09%0.00%31.82%
56.86%

Color #596E4B in popluar number systems.

HEX596E4B
Decimal8911075
Binary101100111011101001011
Octal131156113

Shades and tints

Shades of #596E4B

#596E4B
(89,110,75)
#516445
(81,100,69)
#495A3F
(73,90,63)
#415039
(65,80,57)
#394633
(57,70,51)
#313C2D
(49,60,45)
#293227
(41,50,39)
#212821
(33,40,33)
#191E1B
(25,30,27)
#111415
(17,20,21)
#090A0F
(9,10,15)
#000000
(0,0,0)

Tints of #596E4B

#596E4B
(89,110,75)
#687B5B
(104,123,91)
#77886B
(119,136,107)
#86957B
(134,149,123)
#95A28B
(149,162,139)
#A4AF9B
(164,175,155)
#B3BCAB
(179,188,171)
#C2C9BB
(194,201,187)
#D1D6CB
(209,214,203)
#E0E3DB
(224,227,219)
#EFF0EB
(239,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #596E4B color. Also use rgb(89,110,75) instead hex code.

Text Font Color

.myTextColor { color: #596E4B; }

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

This text font color is #596E4B.


Background Color

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

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

This div background color is #596E4B.


Border color

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

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

This div border color is #596E4B.


Opacity

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

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

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

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

This text has shadow with #596E4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #596E4B on black background.


Color preview on white background

This text has color #596E4B on white background.



Black color preview on #596E4B background

This text has black color on #596E4B background.


White color preview on #596E4B background

This text has white color on #596E4B background.