COLOR #595211

HEX: #595211
RGB: (89,82,17)

Color info

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

RGB color model

#595211 color RGB value is (89,82,17).

  • red value is 89;
  • green value is 82;
  • blue value is 17.
RGB:
(89,82,17)
(35%,32%,7%)

RGB channels and saturation

R 89 of 255 = 35%
G 82 of 255 = 32%
B 17 of 255 = 7%

89
82
17

R + G + B ~ 25%. #595211 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 82 + 17 = 188 (100%)
R 89 of 188 ~ 47.34%
G 82 of 188 ~ 43.62%
B 17 of 188 ~ 9.04%

%47.34
%43.62

CMYK color model

#595211 color CMYK value is (0,8,81,65).

  • cyan value is 0.00%
  • magenta value is 7.87%
  • yellow value is 80.90%
  • key color value is 65.10%
CMYK:
(0,8,81,65)
C0M8Y81K65 
(0%,8%,81%,65%)
(0.00/0.08/0.81/0.65)	

CMYK percentages

%0
%7.87
%80.9
%65.1

Codes

Color #595211 in popluar color models

595211
RGB898217
HSL54°67.92%20.78%
HSB/HSV54°80.90%34.90%
CMYK0.00%7.87%80.90%
65.10%

Color #595211 in popluar number systems.

HEX595211
Decimal898217
Binary1011001101001010001
Octal13112221

Shades and tints

Shades of #595211

#595211
(89,82,17)
#514B10
(81,75,16)
#49440F
(73,68,15)
#413D0E
(65,61,14)
#39360D
(57,54,13)
#312F0C
(49,47,12)
#29280B
(41,40,11)
#21210A
(33,33,10)
#191A09
(25,26,9)
#111308
(17,19,8)
#090C07
(9,12,7)
#000000
(0,0,0)

Tints of #595211

#595211
(89,82,17)
#686126
(104,97,38)
#77703B
(119,112,59)
#867F50
(134,127,80)
#958E65
(149,142,101)
#A49D7A
(164,157,122)
#B3AC8F
(179,172,143)
#C2BBA4
(194,187,164)
#D1CAB9
(209,202,185)
#E0D9CE
(224,217,206)
#EFE8E3
(239,232,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #595211 color. Also use rgb(89,82,17) instead hex code.

Text Font Color

.myTextColor { color: #595211; }

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

This text font color is #595211.


Background Color

.myBgColor { background-color: #595211; }

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

This div background color is #595211.


Border color

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

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

This div border color is #595211.


Opacity

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

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

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

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

This text has shadow with #595211 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #595211 on black background.


Color preview on white background

This text has color #595211 on white background.



Black color preview on #595211 background

This text has black color on #595211 background.


White color preview on #595211 background

This text has white color on #595211 background.