COLOR #8A8382

HEX: #8A8382
RGB: (138,131,130)

Color info

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

RGB color model

#8A8382 color RGB value is (138,131,130).

  • red value is 138;
  • green value is 131;
  • blue value is 130.
RGB:
(138,131,130)
(54%,51%,51%)

RGB channels and saturation

R 138 of 255 = 54%
G 131 of 255 = 51%
B 130 of 255 = 51%

138
131
130

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

Portions of RGB colors in percentages

R + G + B =
138 + 131 + 130 = 399 (100%)
R 138 of 399 ~ 34.59%
G 131 of 399 ~ 32.83%
B 130 of 399 ~ 32.58%

%34.59
%32.83
%32.58

CMYK color model

#8A8382 color CMYK value is (0,5,6,46).

  • cyan value is 0.00%
  • magenta value is 5.07%
  • yellow value is 5.80%
  • key color value is 45.88%
CMYK:
(0,5,6,46)
C0M5Y6K46 
(0%,5%,6%,46%)
(0.00/0.05/0.06/0.46)	

CMYK percentages

%0
%5.07
%5.8
%45.88

Codes

Color #8A8382 in popluar color models

8A8382
RGB138131130
HSL3.31%52.55%
HSB/HSV5.80%54.12%
CMYK0.00%5.07%5.80%
45.88%

Color #8A8382 in popluar number systems.

HEX8A8382
Decimal138131130
Binary100010101000001110000010
Octal212203202

Shades and tints

Shades of #8A8382

#8A8382
(138,131,130)
#7E7877
(126,120,119)
#726D6C
(114,109,108)
#666261
(102,98,97)
#5A5756
(90,87,86)
#4E4C4B
(78,76,75)
#424140
(66,65,64)
#363635
(54,54,53)
#2A2B2A
(42,43,42)
#1E201F
(30,32,31)
#121514
(18,21,20)
#000000
(0,0,0)

Tints of #8A8382

#8A8382
(138,131,130)
#948E8D
(148,142,141)
#9E9998
(158,153,152)
#A8A4A3
(168,164,163)
#B2AFAE
(178,175,174)
#BCBAB9
(188,186,185)
#C6C5C4
(198,197,196)
#D0D0CF
(208,208,207)
#DADBDA
(218,219,218)
#E4E6E5
(228,230,229)
#EEF1F0
(238,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A8382; }

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

This text font color is #8A8382.


Background Color

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

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

This div background color is #8A8382.


Border color

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

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

This div border color is #8A8382.


Opacity

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

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

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

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

This text has shadow with #8A8382 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A8382 on black background.


Color preview on white background

This text has color #8A8382 on white background.



Black color preview on #8A8382 background

This text has black color on #8A8382 background.


White color preview on #8A8382 background

This text has white color on #8A8382 background.