COLOR #896156

HEX: #896156
RGB: (137,97,86)

Color info

#896156 contains red, green and blue colors in about the same proportion. Web safe color of #896156 is #996666 (or #966).

RGB color model

#896156 color RGB value is (137,97,86).

  • red value is 137;
  • green value is 97;
  • blue value is 86.
RGB:
(137,97,86)
(54%,38%,34%)

RGB channels and saturation

R 137 of 255 = 54%
G 97 of 255 = 38%
B 86 of 255 = 34%

137
97
86

R + G + B ~ 42%. #896156 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
137 + 97 + 86 = 320 (100%)
R 137 of 320 ~ 42.81%
G 97 of 320 ~ 30.31%
B 86 of 320 ~ 26.88%

%42.81
%30.31
%26.88

CMYK color model

#896156 color CMYK value is (0,29,37,46).

  • cyan value is 0.00%
  • magenta value is 29.20%
  • yellow value is 37.23%
  • key color value is 46.27%
CMYK:
(0,29,37,46)
C0M29Y37K46 
(0%,29%,37%,46%)
(0.00/0.29/0.37/0.46)	

CMYK percentages

%0
%29.2
%37.23
%46.27

Codes

Color #896156 in popluar color models

896156
RGB1379786
HSL13°22.87%43.73%
HSB/HSV13°37.23%53.73%
CMYK0.00%29.20%37.23%
46.27%

Color #896156 in popluar number systems.

HEX896156
Decimal1379786
Binary1000100111000011010110
Octal211141126

Shades and tints

Shades of #896156

#896156
(137,97,86)
#7D594F
(125,89,79)
#715148
(113,81,72)
#654941
(101,73,65)
#59413A
(89,65,58)
#4D3933
(77,57,51)
#41312C
(65,49,44)
#352925
(53,41,37)
#29211E
(41,33,30)
#1D1917
(29,25,23)
#111110
(17,17,16)
#000000
(0,0,0)

Tints of #896156

#896156
(137,97,86)
#936F65
(147,111,101)
#9D7D74
(157,125,116)
#A78B83
(167,139,131)
#B19992
(177,153,146)
#BBA7A1
(187,167,161)
#C5B5B0
(197,181,176)
#CFC3BF
(207,195,191)
#D9D1CE
(217,209,206)
#E3DFDD
(227,223,221)
#EDEDEC
(237,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #896156 color. Also use rgb(137,97,86) instead hex code.

Text Font Color

.myTextColor { color: #896156; }

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

This text font color is #896156.


Background Color

.myBgColor { background-color: #896156; }

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

This div background color is #896156.


Border color

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

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

This div border color is #896156.


Opacity

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

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

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

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

This text has shadow with #896156 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #896156 on black background.


Color preview on white background

This text has color #896156 on white background.



Black color preview on #896156 background

This text has black color on #896156 background.


White color preview on #896156 background

This text has white color on #896156 background.