COLOR #896F57

HEX: #896F57
RGB: (137,111,87)

Color info

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

RGB color model

#896F57 color RGB value is (137,111,87).

  • red value is 137;
  • green value is 111;
  • blue value is 87.
RGB:
(137,111,87)
(54%,44%,34%)

RGB channels and saturation

R 137 of 255 = 54%
G 111 of 255 = 44%
B 87 of 255 = 34%

137
111
87

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

Portions of RGB colors in percentages

R + G + B =
137 + 111 + 87 = 335 (100%)
R 137 of 335 ~ 40.9%
G 111 of 335 ~ 33.13%
B 87 of 335 ~ 25.97%

%40.9
%33.13
%25.97

CMYK color model

#896F57 color CMYK value is (0,19,36,46).

  • cyan value is 0.00%
  • magenta value is 18.98%
  • yellow value is 36.50%
  • key color value is 46.27%
CMYK:
(0,19,36,46)
C0M19Y36K46 
(0%,19%,36%,46%)
(0.00/0.19/0.36/0.46)	

CMYK percentages

%0
%18.98
%36.5
%46.27

Codes

Color #896F57 in popluar color models

896F57
RGB13711187
HSL29°22.32%43.92%
HSB/HSV29°36.50%53.73%
CMYK0.00%18.98%36.50%
46.27%

Color #896F57 in popluar number systems.

HEX896F57
Decimal13711187
Binary1000100111011111010111
Octal211157127

Shades and tints

Shades of #896F57

#896F57
(137,111,87)
#7D6550
(125,101,80)
#715B49
(113,91,73)
#655142
(101,81,66)
#59473B
(89,71,59)
#4D3D34
(77,61,52)
#41332D
(65,51,45)
#352926
(53,41,38)
#291F1F
(41,31,31)
#1D1518
(29,21,24)
#110B11
(17,11,17)
#000000
(0,0,0)

Tints of #896F57

#896F57
(137,111,87)
#937C66
(147,124,102)
#9D8975
(157,137,117)
#A79684
(167,150,132)
#B1A393
(177,163,147)
#BBB0A2
(187,176,162)
#C5BDB1
(197,189,177)
#CFCAC0
(207,202,192)
#D9D7CF
(217,215,207)
#E3E4DE
(227,228,222)
#EDF1ED
(237,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #896F57 color. Also use rgb(137,111,87) instead hex code.

Text Font Color

.myTextColor { color: #896F57; }

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

This text font color is #896F57.


Background Color

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

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

This div background color is #896F57.


Border color

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

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

This div border color is #896F57.


Opacity

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

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

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

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

This text has shadow with #896F57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #896F57 on black background.


Color preview on white background

This text has color #896F57 on white background.



Black color preview on #896F57 background

This text has black color on #896F57 background.


White color preview on #896F57 background

This text has white color on #896F57 background.