COLOR #896A20

HEX: #896A20
RGB: (137,106,32)

Color info

#896A20 contains mainly red and green colors. Web safe color of #896A20 is #996633 (or #963).

RGB color model

#896A20 color RGB value is (137,106,32).

  • red value is 137;
  • green value is 106;
  • blue value is 32.
RGB:
(137,106,32)
(54%,42%,13%)

RGB channels and saturation

R 137 of 255 = 54%
G 106 of 255 = 42%
B 32 of 255 = 13%

137
106
32

R + G + B ~ 36%. #896A20 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
137 + 106 + 32 = 275 (100%)
R 137 of 275 ~ 49.82%
G 106 of 275 ~ 38.55%
B 32 of 275 ~ 11.64%

%49.82
%38.55
%11.64

CMYK color model

#896A20 color CMYK value is (0,23,77,46).

  • cyan value is 0.00%
  • magenta value is 22.63%
  • yellow value is 76.64%
  • key color value is 46.27%
CMYK:
(0,23,77,46)
C0M23Y77K46 
(0%,23%,77%,46%)
(0.00/0.23/0.77/0.46)	

CMYK percentages

%0
%22.63
%76.64
%46.27

Codes

Color #896A20 in popluar color models

896A20
RGB13710632
HSL42°62.13%33.14%
HSB/HSV42°76.64%53.73%
CMYK0.00%22.63%76.64%
46.27%

Color #896A20 in popluar number systems.

HEX896A20
Decimal13710632
Binary100010011101010100000
Octal21115240

Shades and tints

Shades of #896A20

#896A20
(137,106,32)
#7D611E
(125,97,30)
#71581C
(113,88,28)
#654F1A
(101,79,26)
#594618
(89,70,24)
#4D3D16
(77,61,22)
#413414
(65,52,20)
#352B12
(53,43,18)
#292210
(41,34,16)
#1D190E
(29,25,14)
#11100C
(17,16,12)
#000000
(0,0,0)

Tints of #896A20

#896A20
(137,106,32)
#937734
(147,119,52)
#9D8448
(157,132,72)
#A7915C
(167,145,92)
#B19E70
(177,158,112)
#BBAB84
(187,171,132)
#C5B898
(197,184,152)
#CFC5AC
(207,197,172)
#D9D2C0
(217,210,192)
#E3DFD4
(227,223,212)
#EDECE8
(237,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #896A20 color. Also use rgb(137,106,32) instead hex code.

Text Font Color

.myTextColor { color: #896A20; }

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

This text font color is #896A20.


Background Color

.myBgColor { background-color: #896A20; }

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

This div background color is #896A20.


Border color

.myBorderColor { border: 1px solid #896A20; }

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

This div border color is #896A20.


Opacity

.myOpacity80 { color: #896A20; opacity: 0.8; }

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

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

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

This text has shadow with #896A20 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #896A20 on black background.


Color preview on white background

This text has color #896A20 on white background.



Black color preview on #896A20 background

This text has black color on #896A20 background.


White color preview on #896A20 background

This text has white color on #896A20 background.