COLOR #898972

HEX: #898972 RGB: (137,137,114)

Color info

#898972 contains red, green and blue colors in about the same proportion. Web safe color of #898972 is #999966 (or #996).

RGB color model

#898972 color RGB value is (137,137,114).

RGB: (137,137,114) (54%, 54%, 45%)

RGB channels and saturation

R 137 of 255 = 54%
G 137 of 255 = 54%
B 114 of 255 = 45%

137
137
114

R + G + B ~ 51%. #898972 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 137 + 137 + 114 = 388 (100%)
R 137 of 388 ~ 35.31%
G 137 of 388 ~ 35.31%
B 114 of 388 ~ 29.38'%

%35.31
%35.31
%29.38

CMYK color model

#898972 color CMYK value is (0,0,17,46).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 16.79%
  • key color value is 46.27%

CMYK: (0,0,17,46)
C0M0Y17K46 (0%, 0%, 17%, 46%)
(0.00 / 0.00 / 0.17 / 0.46)

CMYK percentages

%0
%0
%16.79
%46.27

Codes

Color #898972 in popluar color models

89 89 72
RGB 137 137 114
HSL 60° 9.16% 49.22%
HSB/HSV 60° 16.79% 53.73%
CMYK 0.00% 0.00% 16.79%
46.27%

Color #898972 in popluar number systems.

HEX 89 89 72
Decimal 137 137 114
Binary 10001001 10001001 1110010
Octal 211 211 162

Shades and tints

Shades of #898972

#898972
(137,137,114)
#7D7D68
(125,125,104)
#71715E
(113,113,94)
#656554
(101,101,84)
#59594A
(89,89,74)
#4D4D40
(77,77,64)
#414136
(65,65,54)
#35352C
(53,53,44)
#292922
(41,41,34)
#1D1D18
(29,29,24)
#11110E
(17,17,14)
#000000
(0,0,0)

Tints of #898972

#898972
(137,137,114)
#93937E
(147,147,126)
#9D9D8A
(157,157,138)
#A7A796
(167,167,150)
#B1B1A2
(177,177,162)
#BBBBAE
(187,187,174)
#C5C5BA
(197,197,186)
#CFCFC6
(207,207,198)
#D9D9D2
(217,217,210)
#E3E3DE
(227,227,222)
#EDEDEA
(237,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #898972 color. Also use rgb(137,137,114) instead hex code.

Text Font Color

.myTextColor { color: #898972; }

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

This text font color is #898972.

Background Color

.myBgColor { background-color: #898972; }

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

This div background color is #898972.

Border color

.myBorderColor { border: 1px solid #898972; }

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

This div border color is #898972.

Opacity

.myOpacity80 { color: #898972; opacity: 0.8; }

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

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

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

This text has shadow with #898972 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #898972.

Preview

Color preview on black background

This text has color #898972 on black background.


Color preview on white background

This text has color #898972 on white background.


Black color preview on #898972 background

This text has black color on #898972 background.


White color preview on #898972 background

This text has white color on #898972 background.


Related colors

Complementary color

Complementary color for #hex is #76768D.


I love getcolorcode.com