COLOR #896C59

HEX: #896C59
RGB: (137,108,89)

Color info

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

RGB color model

#896C59 color RGB value is (137,108,89).

  • red value is 137;
  • green value is 108;
  • blue value is 89.
RGB:
(137,108,89)
(54%,42%,35%)

RGB channels and saturation

R 137 of 255 = 54%
G 108 of 255 = 42%
B 89 of 255 = 35%

137
108
89

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

Portions of RGB colors in percentages

R + G + B =
137 + 108 + 89 = 334 (100%)
R 137 of 334 ~ 41.02%
G 108 of 334 ~ 32.34%
B 89 of 334 ~ 26.65%

%41.02
%32.34
%26.65

CMYK color model

#896C59 color CMYK value is (0,21,35,46).

  • cyan value is 0.00%
  • magenta value is 21.17%
  • yellow value is 35.04%
  • key color value is 46.27%
CMYK:
(0,21,35,46)
C0M21Y35K46 
(0%,21%,35%,46%)
(0.00/0.21/0.35/0.46)	

CMYK percentages

%0
%21.17
%35.04
%46.27

Codes

Color #896C59 in popluar color models

896C59
RGB13710889
HSL24°21.24%44.31%
HSB/HSV24°35.04%53.73%
CMYK0.00%21.17%35.04%
46.27%

Color #896C59 in popluar number systems.

HEX896C59
Decimal13710889
Binary1000100111011001011001
Octal211154131

Shades and tints

Shades of #896C59

#896C59
(137,108,89)
#7D6351
(125,99,81)
#715A49
(113,90,73)
#655141
(101,81,65)
#594839
(89,72,57)
#4D3F31
(77,63,49)
#413629
(65,54,41)
#352D21
(53,45,33)
#292419
(41,36,25)
#1D1B11
(29,27,17)
#111209
(17,18,9)
#000000
(0,0,0)

Tints of #896C59

#896C59
(137,108,89)
#937968
(147,121,104)
#9D8677
(157,134,119)
#A79386
(167,147,134)
#B1A095
(177,160,149)
#BBADA4
(187,173,164)
#C5BAB3
(197,186,179)
#CFC7C2
(207,199,194)
#D9D4D1
(217,212,209)
#E3E1E0
(227,225,224)
#EDEEEF
(237,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #896C59 color. Also use rgb(137,108,89) instead hex code.

Text Font Color

.myTextColor { color: #896C59; }

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

This text font color is #896C59.


Background Color

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

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

This div background color is #896C59.


Border color

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

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

This div border color is #896C59.


Opacity

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

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

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

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

This text has shadow with #896C59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #896C59 on black background.


Color preview on white background

This text has color #896C59 on white background.



Black color preview on #896C59 background

This text has black color on #896C59 background.


White color preview on #896C59 background

This text has white color on #896C59 background.