COLOR #897B6C

HEX: #897B6C RGB: (137,123,108)

Color info

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

RGB color model

#897B6C color RGB value is (137,123,108).

RGB: (137,123,108) (54%, 48%, 42%)

RGB channels and saturation

R 137 of 255 = 54%
G 123 of 255 = 48%
B 108 of 255 = 42%

137
123
108

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

Portions of RGB colors in percentages

R + G + B = 137 + 123 + 108 = 368 (100%)
R 137 of 368 ~ 37.23%
G 123 of 368 ~ 33.42%
B 108 of 368 ~ 29.35'%

%37.23
%33.42
%29.35

CMYK color model

#897B6C color CMYK value is (0,10,21,46).

  • cyan value is 0.00%
  • magenta value is 10.22%
  • yellow value is 21.17%
  • key color value is 46.27%
CMYK: (0,10,21,46) C0M10Y21K46 (0%,10%,21%,46%) (0.00/0.10/0.21/0.46) 

CMYK percentages

%0
%10.22
%21.17
%46.27

Codes

Color #897B6C in popluar color models

89 7B 6C
RGB 137 123 108
HSL 31° 11.84% 48.04%
HSB/HSV 31° 21.17% 53.73%
CMYK 0.00% 10.22% 21.17%
46.27%

Color #897B6C in popluar number systems.

HEX 89 7B 6C
Decimal 137 123 108
Binary 10001001 1111011 1101100
Octal 211 173 154

Shades and tints

Shades of #897B6C

#897B6C
(137,123,108)
#7D7063
(125,112,99)
#71655A
(113,101,90)
#655A51
(101,90,81)
#594F48
(89,79,72)
#4D443F
(77,68,63)
#413936
(65,57,54)
#352E2D
(53,46,45)
#292324
(41,35,36)
#1D181B
(29,24,27)
#110D12
(17,13,18)
#000000
(0,0,0)

Tints of #897B6C

#897B6C
(137,123,108)
#938779
(147,135,121)
#9D9386
(157,147,134)
#A79F93
(167,159,147)
#B1ABA0
(177,171,160)
#BBB7AD
(187,183,173)
#C5C3BA
(197,195,186)
#CFCFC7
(207,207,199)
#D9DBD4
(217,219,212)
#E3E7E1
(227,231,225)
#EDF3EE
(237,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #897B6C; }

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

This text font color is #897B6C.

Background Color

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

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

This div background color is #897B6C.

Border color

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

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

This div border color is #897B6C.

Opacity

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

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

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

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

This text has shadow with #897B6C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #897B6C.

Preview

Color preview on black background

This text has color #897B6C on black background.


Color preview on white background

This text has color #897B6C on white background.


Black color preview on #897B6C background

This text has black color on #897B6C background.


White color preview on #897B6C background

This text has white color on #897B6C background.


Related colors

Complementary color

Complementary color for #hex is #768493.


I love getcolorcode.com

Triadic colors

1 #6C897B and #7B6C89 with #897B6C are triadic colors.

2 #6C7B89 and #7B896C with #897B6C are triadic colors.