COLOR #898B7F

HEX: #898B7F RGB: (137,139,127)

Color info

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

RGB color model

#898B7F color RGB value is (137,139,127).

RGB: (137,139,127) (54%, 55%, 50%)

RGB channels and saturation

R 137 of 255 = 54%
G 139 of 255 = 55%
B 127 of 255 = 50%

137
139
127

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

Portions of RGB colors in percentages

R + G + B = 137 + 139 + 127 = 403 (100%)
R 137 of 403 ~ 34%
G 139 of 403 ~ 34.49%
B 127 of 403 ~ 31.51'%

%34
%34.49
%31.51

CMYK color model

#898B7F color CMYK value is (1,0,9,45).

  • cyan value is 1.44%
  • magenta value is 0.00%
  • yellow value is 8.63%
  • key color value is 45.49%
CMYK: (1,0,9,45) C1M0Y9K45 (1%,0%,9%,45%) (0.01/0.00/0.09/0.45) 

CMYK percentages

%1.44
%0
%8.63
%45.49

Codes

Color #898B7F in popluar color models

89 8B 7F
RGB 137 139 127
HSL 70° 4.92% 52.16%
HSB/HSV 70° 8.63% 54.51%
CMYK 1.44% 0.00% 8.63%
45.49%

Color #898B7F in popluar number systems.

HEX 89 8B 7F
Decimal 137 139 127
Binary 10001001 10001011 1111111
Octal 211 213 177

Shades and tints

Shades of #898B7F

#898B7F
(137,139,127)
#7D7F74
(125,127,116)
#717369
(113,115,105)
#65675E
(101,103,94)
#595B53
(89,91,83)
#4D4F48
(77,79,72)
#41433D
(65,67,61)
#353732
(53,55,50)
#292B27
(41,43,39)
#1D1F1C
(29,31,28)
#111311
(17,19,17)
#000000
(0,0,0)

Tints of #898B7F

#898B7F
(137,139,127)
#93958A
(147,149,138)
#9D9F95
(157,159,149)
#A7A9A0
(167,169,160)
#B1B3AB
(177,179,171)
#BBBDB6
(187,189,182)
#C5C7C1
(197,199,193)
#CFD1CC
(207,209,204)
#D9DBD7
(217,219,215)
#E3E5E2
(227,229,226)
#EDEFED
(237,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #898B7F color. Also use rgb(137,139,127) instead hex code.

Text Font Color

.myTextColor { color: #898B7F; }

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

This text font color is #898B7F.

Background Color

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

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

This div background color is #898B7F.

Border color

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

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

This div border color is #898B7F.

Opacity

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

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

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

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

This text has shadow with #898B7F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #898B7F.

Preview

Color preview on black background

This text has color #898B7F on black background.


Color preview on white background

This text has color #898B7F on white background.


Black color preview on #898B7F background

This text has black color on #898B7F background.


White color preview on #898B7F background

This text has white color on #898B7F background.


Related colors

Complementary color

Complementary color for #hex is #767480.


I love getcolorcode.com

Triadic colors

1 #7F898B and #8B7F89 with #898B7F are triadic colors.

2 #7F8B89 and #8B897F with #898B7F are triadic colors.