COLOR #897E71

HEX: #897E71
RGB: (137,126,113)

Color info

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

RGB color model

#897E71 color RGB value is (137,126,113).

  • red value is 137;
  • green value is 126;
  • blue value is 113.
RGB:
(137,126,113)
(54%,49%,44%)

RGB channels and saturation

R 137 of 255 = 54%
G 126 of 255 = 49%
B 113 of 255 = 44%

137
126
113

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

Portions of RGB colors in percentages

R + G + B =
137 + 126 + 113 = 376 (100%)
R 137 of 376 ~ 36.44%
G 126 of 376 ~ 33.51%
B 113 of 376 ~ 30.05%

%36.44
%33.51
%30.05

CMYK color model

#897E71 color CMYK value is (0,8,18,46).

  • cyan value is 0.00%
  • magenta value is 8.03%
  • yellow value is 17.52%
  • key color value is 46.27%
CMYK:
(0,8,18,46)
C0M8Y18K46 
(0%,8%,18%,46%)
(0.00/0.08/0.18/0.46)	

CMYK percentages

%0
%8.03
%17.52
%46.27

Codes

Color #897E71 in popluar color models

897E71
RGB137126113
HSL33°9.60%49.02%
HSB/HSV33°17.52%53.73%
CMYK0.00%8.03%17.52%
46.27%

Color #897E71 in popluar number systems.

HEX897E71
Decimal137126113
Binary1000100111111101110001
Octal211176161

Shades and tints

Shades of #897E71

#897E71
(137,126,113)
#7D7367
(125,115,103)
#71685D
(113,104,93)
#655D53
(101,93,83)
#595249
(89,82,73)
#4D473F
(77,71,63)
#413C35
(65,60,53)
#35312B
(53,49,43)
#292621
(41,38,33)
#1D1B17
(29,27,23)
#11100D
(17,16,13)
#000000
(0,0,0)

Tints of #897E71

#897E71
(137,126,113)
#93897D
(147,137,125)
#9D9489
(157,148,137)
#A79F95
(167,159,149)
#B1AAA1
(177,170,161)
#BBB5AD
(187,181,173)
#C5C0B9
(197,192,185)
#CFCBC5
(207,203,197)
#D9D6D1
(217,214,209)
#E3E1DD
(227,225,221)
#EDECE9
(237,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #897E71 color. Also use rgb(137,126,113) instead hex code.

Text Font Color

.myTextColor { color: #897E71; }

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

This text font color is #897E71.


Background Color

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

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

This div background color is #897E71.


Border color

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

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

This div border color is #897E71.


Opacity

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

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

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

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

This text has shadow with #897E71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #897E71 on black background.


Color preview on white background

This text has color #897E71 on white background.



Black color preview on #897E71 background

This text has black color on #897E71 background.


White color preview on #897E71 background

This text has white color on #897E71 background.