COLOR #898586

HEX: #898586 RGB: (137,133,134)

Color info

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

RGB color model

#898586 color RGB value is (137,133,134).

RGB: (137,133,134) (54%, 52%, 53%)

RGB channels and saturation

R 137 of 255 = 54%
G 133 of 255 = 52%
B 134 of 255 = 53%

137
133
134

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

Portions of RGB colors in percentages

R + G + B = 137 + 133 + 134 = 404 (100%)
R 137 of 404 ~ 33.91%
G 133 of 404 ~ 32.92%
B 134 of 404 ~ 33.17'%

%33.91
%32.92
%33.17

CMYK color model

#898586 color CMYK value is (0,3,2,46).

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

CMYK: (0,3,2,46)
C0M3Y2K46 (0%, 3%, 2%, 46%)
(0.00 / 0.03 / 0.02 / 0.46)

CMYK percentages

%0
%2.92
%2.19
%46.27

Codes

Color #898586 in popluar color models

89 85 86
RGB 137 133 134
HSL 345° 1.67% 52.94%
HSB/HSV 345° 2.92% 53.73%
CMYK 0.00% 2.92% 2.19%
46.27%

Color #898586 in popluar number systems.

HEX 89 85 86
Decimal 137 133 134
Binary 10001001 10000101 10000110
Octal 211 205 206

Shades and tints

Shades of #898586

#898586
(137,133,134)
#7D797A
(125,121,122)
#716D6E
(113,109,110)
#656162
(101,97,98)
#595556
(89,85,86)
#4D494A
(77,73,74)
#413D3E
(65,61,62)
#353132
(53,49,50)
#292526
(41,37,38)
#1D191A
(29,25,26)
#110D0E
(17,13,14)
#000000
(0,0,0)

Tints of #898586

#898586
(137,133,134)
#939091
(147,144,145)
#9D9B9C
(157,155,156)
#A7A6A7
(167,166,167)
#B1B1B2
(177,177,178)
#BBBCBD
(187,188,189)
#C5C7C8
(197,199,200)
#CFD2D3
(207,210,211)
#D9DDDE
(217,221,222)
#E3E8E9
(227,232,233)
#EDF3F4
(237,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #898586; }

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

This text font color is #898586.

Background Color

.myBgColor { background-color: #898586; }

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

This div background color is #898586.

Border color

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

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

This div border color is #898586.

Opacity

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

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

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

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

This text has shadow with #898586 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #898586.

Preview

Color preview on black background

This text has color #898586 on black background.


Color preview on white background

This text has color #898586 on white background.


Black color preview on #898586 background

This text has black color on #898586 background.


White color preview on #898586 background

This text has white color on #898586 background.


Related colors

Complementary color

Complementary color for #hex is #767A79.


I love getcolorcode.com

Triadic colors

1 #868985 and #858689 with #898586 are triadic colors.

2 #868589 and #858986 with #898586 are triadic colors.