COLOR #596D2E

HEX: #596D2E
RGB: (89,109,46)

Color info

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

RGB color model

#596D2E color RGB value is (89,109,46).

  • red value is 89;
  • green value is 109;
  • blue value is 46.
RGB:
(89,109,46)
(35%,43%,18%)

RGB channels and saturation

R 89 of 255 = 35%
G 109 of 255 = 43%
B 46 of 255 = 18%

89
109
46

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

Portions of RGB colors in percentages

R + G + B =
89 + 109 + 46 = 244 (100%)
R 89 of 244 ~ 36.48%
G 109 of 244 ~ 44.67%
B 46 of 244 ~ 18.85%

%36.48
%44.67
%18.85

CMYK color model

#596D2E color CMYK value is (18,0,58,57).

  • cyan value is 18.35%
  • magenta value is 0.00%
  • yellow value is 57.80%
  • key color value is 57.25%
CMYK:
(18,0,58,57)
C18M0Y58K57 
(18%,0%,58%,57%)
(0.18/0.00/0.58/0.57)	

CMYK percentages

%18.35
%0
%57.8
%57.25

Codes

Color #596D2E in popluar color models

596D2E
RGB8910946
HSL79°40.65%30.39%
HSB/HSV79°57.80%42.75%
CMYK18.35%0.00%57.80%
57.25%

Color #596D2E in popluar number systems.

HEX596D2E
Decimal8910946
Binary10110011101101101110
Octal13115556

Shades and tints

Shades of #596D2E

#596D2E
(89,109,46)
#51642A
(81,100,42)
#495B26
(73,91,38)
#415222
(65,82,34)
#39491E
(57,73,30)
#31401A
(49,64,26)
#293716
(41,55,22)
#212E12
(33,46,18)
#19250E
(25,37,14)
#111C0A
(17,28,10)
#091306
(9,19,6)
#000000
(0,0,0)

Tints of #596D2E

#596D2E
(89,109,46)
#687A41
(104,122,65)
#778754
(119,135,84)
#869467
(134,148,103)
#95A17A
(149,161,122)
#A4AE8D
(164,174,141)
#B3BBA0
(179,187,160)
#C2C8B3
(194,200,179)
#D1D5C6
(209,213,198)
#E0E2D9
(224,226,217)
#EFEFEC
(239,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #596D2E color. Also use rgb(89,109,46) instead hex code.

Text Font Color

.myTextColor { color: #596D2E; }

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

This text font color is #596D2E.


Background Color

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

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

This div background color is #596D2E.


Border color

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

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

This div border color is #596D2E.


Opacity

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

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

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

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

This text has shadow with #596D2E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #596D2E on black background.


Color preview on white background

This text has color #596D2E on white background.



Black color preview on #596D2E background

This text has black color on #596D2E background.


White color preview on #596D2E background

This text has white color on #596D2E background.