COLOR #898386

HEX: #898386
RGB: (137,131,134)

Color info

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

RGB color model

#898386 color RGB value is (137,131,134).

  • red value is 137;
  • green value is 131;
  • blue value is 134.
RGB:
(137,131,134)
(54%,51%,53%)

RGB channels and saturation

R 137 of 255 = 54%
G 131 of 255 = 51%
B 134 of 255 = 53%

137
131
134

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

Portions of RGB colors in percentages

R + G + B =
137 + 131 + 134 = 402 (100%)
R 137 of 402 ~ 34.08%
G 131 of 402 ~ 32.59%
B 134 of 402 ~ 33.33%

%34.08
%32.59
%33.33

CMYK color model

#898386 color CMYK value is (0,4,2,46).

  • cyan value is 0.00%
  • magenta value is 4.38%
  • yellow value is 2.19%
  • key color value is 46.27%
CMYK:
(0,4,2,46)
C0M4Y2K46 
(0%,4%,2%,46%)
(0.00/0.04/0.02/0.46)	

CMYK percentages

%0
%4.38
%2.19
%46.27

Codes

Color #898386 in popluar color models

898386
RGB137131134
HSL330°2.48%52.55%
HSB/HSV330°4.38%53.73%
CMYK0.00%4.38%2.19%
46.27%

Color #898386 in popluar number systems.

HEX898386
Decimal137131134
Binary100010011000001110000110
Octal211203206

Shades and tints

Shades of #898386

#898386
(137,131,134)
#7D787A
(125,120,122)
#716D6E
(113,109,110)
#656262
(101,98,98)
#595756
(89,87,86)
#4D4C4A
(77,76,74)
#41413E
(65,65,62)
#353632
(53,54,50)
#292B26
(41,43,38)
#1D201A
(29,32,26)
#11150E
(17,21,14)
#000000
(0,0,0)

Tints of #898386

#898386
(137,131,134)
#938E91
(147,142,145)
#9D999C
(157,153,156)
#A7A4A7
(167,164,167)
#B1AFB2
(177,175,178)
#BBBABD
(187,186,189)
#C5C5C8
(197,197,200)
#CFD0D3
(207,208,211)
#D9DBDE
(217,219,222)
#E3E6E9
(227,230,233)
#EDF1F4
(237,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #898386; }

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

This text font color is #898386.


Background Color

.myBgColor { background-color: #898386; }

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

This div background color is #898386.


Border color

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

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

This div border color is #898386.


Opacity

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

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

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

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

This text has shadow with #898386 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #898386 on black background.


Color preview on white background

This text has color #898386 on white background.



Black color preview on #898386 background

This text has black color on #898386 background.


White color preview on #898386 background

This text has white color on #898386 background.