COLOR #897F56

HEX: #897F56
RGB: (137,127,86)

Color info

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

RGB color model

#897F56 color RGB value is (137,127,86).

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

RGB channels and saturation

R 137 of 255 = 54%
G 127 of 255 = 50%
B 86 of 255 = 34%

137
127
86

R + G + B ~ 46%. #897F56 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
137 + 127 + 86 = 350 (100%)
R 137 of 350 ~ 39.14%
G 127 of 350 ~ 36.29%
B 86 of 350 ~ 24.57%

%39.14
%36.29
%24.57

CMYK color model

#897F56 color CMYK value is (0,7,37,46).

  • cyan value is 0.00%
  • magenta value is 7.30%
  • yellow value is 37.23%
  • key color value is 46.27%
CMYK:
(0,7,37,46)
C0M7Y37K46 
(0%,7%,37%,46%)
(0.00/0.07/0.37/0.46)	

CMYK percentages

%0
%7.3
%37.23
%46.27

Codes

Color #897F56 in popluar color models

897F56
RGB13712786
HSL48°22.87%43.73%
HSB/HSV48°37.23%53.73%
CMYK0.00%7.30%37.23%
46.27%

Color #897F56 in popluar number systems.

HEX897F56
Decimal13712786
Binary1000100111111111010110
Octal211177126

Shades and tints

Shades of #897F56

#897F56
(137,127,86)
#7D744F
(125,116,79)
#716948
(113,105,72)
#655E41
(101,94,65)
#59533A
(89,83,58)
#4D4833
(77,72,51)
#413D2C
(65,61,44)
#353225
(53,50,37)
#29271E
(41,39,30)
#1D1C17
(29,28,23)
#111110
(17,17,16)
#000000
(0,0,0)

Tints of #897F56

#897F56
(137,127,86)
#938A65
(147,138,101)
#9D9574
(157,149,116)
#A7A083
(167,160,131)
#B1AB92
(177,171,146)
#BBB6A1
(187,182,161)
#C5C1B0
(197,193,176)
#CFCCBF
(207,204,191)
#D9D7CE
(217,215,206)
#E3E2DD
(227,226,221)
#EDEDEC
(237,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #897F56; }

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

This text font color is #897F56.


Background Color

.myBgColor { background-color: #897F56; }

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

This div background color is #897F56.


Border color

.myBorderColor { border: 1px solid #897F56; }

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

This div border color is #897F56.


Opacity

.myOpacity80 { color: #897F56; opacity: 0.8; }

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

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

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

This text has shadow with #897F56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #897F56 on black background.


Color preview on white background

This text has color #897F56 on white background.



Black color preview on #897F56 background

This text has black color on #897F56 background.


White color preview on #897F56 background

This text has white color on #897F56 background.