COLOR #897F6C

HEX: #897F6C RGB: (137,127,108)

Color info

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

RGB color model

#897F6C color RGB value is (137,127,108).

RGB: (137,127,108) (54%, 50%, 42%)

RGB channels and saturation

R 137 of 255 = 54%
G 127 of 255 = 50%
B 108 of 255 = 42%

137
127
108

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

Portions of RGB colors in percentages

R + G + B = 137 + 127 + 108 = 372 (100%)
R 137 of 372 ~ 36.83%
G 127 of 372 ~ 34.14%
B 108 of 372 ~ 29.03'%

%36.83
%34.14
%29.03

CMYK color model

#897F6C color CMYK value is (0,7,21,46).

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

CMYK: (0,7,21,46)
C0M7Y21K46 (0%, 7%, 21%, 46%)
(0.00 / 0.07 / 0.21 / 0.46)

CMYK percentages

%0
%7.3
%21.17
%46.27

Codes

Color #897F6C in popluar color models

89 7F 6C
RGB 137 127 108
HSL 39° 11.84% 48.04%
HSB/HSV 39° 21.17% 53.73%
CMYK 0.00% 7.30% 21.17%
46.27%

Color #897F6C in popluar number systems.

HEX 89 7F 6C
Decimal 137 127 108
Binary 10001001 1111111 1101100
Octal 211 177 154

Shades and tints

Shades of #897F6C

#897F6C
(137,127,108)
#7D7463
(125,116,99)
#71695A
(113,105,90)
#655E51
(101,94,81)
#595348
(89,83,72)
#4D483F
(77,72,63)
#413D36
(65,61,54)
#35322D
(53,50,45)
#292724
(41,39,36)
#1D1C1B
(29,28,27)
#111112
(17,17,18)
#000000
(0,0,0)

Tints of #897F6C

#897F6C
(137,127,108)
#938A79
(147,138,121)
#9D9586
(157,149,134)
#A7A093
(167,160,147)
#B1ABA0
(177,171,160)
#BBB6AD
(187,182,173)
#C5C1BA
(197,193,186)
#CFCCC7
(207,204,199)
#D9D7D4
(217,215,212)
#E3E2E1
(227,226,225)
#EDEDEE
(237,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #897F6C; }

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

This text font color is #897F6C.

Background Color

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

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

This div background color is #897F6C.

Border color

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

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

This div border color is #897F6C.

Opacity

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

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

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

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

This text has shadow with #897F6C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #897F6C.

Preview

Color preview on black background

This text has color #897F6C on black background.


Color preview on white background

This text has color #897F6C on white background.


Black color preview on #897F6C background

This text has black color on #897F6C background.


White color preview on #897F6C background

This text has white color on #897F6C background.


Related colors

Complementary color

Complementary color for #hex is #768093.


I love getcolorcode.com

Triadic colors

1 #6C897F and #7F6C89 with #897F6C are triadic colors.

2 #6C7F89 and #7F896C with #897F6C are triadic colors.