COLOR #596213

HEX: #596213
RGB: (89,98,19)

Color info

#596213 contains mainly red and green colors. Web safe color of #596213 is #666600 (or #660).

RGB color model

#596213 color RGB value is (89,98,19).

  • red value is 89;
  • green value is 98;
  • blue value is 19.
RGB:
(89,98,19)
(35%,38%,7%)

RGB channels and saturation

R 89 of 255 = 35%
G 98 of 255 = 38%
B 19 of 255 = 7%

89
98
19

R + G + B ~ 27%. #596213 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 98 + 19 = 206 (100%)
R 89 of 206 ~ 43.2%
G 98 of 206 ~ 47.57%
B 19 of 206 ~ 9.22%

%43.2
%47.57

CMYK color model

#596213 color CMYK value is (9,0,81,62).

  • cyan value is 9.18%
  • magenta value is 0.00%
  • yellow value is 80.61%
  • key color value is 61.57%
CMYK:
(9,0,81,62)
C9M0Y81K62 
(9%,0%,81%,62%)
(0.09/0.00/0.81/0.62)	

CMYK percentages

%9.18
%0
%80.61
%61.57

Codes

Color #596213 in popluar color models

596213
RGB899819
HSL67°67.52%22.94%
HSB/HSV67°80.61%38.43%
CMYK9.18%0.00%80.61%
61.57%

Color #596213 in popluar number systems.

HEX596213
Decimal899819
Binary1011001110001010011
Octal13114223

Shades and tints

Shades of #596213

#596213
(89,98,19)
#515A12
(81,90,18)
#495211
(73,82,17)
#414A10
(65,74,16)
#39420F
(57,66,15)
#313A0E
(49,58,14)
#29320D
(41,50,13)
#212A0C
(33,42,12)
#19220B
(25,34,11)
#111A0A
(17,26,10)
#091209
(9,18,9)
#000000
(0,0,0)

Tints of #596213

#596213
(89,98,19)
#687028
(104,112,40)
#777E3D
(119,126,61)
#868C52
(134,140,82)
#959A67
(149,154,103)
#A4A87C
(164,168,124)
#B3B691
(179,182,145)
#C2C4A6
(194,196,166)
#D1D2BB
(209,210,187)
#E0E0D0
(224,224,208)
#EFEEE5
(239,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #596213 color. Also use rgb(89,98,19) instead hex code.

Text Font Color

.myTextColor { color: #596213; }

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

This text font color is #596213.


Background Color

.myBgColor { background-color: #596213; }

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

This div background color is #596213.


Border color

.myBorderColor { border: 1px solid #596213; }

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

This div border color is #596213.


Opacity

.myOpacity80 { color: #596213; opacity: 0.8; }

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

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

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

This text has shadow with #596213 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #596213 on black background.


Color preview on white background

This text has color #596213 on white background.



Black color preview on #596213 background

This text has black color on #596213 background.


White color preview on #596213 background

This text has white color on #596213 background.