COLOR #8A8580

HEX: #8A8580
RGB: (138,133,128)

Color info

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

RGB color model

#8A8580 color RGB value is (138,133,128).

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

RGB channels and saturation

R 138 of 255 = 54%
G 133 of 255 = 52%
B 128 of 255 = 50%

138
133
128

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

Portions of RGB colors in percentages

R + G + B =
138 + 133 + 128 = 399 (100%)
R 138 of 399 ~ 34.59%
G 133 of 399 ~ 33.33%
B 128 of 399 ~ 32.08%

%34.59
%33.33
%32.08

CMYK color model

#8A8580 color CMYK value is (0,4,7,46).

  • cyan value is 0.00%
  • magenta value is 3.62%
  • yellow value is 7.25%
  • key color value is 45.88%
CMYK:
(0,4,7,46)
C0M4Y7K46 
(0%,4%,7%,46%)
(0.00/0.04/0.07/0.46)	

CMYK percentages

%0
%3.62
%7.25
%45.88

Codes

Color #8A8580 in popluar color models

8A8580
RGB138133128
HSL30°4.10%52.16%
HSB/HSV30°7.25%54.12%
CMYK0.00%3.62%7.25%
45.88%

Color #8A8580 in popluar number systems.

HEX8A8580
Decimal138133128
Binary100010101000010110000000
Octal212205200

Shades and tints

Shades of #8A8580

#8A8580
(138,133,128)
#7E7975
(126,121,117)
#726D6A
(114,109,106)
#66615F
(102,97,95)
#5A5554
(90,85,84)
#4E4949
(78,73,73)
#423D3E
(66,61,62)
#363133
(54,49,51)
#2A2528
(42,37,40)
#1E191D
(30,25,29)
#120D12
(18,13,18)
#000000
(0,0,0)

Tints of #8A8580

#8A8580
(138,133,128)
#94908B
(148,144,139)
#9E9B96
(158,155,150)
#A8A6A1
(168,166,161)
#B2B1AC
(178,177,172)
#BCBCB7
(188,188,183)
#C6C7C2
(198,199,194)
#D0D2CD
(208,210,205)
#DADDD8
(218,221,216)
#E4E8E3
(228,232,227)
#EEF3EE
(238,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A8580; }

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

This text font color is #8A8580.


Background Color

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

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

This div background color is #8A8580.


Border color

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

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

This div border color is #8A8580.


Opacity

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

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

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

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

This text has shadow with #8A8580 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A8580 on black background.


Color preview on white background

This text has color #8A8580 on white background.



Black color preview on #8A8580 background

This text has black color on #8A8580 background.


White color preview on #8A8580 background

This text has white color on #8A8580 background.