COLOR #8B8982

HEX: #8B8982 RGB: (139,137,130)

Color info

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

RGB color model

#8B8982 color RGB value is (139,137,130).

RGB: (139,137,130) (55%, 54%, 51%)

RGB channels and saturation

R 139 of 255 = 55%
G 137 of 255 = 54%
B 130 of 255 = 51%

139
137
130

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

Portions of RGB colors in percentages

R + G + B = 139 + 137 + 130 = 406 (100%)
R 139 of 406 ~ 34.24%
G 137 of 406 ~ 33.74%
B 130 of 406 ~ 32.02'%

%34.24
%33.74
%32.02

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 1.44%
  • yellow value is 6.47%
  • key color value is 45.49%

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

CMYK percentages

%0
%1.44
%6.47
%45.49

Codes

Color #8B8982 in popluar color models

8B 89 82
RGB 139 137 130
HSL 47° 3.73% 52.75%
HSB/HSV 47° 6.47% 54.51%
CMYK 0.00% 1.44% 6.47%
45.49%

Color #8B8982 in popluar number systems.

HEX 8B 89 82
Decimal 139 137 130
Binary 10001011 10001001 10000010
Octal 213 211 202

Shades and tints

Shades of #8B8982

#8B8982
(139,137,130)
#7F7D77
(127,125,119)
#73716C
(115,113,108)
#676561
(103,101,97)
#5B5956
(91,89,86)
#4F4D4B
(79,77,75)
#434140
(67,65,64)
#373535
(55,53,53)
#2B292A
(43,41,42)
#1F1D1F
(31,29,31)
#131114
(19,17,20)
#000000
(0,0,0)

Tints of #8B8982

#8B8982
(139,137,130)
#95938D
(149,147,141)
#9F9D98
(159,157,152)
#A9A7A3
(169,167,163)
#B3B1AE
(179,177,174)
#BDBBB9
(189,187,185)
#C7C5C4
(199,197,196)
#D1CFCF
(209,207,207)
#DBD9DA
(219,217,218)
#E5E3E5
(229,227,229)
#EFEDF0
(239,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B8982 color. Also use rgb(139,137,130) instead hex code.

Text Font Color

.myTextColor { color: #8B8982; }

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

This text font color is #8B8982.

Background Color

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

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

This div background color is #8B8982.

Border color

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

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

This div border color is #8B8982.

Opacity

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

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

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

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

This text has shadow with #8B8982 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B8982.

Preview

Color preview on black background

This text has color #8B8982 on black background.


Color preview on white background

This text has color #8B8982 on white background.


Black color preview on #8B8982 background

This text has black color on #8B8982 background.


White color preview on #8B8982 background

This text has white color on #8B8982 background.


Related colors

Complementary color

Complementary color for #hex is #74767D.


I love getcolorcode.com

Triadic colors

1 #828B89 and #89828B with #8B8982 are triadic colors.

2 #82898B and #898B82 with #8B8982 are triadic colors.