COLOR #898D70

HEX: #898D70
RGB: (137,141,112)

Color info

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

RGB color model

#898D70 color RGB value is (137,141,112).

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

RGB channels and saturation

R 137 of 255 = 54%
G 141 of 255 = 55%
B 112 of 255 = 44%

137
141
112

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

Portions of RGB colors in percentages

R + G + B =
137 + 141 + 112 = 390 (100%)
R 137 of 390 ~ 35.13%
G 141 of 390 ~ 36.15%
B 112 of 390 ~ 28.72%

%35.13
%36.15
%28.72

CMYK color model

#898D70 color CMYK value is (3,0,21,45).

  • cyan value is 2.84%
  • magenta value is 0.00%
  • yellow value is 20.57%
  • key color value is 44.71%
CMYK:
(3,0,21,45)
C3M0Y21K45 
(3%,0%,21%,45%)
(0.03/0.00/0.21/0.45)	

CMYK percentages

%2.84
%0
%20.57
%44.71

Codes

Color #898D70 in popluar color models

898D70
RGB137141112
HSL68°11.46%49.61%
HSB/HSV68°20.57%55.29%
CMYK2.84%0.00%20.57%
44.71%

Color #898D70 in popluar number systems.

HEX898D70
Decimal137141112
Binary10001001100011011110000
Octal211215160

Shades and tints

Shades of #898D70

#898D70
(137,141,112)
#7D8166
(125,129,102)
#71755C
(113,117,92)
#656952
(101,105,82)
#595D48
(89,93,72)
#4D513E
(77,81,62)
#414534
(65,69,52)
#35392A
(53,57,42)
#292D20
(41,45,32)
#1D2116
(29,33,22)
#11150C
(17,21,12)
#000000
(0,0,0)

Tints of #898D70

#898D70
(137,141,112)
#93977D
(147,151,125)
#9DA18A
(157,161,138)
#A7AB97
(167,171,151)
#B1B5A4
(177,181,164)
#BBBFB1
(187,191,177)
#C5C9BE
(197,201,190)
#CFD3CB
(207,211,203)
#D9DDD8
(217,221,216)
#E3E7E5
(227,231,229)
#EDF1F2
(237,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #898D70; }

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

This text font color is #898D70.


Background Color

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

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

This div background color is #898D70.


Border color

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

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

This div border color is #898D70.


Opacity

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

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

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

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

This text has shadow with #898D70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #898D70 on black background.


Color preview on white background

This text has color #898D70 on white background.



Black color preview on #898D70 background

This text has black color on #898D70 background.


White color preview on #898D70 background

This text has white color on #898D70 background.