COLOR #895215

HEX: #895215
RGB: (137,82,21)

Color info

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

RGB color model

#895215 color RGB value is (137,82,21).

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

RGB channels and saturation

R 137 of 255 = 54%
G 82 of 255 = 32%
B 21 of 255 = 8%

137
82
21

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

Portions of RGB colors in percentages

R + G + B =
137 + 82 + 21 = 240 (100%)
R 137 of 240 ~ 57.08%
G 82 of 240 ~ 34.17%
B 21 of 240 ~ 8.75%

%57.08
%34.17

CMYK color model

#895215 color CMYK value is (0,40,85,46).

  • cyan value is 0.00%
  • magenta value is 40.15%
  • yellow value is 84.67%
  • key color value is 46.27%
CMYK:
(0,40,85,46)
C0M40Y85K46 
(0%,40%,85%,46%)
(0.00/0.40/0.85/0.46)	

CMYK percentages

%0
%40.15
%84.67
%46.27

Codes

Color #895215 in popluar color models

895215
RGB1378221
HSL32°73.42%30.98%
HSB/HSV32°84.67%53.73%
CMYK0.00%40.15%84.67%
46.27%

Color #895215 in popluar number systems.

HEX895215
Decimal1378221
Binary10001001101001010101
Octal21112225

Shades and tints

Shades of #895215

#895215
(137,82,21)
#7D4B14
(125,75,20)
#714413
(113,68,19)
#653D12
(101,61,18)
#593611
(89,54,17)
#4D2F10
(77,47,16)
#41280F
(65,40,15)
#35210E
(53,33,14)
#291A0D
(41,26,13)
#1D130C
(29,19,12)
#110C0B
(17,12,11)
#000000
(0,0,0)

Tints of #895215

#895215
(137,82,21)
#93612A
(147,97,42)
#9D703F
(157,112,63)
#A77F54
(167,127,84)
#B18E69
(177,142,105)
#BB9D7E
(187,157,126)
#C5AC93
(197,172,147)
#CFBBA8
(207,187,168)
#D9CABD
(217,202,189)
#E3D9D2
(227,217,210)
#EDE8E7
(237,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #895215; }

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

This text font color is #895215.


Background Color

.myBgColor { background-color: #895215; }

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

This div background color is #895215.


Border color

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

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

This div border color is #895215.


Opacity

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

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

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

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

This text has shadow with #895215 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #895215 on black background.


Color preview on white background

This text has color #895215 on white background.



Black color preview on #895215 background

This text has black color on #895215 background.


White color preview on #895215 background

This text has white color on #895215 background.