COLOR #896E42

HEX: #896E42
RGB: (137,110,66)

Color info

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

RGB color model

#896E42 color RGB value is (137,110,66).

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

RGB channels and saturation

R 137 of 255 = 54%
G 110 of 255 = 43%
B 66 of 255 = 26%

137
110
66

R + G + B ~ 41%. #896E42 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
137 + 110 + 66 = 313 (100%)
R 137 of 313 ~ 43.77%
G 110 of 313 ~ 35.14%
B 66 of 313 ~ 21.09%

%43.77
%35.14
%21.09

CMYK color model

#896E42 color CMYK value is (0,20,52,46).

  • cyan value is 0.00%
  • magenta value is 19.71%
  • yellow value is 51.82%
  • key color value is 46.27%
CMYK:
(0,20,52,46)
C0M20Y52K46 
(0%,20%,52%,46%)
(0.00/0.20/0.52/0.46)	

CMYK percentages

%0
%19.71
%51.82
%46.27

Codes

Color #896E42 in popluar color models

896E42
RGB13711066
HSL37°34.98%39.80%
HSB/HSV37°51.82%53.73%
CMYK0.00%19.71%51.82%
46.27%

Color #896E42 in popluar number systems.

HEX896E42
Decimal13711066
Binary1000100111011101000010
Octal211156102

Shades and tints

Shades of #896E42

#896E42
(137,110,66)
#7D643C
(125,100,60)
#715A36
(113,90,54)
#655030
(101,80,48)
#59462A
(89,70,42)
#4D3C24
(77,60,36)
#41321E
(65,50,30)
#352818
(53,40,24)
#291E12
(41,30,18)
#1D140C
(29,20,12)
#110A06
(17,10,6)
#000000
(0,0,0)

Tints of #896E42

#896E42
(137,110,66)
#937B53
(147,123,83)
#9D8864
(157,136,100)
#A79575
(167,149,117)
#B1A286
(177,162,134)
#BBAF97
(187,175,151)
#C5BCA8
(197,188,168)
#CFC9B9
(207,201,185)
#D9D6CA
(217,214,202)
#E3E3DB
(227,227,219)
#EDF0EC
(237,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #896E42; }

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

This text font color is #896E42.


Background Color

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

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

This div background color is #896E42.


Border color

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

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

This div border color is #896E42.


Opacity

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

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

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

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

This text has shadow with #896E42 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #896E42 on black background.


Color preview on white background

This text has color #896E42 on white background.



Black color preview on #896E42 background

This text has black color on #896E42 background.


White color preview on #896E42 background

This text has white color on #896E42 background.