COLOR #897F65

HEX: #897F65 RGB: (137,127,101)

Color info

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

RGB color model

#897F65 color RGB value is (137,127,101).

RGB: (137,127,101) (54%, 50%, 40%)

RGB channels and saturation

R 137 of 255 = 54%
G 127 of 255 = 50%
B 101 of 255 = 40%

137
127
101

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

Portions of RGB colors in percentages

R + G + B = 137 + 127 + 101 = 365 (100%)
R 137 of 365 ~ 37.53%
G 127 of 365 ~ 34.79%
B 101 of 365 ~ 27.67'%

%37.53
%34.79
%27.67

CMYK color model

#897F65 color CMYK value is (0,7,26,46).

  • cyan value is 0.00%
  • magenta value is 7.30%
  • yellow value is 26.28%
  • key color value is 46.27%

CMYK: (0,7,26,46)
C0M7Y26K46 (0%, 7%, 26%, 46%)
(0.00 / 0.07 / 0.26 / 0.46)

CMYK percentages

%0
%7.3
%26.28
%46.27

Codes

Color #897F65 in popluar color models

89 7F 65
RGB 137 127 101
HSL 43° 15.13% 46.67%
HSB/HSV 43° 26.28% 53.73%
CMYK 0.00% 7.30% 26.28%
46.27%

Color #897F65 in popluar number systems.

HEX 89 7F 65
Decimal 137 127 101
Binary 10001001 1111111 1100101
Octal 211 177 145

Shades and tints

Shades of #897F65

#897F65
(137,127,101)
#7D745C
(125,116,92)
#716953
(113,105,83)
#655E4A
(101,94,74)
#595341
(89,83,65)
#4D4838
(77,72,56)
#413D2F
(65,61,47)
#353226
(53,50,38)
#29271D
(41,39,29)
#1D1C14
(29,28,20)
#11110B
(17,17,11)
#000000
(0,0,0)

Tints of #897F65

#897F65
(137,127,101)
#938A73
(147,138,115)
#9D9581
(157,149,129)
#A7A08F
(167,160,143)
#B1AB9D
(177,171,157)
#BBB6AB
(187,182,171)
#C5C1B9
(197,193,185)
#CFCCC7
(207,204,199)
#D9D7D5
(217,215,213)
#E3E2E3
(227,226,227)
#EDEDF1
(237,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #897F65; }

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

This text font color is #897F65.

Background Color

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

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

This div background color is #897F65.

Border color

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

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

This div border color is #897F65.

Opacity

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

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

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

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

This text has shadow with #897F65 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #897F65.

Preview

Color preview on black background

This text has color #897F65 on black background.


Color preview on white background

This text has color #897F65 on white background.


Black color preview on #897F65 background

This text has black color on #897F65 background.


White color preview on #897F65 background

This text has white color on #897F65 background.


Related colors

Complementary color

Complementary color for #hex is #76809A.


I love getcolorcode.com

Triadic colors

1 #65897F and #7F6589 with #897F65 are triadic colors.

2 #657F89 and #7F8965 with #897F65 are triadic colors.