COLOR #898B80

HEX: #898B80 RGB: (137,139,128)

Color info

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

RGB color model

#898B80 color RGB value is (137,139,128).

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

RGB channels and saturation

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

137
139
128

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

Portions of RGB colors in percentages

R + G + B = 137 + 139 + 128 = 404 (100%)
R 137 of 404 ~ 33.91%
G 139 of 404 ~ 34.41%
B 128 of 404 ~ 31.68'%

%33.91
%34.41
%31.68

CMYK color model

#898B80 color CMYK value is (1,0,8,45).

  • cyan value is 1.44%
  • magenta value is 0.00%
  • yellow value is 7.91%
  • key color value is 45.49%

CMYK: (1,0,8,45)
C1M0Y8K45 (1%, 0%, 8%, 45%)
(0.01 / 0.00 / 0.08 / 0.45)

CMYK percentages

%1.44
%0
%7.91
%45.49

Codes

Color #898B80 in popluar color models

89 8B 80
RGB 137 139 128
HSL 71° 4.53% 52.35%
HSB/HSV 71° 7.91% 54.51%
CMYK 1.44% 0.00% 7.91%
45.49%

Color #898B80 in popluar number systems.

HEX 89 8B 80
Decimal 137 139 128
Binary 10001001 10001011 10000000
Octal 211 213 200

Shades and tints

Shades of #898B80

#898B80
(137,139,128)
#7D7F75
(125,127,117)
#71736A
(113,115,106)
#65675F
(101,103,95)
#595B54
(89,91,84)
#4D4F49
(77,79,73)
#41433E
(65,67,62)
#353733
(53,55,51)
#292B28
(41,43,40)
#1D1F1D
(29,31,29)
#111312
(17,19,18)
#000000
(0,0,0)

Tints of #898B80

#898B80
(137,139,128)
#93958B
(147,149,139)
#9D9F96
(157,159,150)
#A7A9A1
(167,169,161)
#B1B3AC
(177,179,172)
#BBBDB7
(187,189,183)
#C5C7C2
(197,199,194)
#CFD1CD
(207,209,205)
#D9DBD8
(217,219,216)
#E3E5E3
(227,229,227)
#EDEFEE
(237,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #898B80; }

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

This text font color is #898B80.

Background Color

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

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

This div background color is #898B80.

Border color

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

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

This div border color is #898B80.

Opacity

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

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

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

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

This text has shadow with #898B80 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #898B80.

Preview

Color preview on black background

This text has color #898B80 on black background.


Color preview on white background

This text has color #898B80 on white background.


Black color preview on #898B80 background

This text has black color on #898B80 background.


White color preview on #898B80 background

This text has white color on #898B80 background.


Related colors

Complementary color

Complementary color for #hex is #76747F.


I love getcolorcode.com

Triadic colors

1 #80898B and #8B8089 with #898B80 are triadic colors.

2 #808B89 and #8B8980 with #898B80 are triadic colors.