COLOR #896313

HEX: #896313
RGB: (137,99,19)

Color info

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

RGB color model

#896313 color RGB value is (137,99,19).

  • red value is 137;
  • green value is 99;
  • blue value is 19.
RGB:
(137,99,19)
(54%,39%,7%)

RGB channels and saturation

R 137 of 255 = 54%
G 99 of 255 = 39%
B 19 of 255 = 7%

137
99
19

R + G + B ~ 33%. #896313 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
137 + 99 + 19 = 255 (100%)
R 137 of 255 ~ 53.73%
G 99 of 255 ~ 38.82%
B 19 of 255 ~ 7.45%

%53.73
%38.82

CMYK color model

#896313 color CMYK value is (0,28,86,46).

  • cyan value is 0.00%
  • magenta value is 27.74%
  • yellow value is 86.13%
  • key color value is 46.27%
CMYK:
(0,28,86,46)
C0M28Y86K46 
(0%,28%,86%,46%)
(0.00/0.28/0.86/0.46)	

CMYK percentages

%0
%27.74
%86.13
%46.27

Codes

Color #896313 in popluar color models

896313
RGB1379919
HSL41°75.64%30.59%
HSB/HSV41°86.13%53.73%
CMYK0.00%27.74%86.13%
46.27%

Color #896313 in popluar number systems.

HEX896313
Decimal1379919
Binary10001001110001110011
Octal21114323

Shades and tints

Shades of #896313

#896313
(137,99,19)
#7D5A12
(125,90,18)
#715111
(113,81,17)
#654810
(101,72,16)
#593F0F
(89,63,15)
#4D360E
(77,54,14)
#412D0D
(65,45,13)
#35240C
(53,36,12)
#291B0B
(41,27,11)
#1D120A
(29,18,10)
#110909
(17,9,9)
#000000
(0,0,0)

Tints of #896313

#896313
(137,99,19)
#937128
(147,113,40)
#9D7F3D
(157,127,61)
#A78D52
(167,141,82)
#B19B67
(177,155,103)
#BBA97C
(187,169,124)
#C5B791
(197,183,145)
#CFC5A6
(207,197,166)
#D9D3BB
(217,211,187)
#E3E1D0
(227,225,208)
#EDEFE5
(237,239,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #896313 color. Also use rgb(137,99,19) instead hex code.

Text Font Color

.myTextColor { color: #896313; }

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

This text font color is #896313.


Background Color

.myBgColor { background-color: #896313; }

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

This div background color is #896313.


Border color

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

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

This div border color is #896313.


Opacity

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

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

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

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

This text has shadow with #896313 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #896313 on black background.


Color preview on white background

This text has color #896313 on white background.



Black color preview on #896313 background

This text has black color on #896313 background.


White color preview on #896313 background

This text has white color on #896313 background.