COLOR #8A8C83

HEX: #8A8C83 RGB: (138,140,131)

Color info

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

RGB color model

#8A8C83 color RGB value is (138,140,131).

RGB: (138,140,131) (54%, 55%, 51%)

RGB channels and saturation

R 138 of 255 = 54%
G 140 of 255 = 55%
B 131 of 255 = 51%

138
140
131

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

Portions of RGB colors in percentages

R + G + B = 138 + 140 + 131 = 409 (100%)
R 138 of 409 ~ 33.74%
G 140 of 409 ~ 34.23%
B 131 of 409 ~ 32.03'%

%33.74
%34.23
%32.03

CMYK color model

#8A8C83 color CMYK value is (1,0,6,45).

  • cyan value is 1.43%
  • magenta value is 0.00%
  • yellow value is 6.43%
  • key color value is 45.10%

CMYK: (1,0,6,45)
C1M0Y6K45 (1%, 0%, 6%, 45%)
(0.01 / 0.00 / 0.06 / 0.45)

CMYK percentages

%1.43
%0
%6.43
%45.1

Codes

Color #8A8C83 in popluar color models

8A 8C 83
RGB 138 140 131
HSL 73° 3.77% 53.14%
HSB/HSV 73° 6.43% 54.90%
CMYK 1.43% 0.00% 6.43%
45.10%

Color #8A8C83 in popluar number systems.

HEX 8A 8C 83
Decimal 138 140 131
Binary 10001010 10001100 10000011
Octal 212 214 203

Shades and tints

Shades of #8A8C83

#8A8C83
(138,140,131)
#7E8078
(126,128,120)
#72746D
(114,116,109)
#666862
(102,104,98)
#5A5C57
(90,92,87)
#4E504C
(78,80,76)
#424441
(66,68,65)
#363836
(54,56,54)
#2A2C2B
(42,44,43)
#1E2020
(30,32,32)
#121415
(18,20,21)
#000000
(0,0,0)

Tints of #8A8C83

#8A8C83
(138,140,131)
#94968E
(148,150,142)
#9EA099
(158,160,153)
#A8AAA4
(168,170,164)
#B2B4AF
(178,180,175)
#BCBEBA
(188,190,186)
#C6C8C5
(198,200,197)
#D0D2D0
(208,210,208)
#DADCDB
(218,220,219)
#E4E6E6
(228,230,230)
#EEF0F1
(238,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A8C83; }

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

This text font color is #8A8C83.

Background Color

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

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

This div background color is #8A8C83.

Border color

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

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

This div border color is #8A8C83.

Opacity

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

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

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

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

This text has shadow with #8A8C83 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8A8C83.

Preview

Color preview on black background

This text has color #8A8C83 on black background.


Color preview on white background

This text has color #8A8C83 on white background.


Black color preview on #8A8C83 background

This text has black color on #8A8C83 background.


White color preview on #8A8C83 background

This text has white color on #8A8C83 background.


Related colors

Complementary color

Complementary color for #hex is #75737C.


I love getcolorcode.com

Triadic colors

1 #838A8C and #8C838A with #8A8C83 are triadic colors.

2 #838C8A and #8C8A83 with #8A8C83 are triadic colors.