COLOR #896E05

HEX: #896E05
RGB: (137,110,5)

Color info

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

RGB color model

#896E05 color RGB value is (137,110,5).

  • red value is 137;
  • green value is 110;
  • blue value is 5.
RGB:
(137,110,5)
(54%,43%,2%)

RGB channels and saturation

R 137 of 255 = 54%
G 110 of 255 = 43%
B 5 of 255 = 2%

137
110
5

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

Portions of RGB colors in percentages

R + G + B =
137 + 110 + 5 = 252 (100%)
R 137 of 252 ~ 54.37%
G 110 of 252 ~ 43.65%
B 5 of 252 ~ 1.98%

%54.37
%43.65

CMYK color model

#896E05 color CMYK value is (0,20,96,46).

  • cyan value is 0.00%
  • magenta value is 19.71%
  • yellow value is 96.35%
  • key color value is 46.27%
CMYK:
(0,20,96,46)
C0M20Y96K46 
(0%,20%,96%,46%)
(0.00/0.20/0.96/0.46)	

CMYK percentages

%0
%19.71
%96.35
%46.27

Codes

Color #896E05 in popluar color models

896E05
RGB1371105
HSL48°92.96%27.84%
HSB/HSV48°96.35%53.73%
CMYK0.00%19.71%96.35%
46.27%

Color #896E05 in popluar number systems.

HEX896E05
Decimal1371105
Binary100010011101110101
Octal2111565

Shades and tints

Shades of #896E05

#896E05
(137,110,5)
#7D6405
(125,100,5)
#715A05
(113,90,5)
#655005
(101,80,5)
#594605
(89,70,5)
#4D3C05
(77,60,5)
#413205
(65,50,5)
#352805
(53,40,5)
#291E05
(41,30,5)
#1D1405
(29,20,5)
#110A05
(17,10,5)
#000000
(0,0,0)

Tints of #896E05

#896E05
(137,110,5)
#937B1B
(147,123,27)
#9D8831
(157,136,49)
#A79547
(167,149,71)
#B1A25D
(177,162,93)
#BBAF73
(187,175,115)
#C5BC89
(197,188,137)
#CFC99F
(207,201,159)
#D9D6B5
(217,214,181)
#E3E3CB
(227,227,203)
#EDF0E1
(237,240,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #896E05 color. Also use rgb(137,110,5) instead hex code.

Text Font Color

.myTextColor { color: #896E05; }

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

This text font color is #896E05.


Background Color

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

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

This div background color is #896E05.


Border color

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

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

This div border color is #896E05.


Opacity

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

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

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

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

This text has shadow with #896E05 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #896E05 on black background.


Color preview on white background

This text has color #896E05 on white background.



Black color preview on #896E05 background

This text has black color on #896E05 background.


White color preview on #896E05 background

This text has white color on #896E05 background.