COLOR #898E70

HEX: #898E70
RGB: (137,142,112)

Color info

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

RGB color model

#898E70 color RGB value is (137,142,112).

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

RGB channels and saturation

R 137 of 255 = 54%
G 142 of 255 = 56%
B 112 of 255 = 44%

137
142
112

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

Portions of RGB colors in percentages

R + G + B =
137 + 142 + 112 = 391 (100%)
R 137 of 391 ~ 35.04%
G 142 of 391 ~ 36.32%
B 112 of 391 ~ 28.64%

%35.04
%36.32
%28.64

CMYK color model

#898E70 color CMYK value is (4,0,21,44).

  • cyan value is 3.52%
  • magenta value is 0.00%
  • yellow value is 21.13%
  • key color value is 44.31%
CMYK:
(4,0,21,44)
C4M0Y21K44 
(4%,0%,21%,44%)
(0.04/0.00/0.21/0.44)	

CMYK percentages

%3.52
%0
%21.13
%44.31

Codes

Color #898E70 in popluar color models

898E70
RGB137142112
HSL70°11.81%49.80%
HSB/HSV70°21.13%55.69%
CMYK3.52%0.00%21.13%
44.31%

Color #898E70 in popluar number systems.

HEX898E70
Decimal137142112
Binary10001001100011101110000
Octal211216160

Shades and tints

Shades of #898E70

#898E70
(137,142,112)
#7D8266
(125,130,102)
#71765C
(113,118,92)
#656A52
(101,106,82)
#595E48
(89,94,72)
#4D523E
(77,82,62)
#414634
(65,70,52)
#353A2A
(53,58,42)
#292E20
(41,46,32)
#1D2216
(29,34,22)
#11160C
(17,22,12)
#000000
(0,0,0)

Tints of #898E70

#898E70
(137,142,112)
#93987D
(147,152,125)
#9DA28A
(157,162,138)
#A7AC97
(167,172,151)
#B1B6A4
(177,182,164)
#BBC0B1
(187,192,177)
#C5CABE
(197,202,190)
#CFD4CB
(207,212,203)
#D9DED8
(217,222,216)
#E3E8E5
(227,232,229)
#EDF2F2
(237,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #898E70; }

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

This text font color is #898E70.


Background Color

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

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

This div background color is #898E70.


Border color

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

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

This div border color is #898E70.


Opacity

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

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

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

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

This text has shadow with #898E70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #898E70 on black background.


Color preview on white background

This text has color #898E70 on white background.



Black color preview on #898E70 background

This text has black color on #898E70 background.


White color preview on #898E70 background

This text has white color on #898E70 background.