COLOR #898292

HEX: #898292
RGB: (137,130,146)

Color info

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

RGB color model

#898292 color RGB value is (137,130,146).

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

RGB channels and saturation

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

137
130
146

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

Portions of RGB colors in percentages

R + G + B =
137 + 130 + 146 = 413 (100%)
R 137 of 413 ~ 33.17%
G 130 of 413 ~ 31.48%
B 146 of 413 ~ 35.35%

%33.17
%31.48
%35.35

CMYK color model

#898292 color CMYK value is (6,11,0,43).

  • cyan value is 6.16%
  • magenta value is 10.96%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(6,11,0,43)
C6M11Y0K43 
(6%,11%,0%,43%)
(0.06/0.11/0.00/0.43)	

CMYK percentages

%6.16
%10.96
%0
%42.75

Codes

Color #898292 in popluar color models

898292
RGB137130146
HSL266°6.84%54.12%
HSB/HSV266°10.96%57.25%
CMYK6.16%10.96%0.00%
42.75%

Color #898292 in popluar number systems.

HEX898292
Decimal137130146
Binary100010011000001010010010
Octal211202222

Shades and tints

Shades of #898292

#898292
(137,130,146)
#7D7785
(125,119,133)
#716C78
(113,108,120)
#65616B
(101,97,107)
#59565E
(89,86,94)
#4D4B51
(77,75,81)
#414044
(65,64,68)
#353537
(53,53,55)
#292A2A
(41,42,42)
#1D1F1D
(29,31,29)
#111410
(17,20,16)
#000000
(0,0,0)

Tints of #898292

#898292
(137,130,146)
#938D9B
(147,141,155)
#9D98A4
(157,152,164)
#A7A3AD
(167,163,173)
#B1AEB6
(177,174,182)
#BBB9BF
(187,185,191)
#C5C4C8
(197,196,200)
#CFCFD1
(207,207,209)
#D9DADA
(217,218,218)
#E3E5E3
(227,229,227)
#EDF0EC
(237,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #898292; }

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

This text font color is #898292.


Background Color

.myBgColor { background-color: #898292; }

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

This div background color is #898292.


Border color

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

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

This div border color is #898292.


Opacity

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

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

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

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

This text has shadow with #898292 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #898292 on black background.


Color preview on white background

This text has color #898292 on white background.



Black color preview on #898292 background

This text has black color on #898292 background.


White color preview on #898292 background

This text has white color on #898292 background.