COLOR #8A8280

HEX: #8A8280
RGB: (138,130,128)

Color info

#8A8280 contains red, green and blue colors in about the same proportion. Web safe color of #8A8280 is #999966 (or #996).

RGB color model

#8A8280 color RGB value is (138,130,128).

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

RGB channels and saturation

R 138 of 255 = 54%
G 130 of 255 = 51%
B 128 of 255 = 50%

138
130
128

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

Portions of RGB colors in percentages

R + G + B =
138 + 130 + 128 = 396 (100%)
R 138 of 396 ~ 34.85%
G 130 of 396 ~ 32.83%
B 128 of 396 ~ 32.32%

%34.85
%32.83
%32.32

CMYK color model

#8A8280 color CMYK value is (0,6,7,46).

  • cyan value is 0.00%
  • magenta value is 5.80%
  • yellow value is 7.25%
  • key color value is 45.88%
CMYK:
(0,6,7,46)
C0M6Y7K46 
(0%,6%,7%,46%)
(0.00/0.06/0.07/0.46)	

CMYK percentages

%0
%5.8
%7.25
%45.88

Codes

Color #8A8280 in popluar color models

8A8280
RGB138130128
HSL12°4.10%52.16%
HSB/HSV12°7.25%54.12%
CMYK0.00%5.80%7.25%
45.88%

Color #8A8280 in popluar number systems.

HEX8A8280
Decimal138130128
Binary100010101000001010000000
Octal212202200

Shades and tints

Shades of #8A8280

#8A8280
(138,130,128)
#7E7775
(126,119,117)
#726C6A
(114,108,106)
#66615F
(102,97,95)
#5A5654
(90,86,84)
#4E4B49
(78,75,73)
#42403E
(66,64,62)
#363533
(54,53,51)
#2A2A28
(42,42,40)
#1E1F1D
(30,31,29)
#121412
(18,20,18)
#000000
(0,0,0)

Tints of #8A8280

#8A8280
(138,130,128)
#948D8B
(148,141,139)
#9E9896
(158,152,150)
#A8A3A1
(168,163,161)
#B2AEAC
(178,174,172)
#BCB9B7
(188,185,183)
#C6C4C2
(198,196,194)
#D0CFCD
(208,207,205)
#DADAD8
(218,218,216)
#E4E5E3
(228,229,227)
#EEF0EE
(238,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A8280; }

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

This text font color is #8A8280.


Background Color

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

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

This div background color is #8A8280.


Border color

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

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

This div border color is #8A8280.


Opacity

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

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

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

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

This text has shadow with #8A8280 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A8280 on black background.


Color preview on white background

This text has color #8A8280 on white background.



Black color preview on #8A8280 background

This text has black color on #8A8280 background.


White color preview on #8A8280 background

This text has white color on #8A8280 background.