COLOR #8A8284

HEX: #8A8284 RGB: (138,130,132)

Color info

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

RGB color model

#8A8284 color RGB value is (138,130,132).

RGB: (138,130,132) (54%, 51%, 52%)

RGB channels and saturation

R 138 of 255 = 54%
G 130 of 255 = 51%
B 132 of 255 = 52%

138
130
132

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

Portions of RGB colors in percentages

R + G + B = 138 + 130 + 132 = 400 (100%)
R 138 of 400 ~ 34.5%
G 130 of 400 ~ 32.5%
B 132 of 400 ~ 33'%

%34.5
%32.5
%33

CMYK color model

#8A8284 color CMYK value is (0,6,4,46).

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

CMYK: (0,6,4,46)
C0M6Y4K46 (0%, 6%, 4%, 46%)
(0.00 / 0.06 / 0.04 / 0.46)

CMYK percentages

%0
%5.8
%4.35
%45.88

Codes

Color #8A8284 in popluar color models

8A 82 84
RGB 138 130 132
HSL 345° 3.31% 52.55%
HSB/HSV 345° 5.80% 54.12%
CMYK 0.00% 5.80% 4.35%
45.88%

Color #8A8284 in popluar number systems.

HEX 8A 82 84
Decimal 138 130 132
Binary 10001010 10000010 10000100
Octal 212 202 204

Shades and tints

Shades of #8A8284

#8A8284
(138,130,132)
#7E7778
(126,119,120)
#726C6C
(114,108,108)
#666160
(102,97,96)
#5A5654
(90,86,84)
#4E4B48
(78,75,72)
#42403C
(66,64,60)
#363530
(54,53,48)
#2A2A24
(42,42,36)
#1E1F18
(30,31,24)
#12140C
(18,20,12)
#000000
(0,0,0)

Tints of #8A8284

#8A8284
(138,130,132)
#948D8F
(148,141,143)
#9E989A
(158,152,154)
#A8A3A5
(168,163,165)
#B2AEB0
(178,174,176)
#BCB9BB
(188,185,187)
#C6C4C6
(198,196,198)
#D0CFD1
(208,207,209)
#DADADC
(218,218,220)
#E4E5E7
(228,229,231)
#EEF0F2
(238,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A8284; }

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

This text font color is #8A8284.

Background Color

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

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

This div background color is #8A8284.

Border color

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

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

This div border color is #8A8284.

Opacity

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

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

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

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

This text has shadow with #8A8284 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8A8284.

Preview

Color preview on black background

This text has color #8A8284 on black background.


Color preview on white background

This text has color #8A8284 on white background.


Black color preview on #8A8284 background

This text has black color on #8A8284 background.


White color preview on #8A8284 background

This text has white color on #8A8284 background.


Related colors

Complementary color

Complementary color for #hex is #757D7B.


I love getcolorcode.com

Triadic colors

1 #848A82 and #82848A with #8A8284 are triadic colors.

2 #84828A and #828A84 with #8A8284 are triadic colors.