COLOR #898582

HEX: #898582 RGB: (137,133,130)

Color info

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

RGB color model

#898582 color RGB value is (137,133,130).

RGB: (137,133,130) (54%, 52%, 51%)

RGB channels and saturation

R 137 of 255 = 54%
G 133 of 255 = 52%
B 130 of 255 = 51%

137
133
130

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

Portions of RGB colors in percentages

R + G + B = 137 + 133 + 130 = 400 (100%)
R 137 of 400 ~ 34.25%
G 133 of 400 ~ 33.25%
B 130 of 400 ~ 32.5'%

%34.25
%33.25
%32.5

CMYK color model

#898582 color CMYK value is (0,3,5,46).

  • cyan value is 0.00%
  • magenta value is 2.92%
  • yellow value is 5.11%
  • key color value is 46.27%

CMYK: (0,3,5,46)
C0M3Y5K46 (0%, 3%, 5%, 46%)
(0.00 / 0.03 / 0.05 / 0.46)

CMYK percentages

%0
%2.92
%5.11
%46.27

Codes

Color #898582 in popluar color models

89 85 82
RGB 137 133 130
HSL 26° 2.88% 52.35%
HSB/HSV 26° 5.11% 53.73%
CMYK 0.00% 2.92% 5.11%
46.27%

Color #898582 in popluar number systems.

HEX 89 85 82
Decimal 137 133 130
Binary 10001001 10000101 10000010
Octal 211 205 202

Shades and tints

Shades of #898582

#898582
(137,133,130)
#7D7977
(125,121,119)
#716D6C
(113,109,108)
#656161
(101,97,97)
#595556
(89,85,86)
#4D494B
(77,73,75)
#413D40
(65,61,64)
#353135
(53,49,53)
#29252A
(41,37,42)
#1D191F
(29,25,31)
#110D14
(17,13,20)
#000000
(0,0,0)

Tints of #898582

#898582
(137,133,130)
#93908D
(147,144,141)
#9D9B98
(157,155,152)
#A7A6A3
(167,166,163)
#B1B1AE
(177,177,174)
#BBBCB9
(187,188,185)
#C5C7C4
(197,199,196)
#CFD2CF
(207,210,207)
#D9DDDA
(217,221,218)
#E3E8E5
(227,232,229)
#EDF3F0
(237,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #898582; }

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

This text font color is #898582.

Background Color

.myBgColor { background-color: #898582; }

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

This div background color is #898582.

Border color

.myBorderColor { border: 1px solid #898582; }

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

This div border color is #898582.

Opacity

.myOpacity80 { color: #898582; opacity: 0.8; }

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

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

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

This text has shadow with #898582 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #898582.

Preview

Color preview on black background

This text has color #898582 on black background.


Color preview on white background

This text has color #898582 on white background.


Black color preview on #898582 background

This text has black color on #898582 background.


White color preview on #898582 background

This text has white color on #898582 background.


Related colors

Complementary color

Complementary color for #hex is #767A7D.


I love getcolorcode.com

Triadic colors

1 #828985 and #858289 with #898582 are triadic colors.

2 #828589 and #858982 with #898582 are triadic colors.