COLOR #898D82

HEX: #898D82 RGB: (137,141,130)

Color info

#898D82 contains red, green and blue colors in about the same proportion. Web safe color of #898D82 is #999999 (or #999).

RGB color model

#898D82 color RGB value is (137,141,130).

RGB: (137,141,130) (54%, 55%, 51%)

RGB channels and saturation

R 137 of 255 = 54%
G 141 of 255 = 55%
B 130 of 255 = 51%

137
141
130

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

Portions of RGB colors in percentages

R + G + B = 137 + 141 + 130 = 408 (100%)
R 137 of 408 ~ 33.58%
G 141 of 408 ~ 34.56%
B 130 of 408 ~ 31.86'%

%33.58
%34.56
%31.86

CMYK color model

#898D82 color CMYK value is (3,0,8,45).

  • cyan value is 2.84%
  • magenta value is 0.00%
  • yellow value is 7.80%
  • key color value is 44.71%

CMYK: (3,0,8,45)
C3M0Y8K45 (3%, 0%, 8%, 45%)
(0.03 / 0.00 / 0.08 / 0.45)

CMYK percentages

%2.84
%0
%7.8
%44.71

Codes

Color #898D82 in popluar color models

89 8D 82
RGB 137 141 130
HSL 82° 4.60% 53.14%
HSB/HSV 82° 7.80% 55.29%
CMYK 2.84% 0.00% 7.80%
44.71%

Color #898D82 in popluar number systems.

HEX 89 8D 82
Decimal 137 141 130
Binary 10001001 10001101 10000010
Octal 211 215 202

Shades and tints

Shades of #898D82

#898D82
(137,141,130)
#7D8177
(125,129,119)
#71756C
(113,117,108)
#656961
(101,105,97)
#595D56
(89,93,86)
#4D514B
(77,81,75)
#414540
(65,69,64)
#353935
(53,57,53)
#292D2A
(41,45,42)
#1D211F
(29,33,31)
#111514
(17,21,20)
#000000
(0,0,0)

Tints of #898D82

#898D82
(137,141,130)
#93978D
(147,151,141)
#9DA198
(157,161,152)
#A7ABA3
(167,171,163)
#B1B5AE
(177,181,174)
#BBBFB9
(187,191,185)
#C5C9C4
(197,201,196)
#CFD3CF
(207,211,207)
#D9DDDA
(217,221,218)
#E3E7E5
(227,231,229)
#EDF1F0
(237,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #898D82 color. Also use rgb(137,141,130) instead hex code.

Text Font Color

.myTextColor { color: #898D82; }

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

This text font color is #898D82.

Background Color

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

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

This div background color is #898D82.

Border color

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

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

This div border color is #898D82.

Opacity

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

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

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

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

This text has shadow with #898D82 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #898D82.

Preview

Color preview on black background

This text has color #898D82 on black background.


Color preview on white background

This text has color #898D82 on white background.


Black color preview on #898D82 background

This text has black color on #898D82 background.


White color preview on #898D82 background

This text has white color on #898D82 background.


Related colors

Complementary color

Complementary color for #hex is #76727D.


I love getcolorcode.com

Triadic colors

1 #82898D and #8D8289 with #898D82 are triadic colors.

2 #828D89 and #8D8982 with #898D82 are triadic colors.