COLOR #898F74

HEX: #898F74 RGB: (137,143,116)

Color info

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

RGB color model

#898F74 color RGB value is (137,143,116).

RGB: (137,143,116) (54%, 56%, 45%)

RGB channels and saturation

R 137 of 255 = 54%
G 143 of 255 = 56%
B 116 of 255 = 45%

137
143
116

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

Portions of RGB colors in percentages

R + G + B = 137 + 143 + 116 = 396 (100%)
R 137 of 396 ~ 34.6%
G 143 of 396 ~ 36.11%
B 116 of 396 ~ 29.29'%

%34.6
%36.11
%29.29

CMYK color model

#898F74 color CMYK value is (4,0,19,44).

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

CMYK: (4,0,19,44)
C4M0Y19K44 (4%, 0%, 19%, 44%)
(0.04 / 0.00 / 0.19 / 0.44)

CMYK percentages

%4.2
%0
%18.88
%43.92

Codes

Color #898F74 in popluar color models

89 8F 74
RGB 137 143 116
HSL 73° 10.76% 50.78%
HSB/HSV 73° 18.88% 56.08%
CMYK 4.20% 0.00% 18.88%
43.92%

Color #898F74 in popluar number systems.

HEX 89 8F 74
Decimal 137 143 116
Binary 10001001 10001111 1110100
Octal 211 217 164

Shades and tints

Shades of #898F74

#898F74
(137,143,116)
#7D826A
(125,130,106)
#717560
(113,117,96)
#656856
(101,104,86)
#595B4C
(89,91,76)
#4D4E42
(77,78,66)
#414138
(65,65,56)
#35342E
(53,52,46)
#292724
(41,39,36)
#1D1A1A
(29,26,26)
#110D10
(17,13,16)
#000000
(0,0,0)

Tints of #898F74

#898F74
(137,143,116)
#939980
(147,153,128)
#9DA38C
(157,163,140)
#A7AD98
(167,173,152)
#B1B7A4
(177,183,164)
#BBC1B0
(187,193,176)
#C5CBBC
(197,203,188)
#CFD5C8
(207,213,200)
#D9DFD4
(217,223,212)
#E3E9E0
(227,233,224)
#EDF3EC
(237,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #898F74; }

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

This text font color is #898F74.

Background Color

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

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

This div background color is #898F74.

Border color

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

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

This div border color is #898F74.

Opacity

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

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

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

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

This text has shadow with #898F74 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #898F74.

Preview

Color preview on black background

This text has color #898F74 on black background.


Color preview on white background

This text has color #898F74 on white background.


Black color preview on #898F74 background

This text has black color on #898F74 background.


White color preview on #898F74 background

This text has white color on #898F74 background.


Related colors

Complementary color

Complementary color for #hex is #76708B.


I love getcolorcode.com

Triadic colors

1 #74898F and #8F7489 with #898F74 are triadic colors.

2 #748F89 and #8F8974 with #898F74 are triadic colors.