COLOR #898172

HEX: #898172
RGB: (137,129,114)

Color info

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

RGB color model

#898172 color RGB value is (137,129,114).

  • red value is 137;
  • green value is 129;
  • blue value is 114.
RGB:
(137,129,114)
(54%,51%,45%)

RGB channels and saturation

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

137
129
114

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

Portions of RGB colors in percentages

R + G + B =
137 + 129 + 114 = 380 (100%)
R 137 of 380 ~ 36.05%
G 129 of 380 ~ 33.95%
B 114 of 380 ~ 30%

%36.05
%33.95
%30

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 5.84%
  • yellow value is 16.79%
  • key color value is 46.27%
CMYK:
(0,6,17,46)
C0M6Y17K46 
(0%,6%,17%,46%)
(0.00/0.06/0.17/0.46)	

CMYK percentages

%0
%5.84
%16.79
%46.27

Codes

Color #898172 in popluar color models

898172
RGB137129114
HSL39°9.16%49.22%
HSB/HSV39°16.79%53.73%
CMYK0.00%5.84%16.79%
46.27%

Color #898172 in popluar number systems.

HEX898172
Decimal137129114
Binary10001001100000011110010
Octal211201162

Shades and tints

Shades of #898172

#898172
(137,129,114)
#7D7668
(125,118,104)
#716B5E
(113,107,94)
#656054
(101,96,84)
#59554A
(89,85,74)
#4D4A40
(77,74,64)
#413F36
(65,63,54)
#35342C
(53,52,44)
#292922
(41,41,34)
#1D1E18
(29,30,24)
#11130E
(17,19,14)
#000000
(0,0,0)

Tints of #898172

#898172
(137,129,114)
#938C7E
(147,140,126)
#9D978A
(157,151,138)
#A7A296
(167,162,150)
#B1ADA2
(177,173,162)
#BBB8AE
(187,184,174)
#C5C3BA
(197,195,186)
#CFCEC6
(207,206,198)
#D9D9D2
(217,217,210)
#E3E4DE
(227,228,222)
#EDEFEA
(237,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #898172; }

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

This text font color is #898172.


Background Color

.myBgColor { background-color: #898172; }

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

This div background color is #898172.


Border color

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

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

This div border color is #898172.


Opacity

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

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

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

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

This text has shadow with #898172 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #898172 on black background.


Color preview on white background

This text has color #898172 on white background.



Black color preview on #898172 background

This text has black color on #898172 background.


White color preview on #898172 background

This text has white color on #898172 background.