COLOR #898472

HEX: #898472
RGB: (137,132,114)

Color info

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

RGB color model

#898472 color RGB value is (137,132,114).

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

RGB channels and saturation

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

137
132
114

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

Portions of RGB colors in percentages

R + G + B =
137 + 132 + 114 = 383 (100%)
R 137 of 383 ~ 35.77%
G 132 of 383 ~ 34.46%
B 114 of 383 ~ 29.77%

%35.77
%34.46
%29.77

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.65%
  • yellow value is 16.79%
  • key color value is 46.27%
CMYK:
(0,4,17,46)
C0M4Y17K46 
(0%,4%,17%,46%)
(0.00/0.04/0.17/0.46)	

CMYK percentages

%0
%3.65
%16.79
%46.27

Codes

Color #898472 in popluar color models

898472
RGB137132114
HSL47°9.16%49.22%
HSB/HSV47°16.79%53.73%
CMYK0.00%3.65%16.79%
46.27%

Color #898472 in popluar number systems.

HEX898472
Decimal137132114
Binary10001001100001001110010
Octal211204162

Shades and tints

Shades of #898472

#898472
(137,132,114)
#7D7868
(125,120,104)
#716C5E
(113,108,94)
#656054
(101,96,84)
#59544A
(89,84,74)
#4D4840
(77,72,64)
#413C36
(65,60,54)
#35302C
(53,48,44)
#292422
(41,36,34)
#1D1818
(29,24,24)
#110C0E
(17,12,14)
#000000
(0,0,0)

Tints of #898472

#898472
(137,132,114)
#938F7E
(147,143,126)
#9D9A8A
(157,154,138)
#A7A596
(167,165,150)
#B1B0A2
(177,176,162)
#BBBBAE
(187,187,174)
#C5C6BA
(197,198,186)
#CFD1C6
(207,209,198)
#D9DCD2
(217,220,210)
#E3E7DE
(227,231,222)
#EDF2EA
(237,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #898472; }

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

This text font color is #898472.


Background Color

.myBgColor { background-color: #898472; }

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

This div background color is #898472.


Border color

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

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

This div border color is #898472.


Opacity

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

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

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

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

This text has shadow with #898472 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #898472 on black background.


Color preview on white background

This text has color #898472 on white background.



Black color preview on #898472 background

This text has black color on #898472 background.


White color preview on #898472 background

This text has white color on #898472 background.