COLOR #898B66

HEX: #898B66
RGB: (137,139,102)

Color info

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

RGB color model

#898B66 color RGB value is (137,139,102).

  • red value is 137;
  • green value is 139;
  • blue value is 102.
RGB:
(137,139,102)
(54%,55%,40%)

RGB channels and saturation

R 137 of 255 = 54%
G 139 of 255 = 55%
B 102 of 255 = 40%

137
139
102

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

Portions of RGB colors in percentages

R + G + B =
137 + 139 + 102 = 378 (100%)
R 137 of 378 ~ 36.24%
G 139 of 378 ~ 36.77%
B 102 of 378 ~ 26.98%

%36.24
%36.77
%26.98

CMYK color model

#898B66 color CMYK value is (1,0,27,45).

  • cyan value is 1.44%
  • magenta value is 0.00%
  • yellow value is 26.62%
  • key color value is 45.49%
CMYK:
(1,0,27,45)
C1M0Y27K45 
(1%,0%,27%,45%)
(0.01/0.00/0.27/0.45)	

CMYK percentages

%1.44
%0
%26.62
%45.49

Codes

Color #898B66 in popluar color models

898B66
RGB137139102
HSL63°15.35%47.25%
HSB/HSV63°26.62%54.51%
CMYK1.44%0.00%26.62%
45.49%

Color #898B66 in popluar number systems.

HEX898B66
Decimal137139102
Binary10001001100010111100110
Octal211213146

Shades and tints

Shades of #898B66

#898B66
(137,139,102)
#7D7F5D
(125,127,93)
#717354
(113,115,84)
#65674B
(101,103,75)
#595B42
(89,91,66)
#4D4F39
(77,79,57)
#414330
(65,67,48)
#353727
(53,55,39)
#292B1E
(41,43,30)
#1D1F15
(29,31,21)
#11130C
(17,19,12)
#000000
(0,0,0)

Tints of #898B66

#898B66
(137,139,102)
#939573
(147,149,115)
#9D9F80
(157,159,128)
#A7A98D
(167,169,141)
#B1B39A
(177,179,154)
#BBBDA7
(187,189,167)
#C5C7B4
(197,199,180)
#CFD1C1
(207,209,193)
#D9DBCE
(217,219,206)
#E3E5DB
(227,229,219)
#EDEFE8
(237,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #898B66 color. Also use rgb(137,139,102) instead hex code.

Text Font Color

.myTextColor { color: #898B66; }

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

This text font color is #898B66.


Background Color

.myBgColor { background-color: #898B66; }

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

This div background color is #898B66.


Border color

.myBorderColor { border: 1px solid #898B66; }

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

This div border color is #898B66.


Opacity

.myOpacity80 { color: #898B66; opacity: 0.8; }

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

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

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

This text has shadow with #898B66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #898B66 on black background.


Color preview on white background

This text has color #898B66 on white background.



Black color preview on #898B66 background

This text has black color on #898B66 background.


White color preview on #898B66 background

This text has white color on #898B66 background.