COLOR #8B8482

HEX: #8B8482
RGB: (139,132,130)

Color info

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

RGB color model

#8B8482 color RGB value is (139,132,130).

  • red value is 139;
  • green value is 132;
  • blue value is 130.
RGB:
(139,132,130)
(55%,52%,51%)

RGB channels and saturation

R 139 of 255 = 55%
G 132 of 255 = 52%
B 130 of 255 = 51%

139
132
130

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

Portions of RGB colors in percentages

R + G + B =
139 + 132 + 130 = 401 (100%)
R 139 of 401 ~ 34.66%
G 132 of 401 ~ 32.92%
B 130 of 401 ~ 32.42%

%34.66
%32.92
%32.42

CMYK color model

#8B8482 color CMYK value is (0,5,6,45).

  • cyan value is 0.00%
  • magenta value is 5.04%
  • yellow value is 6.47%
  • key color value is 45.49%
CMYK:
(0,5,6,45)
C0M5Y6K45 
(0%,5%,6%,45%)
(0.00/0.05/0.06/0.45)	

CMYK percentages

%0
%5.04
%6.47
%45.49

Codes

Color #8B8482 in popluar color models

8B8482
RGB139132130
HSL13°3.73%52.75%
HSB/HSV13°6.47%54.51%
CMYK0.00%5.04%6.47%
45.49%

Color #8B8482 in popluar number systems.

HEX8B8482
Decimal139132130
Binary100010111000010010000010
Octal213204202

Shades and tints

Shades of #8B8482

#8B8482
(139,132,130)
#7F7877
(127,120,119)
#736C6C
(115,108,108)
#676061
(103,96,97)
#5B5456
(91,84,86)
#4F484B
(79,72,75)
#433C40
(67,60,64)
#373035
(55,48,53)
#2B242A
(43,36,42)
#1F181F
(31,24,31)
#130C14
(19,12,20)
#000000
(0,0,0)

Tints of #8B8482

#8B8482
(139,132,130)
#958F8D
(149,143,141)
#9F9A98
(159,154,152)
#A9A5A3
(169,165,163)
#B3B0AE
(179,176,174)
#BDBBB9
(189,187,185)
#C7C6C4
(199,198,196)
#D1D1CF
(209,209,207)
#DBDCDA
(219,220,218)
#E5E7E5
(229,231,229)
#EFF2F0
(239,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B8482; }

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

This text font color is #8B8482.


Background Color

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

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

This div background color is #8B8482.


Border color

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

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

This div border color is #8B8482.


Opacity

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

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

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

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

This text has shadow with #8B8482 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B8482 on black background.


Color preview on white background

This text has color #8B8482 on white background.



Black color preview on #8B8482 background

This text has black color on #8B8482 background.


White color preview on #8B8482 background

This text has white color on #8B8482 background.