COLOR #8A9492

HEX: #8A9492
RGB: (138,148,146)

Color info

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

RGB color model

#8A9492 color RGB value is (138,148,146).

  • red value is 138;
  • green value is 148;
  • blue value is 146.
RGB:
(138,148,146)
(54%,58%,57%)

RGB channels and saturation

R 138 of 255 = 54%
G 148 of 255 = 58%
B 146 of 255 = 57%

138
148
146

R + G + B ~ 56%. #8A9492 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
138 + 148 + 146 = 432 (100%)
R 138 of 432 ~ 31.94%
G 148 of 432 ~ 34.26%
B 146 of 432 ~ 33.8%

%31.94
%34.26
%33.8

CMYK color model

#8A9492 color CMYK value is (7,0,1,42).

  • cyan value is 6.76%
  • magenta value is 0.00%
  • yellow value is 1.35%
  • key color value is 41.96%
CMYK:
(7,0,1,42)
C7M0Y1K42 
(7%,0%,1%,42%)
(0.07/0.00/0.01/0.42)	

CMYK percentages

%6.76
%0
%1.35
%41.96

Codes

Color #8A9492 in popluar color models

8A9492
RGB138148146
HSL168°4.46%56.08%
HSB/HSV168°6.76%58.04%
CMYK6.76%0.00%1.35%
41.96%

Color #8A9492 in popluar number systems.

HEX8A9492
Decimal138148146
Binary100010101001010010010010
Octal212224222

Shades and tints

Shades of #8A9492

#8A9492
(138,148,146)
#7E8785
(126,135,133)
#727A78
(114,122,120)
#666D6B
(102,109,107)
#5A605E
(90,96,94)
#4E5351
(78,83,81)
#424644
(66,70,68)
#363937
(54,57,55)
#2A2C2A
(42,44,42)
#1E1F1D
(30,31,29)
#121210
(18,18,16)
#000000
(0,0,0)

Tints of #8A9492

#8A9492
(138,148,146)
#949D9B
(148,157,155)
#9EA6A4
(158,166,164)
#A8AFAD
(168,175,173)
#B2B8B6
(178,184,182)
#BCC1BF
(188,193,191)
#C6CAC8
(198,202,200)
#D0D3D1
(208,211,209)
#DADCDA
(218,220,218)
#E4E5E3
(228,229,227)
#EEEEEC
(238,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A9492 color. Also use rgb(138,148,146) instead hex code.

Text Font Color

.myTextColor { color: #8A9492; }

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

This text font color is #8A9492.


Background Color

.myBgColor { background-color: #8A9492; }

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

This div background color is #8A9492.


Border color

.myBorderColor { border: 1px solid #8A9492; }

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

This div border color is #8A9492.


Opacity

.myOpacity80 { color: #8A9492; opacity: 0.8; }

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

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

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

This text has shadow with #8A9492 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A9492 on black background.


Color preview on white background

This text has color #8A9492 on white background.



Black color preview on #8A9492 background

This text has black color on #8A9492 background.


White color preview on #8A9492 background

This text has white color on #8A9492 background.