COLOR #898171

HEX: #898171
RGB: (137,129,113)

Color info

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

RGB color model

#898171 color RGB value is (137,129,113).

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

RGB channels and saturation

R 137 of 255 = 54%
G 129 of 255 = 51%
B 113 of 255 = 44%

137
129
113

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

Portions of RGB colors in percentages

R + G + B =
137 + 129 + 113 = 379 (100%)
R 137 of 379 ~ 36.15%
G 129 of 379 ~ 34.04%
B 113 of 379 ~ 29.82%

%36.15
%34.04
%29.82

CMYK color model

#898171 color CMYK value is (0,6,18,46).

  • cyan value is 0.00%
  • magenta value is 5.84%
  • yellow value is 17.52%
  • key color value is 46.27%
CMYK: (0,6,18,46) C0M6Y18K46 (0%,6%,18%,46%) (0.00/0.06/0.18/0.46)

CMYK percentages

%0
%5.84
%17.52
%46.27

Codes

Color #898171 in popluar color models

898171
RGB137129113
HSL40°9.60%49.02%
HSB/HSV40°17.52%53.73%
CMYK0.00%5.84%17.52%
46.27%

Color #898171 in popluar number systems.

HEX898171
Decimal137129113
Binary10001001100000011110001
Octal211201161

Shades and tints

Shades of #898171

#898171
(137,129,113)
#7D7667
(125,118,103)
#716B5D
(113,107,93)
#656053
(101,96,83)
#595549
(89,85,73)
#4D4A3F
(77,74,63)
#413F35
(65,63,53)
#35342B
(53,52,43)
#292921
(41,41,33)
#1D1E17
(29,30,23)
#11130D
(17,19,13)
#000000
(0,0,0)

Tints of #898171

#898171
(137,129,113)
#938C7D
(147,140,125)
#9D9789
(157,151,137)
#A7A295
(167,162,149)
#B1ADA1
(177,173,161)
#BBB8AD
(187,184,173)
#C5C3B9
(197,195,185)
#CFCEC5
(207,206,197)
#D9D9D1
(217,217,209)
#E3E4DD
(227,228,221)
#EDEFE9
(237,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #898171; }

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

This text font color is #898171.


Background Color

.myBgColor { background-color: #898171; }

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

This div background color is #898171.


Border color

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

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

This div border color is #898171.


Opacity

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

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

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

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

This text has shadow with #898171 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #898171 on black background.


Color preview on white background

This text has color #898171 on white background.



Black color preview on #898171 background

This text has black color on #898171 background.


White color preview on #898171 background

This text has white color on #898171 background.