COLOR #898D81

HEX: #898D81
RGB: (137,141,129)

Color info

#898D81 contains red, green and blue colors in about the same proportion. Web safe color of #898D81 is #999999 (or #999).

RGB color model

#898D81 color RGB value is (137,141,129).

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

RGB channels and saturation

R 137 of 255 = 54%
G 141 of 255 = 55%
B 129 of 255 = 51%

137
141
129

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

Portions of RGB colors in percentages

R + G + B =
137 + 141 + 129 = 407 (100%)
R 137 of 407 ~ 33.66%
G 141 of 407 ~ 34.64%
B 129 of 407 ~ 31.7%

%33.66
%34.64
%31.7

CMYK color model

#898D81 color CMYK value is (3,0,9,45).

  • cyan value is 2.84%
  • magenta value is 0.00%
  • yellow value is 8.51%
  • key color value is 44.71%
CMYK:
(3,0,9,45)
C3M0Y9K45 
(3%,0%,9%,45%)
(0.03/0.00/0.09/0.45)	

CMYK percentages

%2.84
%0
%8.51
%44.71

Codes

Color #898D81 in popluar color models

898D81
RGB137141129
HSL80°5.00%52.94%
HSB/HSV80°8.51%55.29%
CMYK2.84%0.00%8.51%
44.71%

Color #898D81 in popluar number systems.

HEX898D81
Decimal137141129
Binary100010011000110110000001
Octal211215201

Shades and tints

Shades of #898D81

#898D81
(137,141,129)
#7D8176
(125,129,118)
#71756B
(113,117,107)
#656960
(101,105,96)
#595D55
(89,93,85)
#4D514A
(77,81,74)
#41453F
(65,69,63)
#353934
(53,57,52)
#292D29
(41,45,41)
#1D211E
(29,33,30)
#111513
(17,21,19)
#000000
(0,0,0)

Tints of #898D81

#898D81
(137,141,129)
#93978C
(147,151,140)
#9DA197
(157,161,151)
#A7ABA2
(167,171,162)
#B1B5AD
(177,181,173)
#BBBFB8
(187,191,184)
#C5C9C3
(197,201,195)
#CFD3CE
(207,211,206)
#D9DDD9
(217,221,217)
#E3E7E4
(227,231,228)
#EDF1EF
(237,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #898D81; }

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

This text font color is #898D81.


Background Color

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

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

This div background color is #898D81.


Border color

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

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

This div border color is #898D81.


Opacity

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

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

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

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

This text has shadow with #898D81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #898D81 on black background.


Color preview on white background

This text has color #898D81 on white background.



Black color preview on #898D81 background

This text has black color on #898D81 background.


White color preview on #898D81 background

This text has white color on #898D81 background.