COLOR #8A8488

HEX: #8A8488 RGB: (138,132,136)

Color info

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

RGB color model

#8A8488 color RGB value is (138,132,136).

RGB: (138,132,136) (54%, 52%, 53%)

RGB channels and saturation

R 138 of 255 = 54%
G 132 of 255 = 52%
B 136 of 255 = 53%

138
132
136

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

Portions of RGB colors in percentages

R + G + B = 138 + 132 + 136 = 406 (100%)
R 138 of 406 ~ 33.99%
G 132 of 406 ~ 32.51%
B 136 of 406 ~ 33.5'%

%33.99
%32.51
%33.5

CMYK color model

#8A8488 color CMYK value is (0,4,1,46).

  • cyan value is 0.00%
  • magenta value is 4.35%
  • yellow value is 1.45%
  • key color value is 45.88%

CMYK: (0,4,1,46)
C0M4Y1K46 (0%, 4%, 1%, 46%)
(0.00 / 0.04 / 0.01 / 0.46)

CMYK percentages

%0
%4.35
%1.45
%45.88

Codes

Color #8A8488 in popluar color models

8A 84 88
RGB 138 132 136
HSL 320° 2.50% 52.94%
HSB/HSV 320° 4.35% 54.12%
CMYK 0.00% 4.35% 1.45%
45.88%

Color #8A8488 in popluar number systems.

HEX 8A 84 88
Decimal 138 132 136
Binary 10001010 10000100 10001000
Octal 212 204 210

Shades and tints

Shades of #8A8488

#8A8488
(138,132,136)
#7E787C
(126,120,124)
#726C70
(114,108,112)
#666064
(102,96,100)
#5A5458
(90,84,88)
#4E484C
(78,72,76)
#423C40
(66,60,64)
#363034
(54,48,52)
#2A2428
(42,36,40)
#1E181C
(30,24,28)
#120C10
(18,12,16)
#000000
(0,0,0)

Tints of #8A8488

#8A8488
(138,132,136)
#948F92
(148,143,146)
#9E9A9C
(158,154,156)
#A8A5A6
(168,165,166)
#B2B0B0
(178,176,176)
#BCBBBA
(188,187,186)
#C6C6C4
(198,198,196)
#D0D1CE
(208,209,206)
#DADCD8
(218,220,216)
#E4E7E2
(228,231,226)
#EEF2EC
(238,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A8488; }

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

This text font color is #8A8488.

Background Color

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

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

This div background color is #8A8488.

Border color

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

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

This div border color is #8A8488.

Opacity

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

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

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

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

This text has shadow with #8A8488 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8A8488.

Preview

Color preview on black background

This text has color #8A8488 on black background.


Color preview on white background

This text has color #8A8488 on white background.


Black color preview on #8A8488 background

This text has black color on #8A8488 background.


White color preview on #8A8488 background

This text has white color on #8A8488 background.


Related colors

Complementary color

Complementary color for #hex is #757B77.


I love getcolorcode.com

Triadic colors

1 #888A84 and #84888A with #8A8488 are triadic colors.

2 #88848A and #848A88 with #8A8488 are triadic colors.