COLOR #898392

HEX: #898392
RGB: (137,131,146)

Color info

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

RGB color model

#898392 color RGB value is (137,131,146).

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

RGB channels and saturation

R 137 of 255 = 54%
G 131 of 255 = 51%
B 146 of 255 = 57%

137
131
146

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

Portions of RGB colors in percentages

R + G + B =
137 + 131 + 146 = 414 (100%)
R 137 of 414 ~ 33.09%
G 131 of 414 ~ 31.64%
B 146 of 414 ~ 35.27%

%33.09
%31.64
%35.27

CMYK color model

#898392 color CMYK value is (6,10,0,43).

  • cyan value is 6.16%
  • magenta value is 10.27%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(6,10,0,43)
C6M10Y0K43 
(6%,10%,0%,43%)
(0.06/0.10/0.00/0.43)	

CMYK percentages

%6.16
%10.27
%0
%42.75

Codes

Color #898392 in popluar color models

898392
RGB137131146
HSL264°6.44%54.31%
HSB/HSV264°10.27%57.25%
CMYK6.16%10.27%0.00%
42.75%

Color #898392 in popluar number systems.

HEX898392
Decimal137131146
Binary100010011000001110010010
Octal211203222

Shades and tints

Shades of #898392

#898392
(137,131,146)
#7D7885
(125,120,133)
#716D78
(113,109,120)
#65626B
(101,98,107)
#59575E
(89,87,94)
#4D4C51
(77,76,81)
#414144
(65,65,68)
#353637
(53,54,55)
#292B2A
(41,43,42)
#1D201D
(29,32,29)
#111510
(17,21,16)
#000000
(0,0,0)

Tints of #898392

#898392
(137,131,146)
#938E9B
(147,142,155)
#9D99A4
(157,153,164)
#A7A4AD
(167,164,173)
#B1AFB6
(177,175,182)
#BBBABF
(187,186,191)
#C5C5C8
(197,197,200)
#CFD0D1
(207,208,209)
#D9DBDA
(217,219,218)
#E3E6E3
(227,230,227)
#EDF1EC
(237,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #898392; }

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

This text font color is #898392.


Background Color

.myBgColor { background-color: #898392; }

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

This div background color is #898392.


Border color

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

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

This div border color is #898392.


Opacity

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

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

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

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

This text has shadow with #898392 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #898392 on black background.


Color preview on white background

This text has color #898392 on white background.



Black color preview on #898392 background

This text has black color on #898392 background.


White color preview on #898392 background

This text has white color on #898392 background.