COLOR #8A8180

HEX: #8A8180 RGB: (138,129,128)

Color info

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

RGB color model

#8A8180 color RGB value is (138,129,128).

RGB: (138,129,128) (54%, 51%, 50%)

RGB channels and saturation

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

138
129
128

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

Portions of RGB colors in percentages

R + G + B = 138 + 129 + 128 = 395 (100%)
R 138 of 395 ~ 34.94%
G 129 of 395 ~ 32.66%
B 128 of 395 ~ 32.41'%

%34.94
%32.66
%32.41

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 6.52%
  • yellow value is 7.25%
  • key color value is 45.88%

CMYK: (0,7,7,46)
C0M7Y7K46 (0%, 7%, 7%, 46%)
(0.00 / 0.07 / 0.07 / 0.46)

CMYK percentages

%0
%6.52
%7.25
%45.88

Codes

Color #8A8180 in popluar color models

8A 81 80
RGB 138 129 128
HSL 4.10% 52.16%
HSB/HSV 7.25% 54.12%
CMYK 0.00% 6.52% 7.25%
45.88%

Color #8A8180 in popluar number systems.

HEX 8A 81 80
Decimal 138 129 128
Binary 10001010 10000001 10000000
Octal 212 201 200

Shades and tints

Shades of #8A8180

#8A8180
(138,129,128)
#7E7675
(126,118,117)
#726B6A
(114,107,106)
#66605F
(102,96,95)
#5A5554
(90,85,84)
#4E4A49
(78,74,73)
#423F3E
(66,63,62)
#363433
(54,52,51)
#2A2928
(42,41,40)
#1E1E1D
(30,30,29)
#121312
(18,19,18)
#000000
(0,0,0)

Tints of #8A8180

#8A8180
(138,129,128)
#948C8B
(148,140,139)
#9E9796
(158,151,150)
#A8A2A1
(168,162,161)
#B2ADAC
(178,173,172)
#BCB8B7
(188,184,183)
#C6C3C2
(198,195,194)
#D0CECD
(208,206,205)
#DAD9D8
(218,217,216)
#E4E4E3
(228,228,227)
#EEEFEE
(238,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A8180; }

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

This text font color is #8A8180.

Background Color

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

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

This div background color is #8A8180.

Border color

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

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

This div border color is #8A8180.

Opacity

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

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

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

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

This text has shadow with #8A8180 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8A8180.

Preview

Color preview on black background

This text has color #8A8180 on black background.


Color preview on white background

This text has color #8A8180 on white background.


Black color preview on #8A8180 background

This text has black color on #8A8180 background.


White color preview on #8A8180 background

This text has white color on #8A8180 background.


Related colors

Complementary color

Complementary color for #hex is #757E7F.


I love getcolorcode.com

Triadic colors

1 #808A81 and #81808A with #8A8180 are triadic colors.

2 #80818A and #818A80 with #8A8180 are triadic colors.