COLOR #897F59

HEX: #897F59
RGB: (137,127,89)

Color info

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

RGB color model

#897F59 color RGB value is (137,127,89).

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

RGB channels and saturation

R 137 of 255 = 54%
G 127 of 255 = 50%
B 89 of 255 = 35%

137
127
89

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

Portions of RGB colors in percentages

R + G + B =
137 + 127 + 89 = 353 (100%)
R 137 of 353 ~ 38.81%
G 127 of 353 ~ 35.98%
B 89 of 353 ~ 25.21%

%38.81
%35.98
%25.21

CMYK color model

#897F59 color CMYK value is (0,7,35,46).

  • cyan value is 0.00%
  • magenta value is 7.30%
  • yellow value is 35.04%
  • key color value is 46.27%
CMYK:
(0,7,35,46)
C0M7Y35K46 
(0%,7%,35%,46%)
(0.00/0.07/0.35/0.46)	

CMYK percentages

%0
%7.3
%35.04
%46.27

Codes

Color #897F59 in popluar color models

897F59
RGB13712789
HSL48°21.24%44.31%
HSB/HSV48°35.04%53.73%
CMYK0.00%7.30%35.04%
46.27%

Color #897F59 in popluar number systems.

HEX897F59
Decimal13712789
Binary1000100111111111011001
Octal211177131

Shades and tints

Shades of #897F59

#897F59
(137,127,89)
#7D7451
(125,116,81)
#716949
(113,105,73)
#655E41
(101,94,65)
#595339
(89,83,57)
#4D4831
(77,72,49)
#413D29
(65,61,41)
#353221
(53,50,33)
#292719
(41,39,25)
#1D1C11
(29,28,17)
#111109
(17,17,9)
#000000
(0,0,0)

Tints of #897F59

#897F59
(137,127,89)
#938A68
(147,138,104)
#9D9577
(157,149,119)
#A7A086
(167,160,134)
#B1AB95
(177,171,149)
#BBB6A4
(187,182,164)
#C5C1B3
(197,193,179)
#CFCCC2
(207,204,194)
#D9D7D1
(217,215,209)
#E3E2E0
(227,226,224)
#EDEDEF
(237,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #897F59; }

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

This text font color is #897F59.


Background Color

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

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

This div background color is #897F59.


Border color

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

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

This div border color is #897F59.


Opacity

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

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

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

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

This text has shadow with #897F59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #897F59 on black background.


Color preview on white background

This text has color #897F59 on white background.



Black color preview on #897F59 background

This text has black color on #897F59 background.


White color preview on #897F59 background

This text has white color on #897F59 background.