COLOR #898164

HEX: #898164
RGB: (137,129,100)

Color info

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

RGB color model

#898164 color RGB value is (137,129,100).

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

RGB channels and saturation

R 137 of 255 = 54%
G 129 of 255 = 51%
B 100 of 255 = 39%

137
129
100

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

Portions of RGB colors in percentages

R + G + B =
137 + 129 + 100 = 366 (100%)
R 137 of 366 ~ 37.43%
G 129 of 366 ~ 35.25%
B 100 of 366 ~ 27.32%

%37.43
%35.25
%27.32

CMYK color model

#898164 color CMYK value is (0,6,27,46).

  • cyan value is 0.00%
  • magenta value is 5.84%
  • yellow value is 27.01%
  • key color value is 46.27%
CMYK:
(0,6,27,46)
C0M6Y27K46 
(0%,6%,27%,46%)
(0.00/0.06/0.27/0.46)	

CMYK percentages

%0
%5.84
%27.01
%46.27

Codes

Color #898164 in popluar color models

898164
RGB137129100
HSL47°15.61%46.47%
HSB/HSV47°27.01%53.73%
CMYK0.00%5.84%27.01%
46.27%

Color #898164 in popluar number systems.

HEX898164
Decimal137129100
Binary10001001100000011100100
Octal211201144

Shades and tints

Shades of #898164

#898164
(137,129,100)
#7D765B
(125,118,91)
#716B52
(113,107,82)
#656049
(101,96,73)
#595540
(89,85,64)
#4D4A37
(77,74,55)
#413F2E
(65,63,46)
#353425
(53,52,37)
#29291C
(41,41,28)
#1D1E13
(29,30,19)
#11130A
(17,19,10)
#000000
(0,0,0)

Tints of #898164

#898164
(137,129,100)
#938C72
(147,140,114)
#9D9780
(157,151,128)
#A7A28E
(167,162,142)
#B1AD9C
(177,173,156)
#BBB8AA
(187,184,170)
#C5C3B8
(197,195,184)
#CFCEC6
(207,206,198)
#D9D9D4
(217,217,212)
#E3E4E2
(227,228,226)
#EDEFF0
(237,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #898164; }

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

This text font color is #898164.


Background Color

.myBgColor { background-color: #898164; }

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

This div background color is #898164.


Border color

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

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

This div border color is #898164.


Opacity

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

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

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

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

This text has shadow with #898164 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #898164 on black background.


Color preview on white background

This text has color #898164 on white background.



Black color preview on #898164 background

This text has black color on #898164 background.


White color preview on #898164 background

This text has white color on #898164 background.