COLOR #8A9090

HEX: #8A9090 RGB: (138,144,144)

Color info

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

RGB color model

#8A9090 color RGB value is (138,144,144).

RGB: (138,144,144) (54%, 56%, 56%)

RGB channels and saturation

R 138 of 255 = 54%
G 144 of 255 = 56%
B 144 of 255 = 56%

138
144
144

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

Portions of RGB colors in percentages

R + G + B = 138 + 144 + 144 = 426 (100%)
R 138 of 426 ~ 32.39%
G 144 of 426 ~ 33.8%
B 144 of 426 ~ 33.8'%

%32.39
%33.8
%33.8

CMYK color model

#8A9090 color CMYK value is (4,0,0,44).

  • cyan value is 4.17%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 43.53%

CMYK: (4,0,0,44)
C4M0Y0K44 (4%, 0%, 0%, 44%)
(0.04 / 0.00 / 0.00 / 0.44)

CMYK percentages

%4.17
%0
%0
%43.53

Codes

Color #8A9090 in popluar color models

8A 90 90
RGB 138 144 144
HSL 180° 2.63% 55.29%
HSB/HSV 180° 4.17% 56.47%
CMYK 4.17% 0.00% 0.00%
43.53%

Color #8A9090 in popluar number systems.

HEX 8A 90 90
Decimal 138 144 144
Binary 10001010 10010000 10010000
Octal 212 220 220

Shades and tints

Shades of #8A9090

#8A9090
(138,144,144)
#7E8383
(126,131,131)
#727676
(114,118,118)
#666969
(102,105,105)
#5A5C5C
(90,92,92)
#4E4F4F
(78,79,79)
#424242
(66,66,66)
#363535
(54,53,53)
#2A2828
(42,40,40)
#1E1B1B
(30,27,27)
#120E0E
(18,14,14)
#000000
(0,0,0)

Tints of #8A9090

#8A9090
(138,144,144)
#949A9A
(148,154,154)
#9EA4A4
(158,164,164)
#A8AEAE
(168,174,174)
#B2B8B8
(178,184,184)
#BCC2C2
(188,194,194)
#C6CCCC
(198,204,204)
#D0D6D6
(208,214,214)
#DAE0E0
(218,224,224)
#E4EAEA
(228,234,234)
#EEF4F4
(238,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A9090; }

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

This text font color is #8A9090.

Background Color

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

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

This div background color is #8A9090.

Border color

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

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

This div border color is #8A9090.

Opacity

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

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

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

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

This text has shadow with #8A9090 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8A9090.

Preview

Color preview on black background

This text has color #8A9090 on black background.


Color preview on white background

This text has color #8A9090 on white background.


Black color preview on #8A9090 background

This text has black color on #8A9090 background.


White color preview on #8A9090 background

This text has white color on #8A9090 background.


Related colors

Complementary color

Complementary color for #hex is #756F6F.


I love getcolorcode.com