COLOR #898664

HEX: #898664
RGB: (137,134,100)

Color info

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

RGB color model

#898664 color RGB value is (137,134,100).

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

RGB channels and saturation

R 137 of 255 = 54%
G 134 of 255 = 53%
B 100 of 255 = 39%

137
134
100

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

Portions of RGB colors in percentages

R + G + B =
137 + 134 + 100 = 371 (100%)
R 137 of 371 ~ 36.93%
G 134 of 371 ~ 36.12%
B 100 of 371 ~ 26.95%

%36.93
%36.12
%26.95

CMYK color model

#898664 color CMYK value is (0,2,27,46).

  • cyan value is 0.00%
  • magenta value is 2.19%
  • yellow value is 27.01%
  • key color value is 46.27%
CMYK:
(0,2,27,46)
C0M2Y27K46 
(0%,2%,27%,46%)
(0.00/0.02/0.27/0.46)	

CMYK percentages

%0
%2.19
%27.01
%46.27

Codes

Color #898664 in popluar color models

898664
RGB137134100
HSL55°15.61%46.47%
HSB/HSV55°27.01%53.73%
CMYK0.00%2.19%27.01%
46.27%

Color #898664 in popluar number systems.

HEX898664
Decimal137134100
Binary10001001100001101100100
Octal211206144

Shades and tints

Shades of #898664

#898664
(137,134,100)
#7D7A5B
(125,122,91)
#716E52
(113,110,82)
#656249
(101,98,73)
#595640
(89,86,64)
#4D4A37
(77,74,55)
#413E2E
(65,62,46)
#353225
(53,50,37)
#29261C
(41,38,28)
#1D1A13
(29,26,19)
#110E0A
(17,14,10)
#000000
(0,0,0)

Tints of #898664

#898664
(137,134,100)
#939172
(147,145,114)
#9D9C80
(157,156,128)
#A7A78E
(167,167,142)
#B1B29C
(177,178,156)
#BBBDAA
(187,189,170)
#C5C8B8
(197,200,184)
#CFD3C6
(207,211,198)
#D9DED4
(217,222,212)
#E3E9E2
(227,233,226)
#EDF4F0
(237,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #898664; }

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

This text font color is #898664.


Background Color

.myBgColor { background-color: #898664; }

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

This div background color is #898664.


Border color

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

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

This div border color is #898664.


Opacity

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

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

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

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

This text has shadow with #898664 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #898664 on black background.


Color preview on white background

This text has color #898664 on white background.



Black color preview on #898664 background

This text has black color on #898664 background.


White color preview on #898664 background

This text has white color on #898664 background.