COLOR #8A8C80

HEX: #8A8C80
RGB: (138,140,128)

Color info

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

RGB color model

#8A8C80 color RGB value is (138,140,128).

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

RGB channels and saturation

R 138 of 255 = 54%
G 140 of 255 = 55%
B 128 of 255 = 50%

138
140
128

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

Portions of RGB colors in percentages

R + G + B =
138 + 140 + 128 = 406 (100%)
R 138 of 406 ~ 33.99%
G 140 of 406 ~ 34.48%
B 128 of 406 ~ 31.53%

%33.99
%34.48
%31.53

CMYK color model

#8A8C80 color CMYK value is (1,0,9,45).

  • cyan value is 1.43%
  • magenta value is 0.00%
  • yellow value is 8.57%
  • key color value is 45.10%
CMYK:
(1,0,9,45)
C1M0Y9K45 
(1%,0%,9%,45%)
(0.01/0.00/0.09/0.45)	

CMYK percentages

%1.43
%0
%8.57
%45.1

Codes

Color #8A8C80 in popluar color models

8A8C80
RGB138140128
HSL70°4.96%52.55%
HSB/HSV70°8.57%54.90%
CMYK1.43%0.00%8.57%
45.10%

Color #8A8C80 in popluar number systems.

HEX8A8C80
Decimal138140128
Binary100010101000110010000000
Octal212214200

Shades and tints

Shades of #8A8C80

#8A8C80
(138,140,128)
#7E8075
(126,128,117)
#72746A
(114,116,106)
#66685F
(102,104,95)
#5A5C54
(90,92,84)
#4E5049
(78,80,73)
#42443E
(66,68,62)
#363833
(54,56,51)
#2A2C28
(42,44,40)
#1E201D
(30,32,29)
#121412
(18,20,18)
#000000
(0,0,0)

Tints of #8A8C80

#8A8C80
(138,140,128)
#94968B
(148,150,139)
#9EA096
(158,160,150)
#A8AAA1
(168,170,161)
#B2B4AC
(178,180,172)
#BCBEB7
(188,190,183)
#C6C8C2
(198,200,194)
#D0D2CD
(208,210,205)
#DADCD8
(218,220,216)
#E4E6E3
(228,230,227)
#EEF0EE
(238,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A8C80; }

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

This text font color is #8A8C80.


Background Color

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

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

This div background color is #8A8C80.


Border color

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

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

This div border color is #8A8C80.


Opacity

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

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

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

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

This text has shadow with #8A8C80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A8C80 on black background.


Color preview on white background

This text has color #8A8C80 on white background.



Black color preview on #8A8C80 background

This text has black color on #8A8C80 background.


White color preview on #8A8C80 background

This text has white color on #8A8C80 background.