COLOR #895210

HEX: #895210
RGB: (137,82,16)

Color info

#895210 contains mainly red and green colors. Web safe color of #895210 is #996600 (or #960).

RGB color model

#895210 color RGB value is (137,82,16).

  • red value is 137;
  • green value is 82;
  • blue value is 16.
RGB:
(137,82,16)
(54%,32%,6%)

RGB channels and saturation

R 137 of 255 = 54%
G 82 of 255 = 32%
B 16 of 255 = 6%

137
82
16

R + G + B ~ 31%. #895210 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
137 + 82 + 16 = 235 (100%)
R 137 of 235 ~ 58.3%
G 82 of 235 ~ 34.89%
B 16 of 235 ~ 6.81%

%58.3
%34.89

CMYK color model

#895210 color CMYK value is (0,40,88,46).

  • cyan value is 0.00%
  • magenta value is 40.15%
  • yellow value is 88.32%
  • key color value is 46.27%
CMYK:
(0,40,88,46)
C0M40Y88K46 
(0%,40%,88%,46%)
(0.00/0.40/0.88/0.46)	

CMYK percentages

%0
%40.15
%88.32
%46.27

Codes

Color #895210 in popluar color models

895210
RGB1378216
HSL33°79.08%30.00%
HSB/HSV33°88.32%53.73%
CMYK0.00%40.15%88.32%
46.27%

Color #895210 in popluar number systems.

HEX895210
Decimal1378216
Binary10001001101001010000
Octal21112220

Shades and tints

Shades of #895210

#895210
(137,82,16)
#7D4B0F
(125,75,15)
#71440E
(113,68,14)
#653D0D
(101,61,13)
#59360C
(89,54,12)
#4D2F0B
(77,47,11)
#41280A
(65,40,10)
#352109
(53,33,9)
#291A08
(41,26,8)
#1D1307
(29,19,7)
#110C06
(17,12,6)
#000000
(0,0,0)

Tints of #895210

#895210
(137,82,16)
#936125
(147,97,37)
#9D703A
(157,112,58)
#A77F4F
(167,127,79)
#B18E64
(177,142,100)
#BB9D79
(187,157,121)
#C5AC8E
(197,172,142)
#CFBBA3
(207,187,163)
#D9CAB8
(217,202,184)
#E3D9CD
(227,217,205)
#EDE8E2
(237,232,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #895210 color. Also use rgb(137,82,16) instead hex code.

Text Font Color

.myTextColor { color: #895210; }

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

This text font color is #895210.


Background Color

.myBgColor { background-color: #895210; }

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

This div background color is #895210.


Border color

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

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

This div border color is #895210.


Opacity

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

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

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

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

This text has shadow with #895210 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #895210 on black background.


Color preview on white background

This text has color #895210 on white background.



Black color preview on #895210 background

This text has black color on #895210 background.


White color preview on #895210 background

This text has white color on #895210 background.