COLOR #898F70

HEX: #898F70 RGB: (137,143,112)

Color info

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

RGB color model

#898F70 color RGB value is (137,143,112).

RGB: (137,143,112) (54%, 56%, 44%)

RGB channels and saturation

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

137
143
112

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

Portions of RGB colors in percentages

R + G + B = 137 + 143 + 112 = 392 (100%)
R 137 of 392 ~ 34.95%
G 143 of 392 ~ 36.48%
B 112 of 392 ~ 28.57'%

%34.95
%36.48
%28.57

CMYK color model

#898F70 color CMYK value is (4,0,22,44).

  • cyan value is 4.20%
  • magenta value is 0.00%
  • yellow value is 21.68%
  • key color value is 43.92%

CMYK: (4,0,22,44)
C4M0Y22K44 (4%, 0%, 22%, 44%)
(0.04 / 0.00 / 0.22 / 0.44)

CMYK percentages

%4.2
%0
%21.68
%43.92

Codes

Color #898F70 in popluar color models

89 8F 70
RGB 137 143 112
HSL 72° 12.16% 50.00%
HSB/HSV 72° 21.68% 56.08%
CMYK 4.20% 0.00% 21.68%
43.92%

Color #898F70 in popluar number systems.

HEX 89 8F 70
Decimal 137 143 112
Binary 10001001 10001111 1110000
Octal 211 217 160

Shades and tints

Shades of #898F70

#898F70
(137,143,112)
#7D8266
(125,130,102)
#71755C
(113,117,92)
#656852
(101,104,82)
#595B48
(89,91,72)
#4D4E3E
(77,78,62)
#414134
(65,65,52)
#35342A
(53,52,42)
#292720
(41,39,32)
#1D1A16
(29,26,22)
#110D0C
(17,13,12)
#000000
(0,0,0)

Tints of #898F70

#898F70
(137,143,112)
#93997D
(147,153,125)
#9DA38A
(157,163,138)
#A7AD97
(167,173,151)
#B1B7A4
(177,183,164)
#BBC1B1
(187,193,177)
#C5CBBE
(197,203,190)
#CFD5CB
(207,213,203)
#D9DFD8
(217,223,216)
#E3E9E5
(227,233,229)
#EDF3F2
(237,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #898F70; }

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

This text font color is #898F70.

Background Color

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

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

This div background color is #898F70.

Border color

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

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

This div border color is #898F70.

Opacity

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

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

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

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

This text has shadow with #898F70 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #898F70.

Preview

Color preview on black background

This text has color #898F70 on black background.


Color preview on white background

This text has color #898F70 on white background.


Black color preview on #898F70 background

This text has black color on #898F70 background.


White color preview on #898F70 background

This text has white color on #898F70 background.


Related colors

Complementary color

Complementary color for #hex is #76708F.


I love getcolorcode.com

Triadic colors

1 #70898F and #8F7089 with #898F70 are triadic colors.

2 #708F89 and #8F8970 with #898F70 are triadic colors.