COLOR #8A9392

HEX: #8A9392
RGB: (138,147,146)

Color info

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

RGB color model

#8A9392 color RGB value is (138,147,146).

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

RGB channels and saturation

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

138
147
146

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

Portions of RGB colors in percentages

R + G + B =
138 + 147 + 146 = 431 (100%)
R 138 of 431 ~ 32.02%
G 147 of 431 ~ 34.11%
B 146 of 431 ~ 33.87%

%32.02
%34.11
%33.87

CMYK color model

#8A9392 color CMYK value is (6,0,1,42).

  • cyan value is 6.12%
  • magenta value is 0.00%
  • yellow value is 0.68%
  • key color value is 42.35%
CMYK:
(6,0,1,42)
C6M0Y1K42 
(6%,0%,1%,42%)
(0.06/0.00/0.01/0.42)	

CMYK percentages

%6.12
%0
%0.68
%42.35

Codes

Color #8A9392 in popluar color models

8A9392
RGB138147146
HSL173°4.00%55.88%
HSB/HSV173°6.12%57.65%
CMYK6.12%0.00%0.68%
42.35%

Color #8A9392 in popluar number systems.

HEX8A9392
Decimal138147146
Binary100010101001001110010010
Octal212223222

Shades and tints

Shades of #8A9392

#8A9392
(138,147,146)
#7E8685
(126,134,133)
#727978
(114,121,120)
#666C6B
(102,108,107)
#5A5F5E
(90,95,94)
#4E5251
(78,82,81)
#424544
(66,69,68)
#363837
(54,56,55)
#2A2B2A
(42,43,42)
#1E1E1D
(30,30,29)
#121110
(18,17,16)
#000000
(0,0,0)

Tints of #8A9392

#8A9392
(138,147,146)
#949C9B
(148,156,155)
#9EA5A4
(158,165,164)
#A8AEAD
(168,174,173)
#B2B7B6
(178,183,182)
#BCC0BF
(188,192,191)
#C6C9C8
(198,201,200)
#D0D2D1
(208,210,209)
#DADBDA
(218,219,218)
#E4E4E3
(228,228,227)
#EEEDEC
(238,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A9392; }

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

This text font color is #8A9392.


Background Color

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

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

This div background color is #8A9392.


Border color

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

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

This div border color is #8A9392.


Opacity

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

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

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

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

This text has shadow with #8A9392 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A9392 on black background.


Color preview on white background

This text has color #8A9392 on white background.



Black color preview on #8A9392 background

This text has black color on #8A9392 background.


White color preview on #8A9392 background

This text has white color on #8A9392 background.