COLOR #8B808A

HEX: #8B808A
RGB: (139,128,138)

Color info

#8B808A contains red, green and blue colors in about the same proportion. Web safe color of #8B808A is #996699 (or #969).

RGB color model

#8B808A color RGB value is (139,128,138).

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

RGB channels and saturation

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

139
128
138

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

Portions of RGB colors in percentages

R + G + B =
139 + 128 + 138 = 405 (100%)
R 139 of 405 ~ 34.32%
G 128 of 405 ~ 31.6%
B 138 of 405 ~ 34.07%

%34.32
%31.6
%34.07

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.91%
  • yellow value is 0.72%
  • key color value is 45.49%
CMYK:
(0,8,1,45)
C0M8Y1K45 
(0%,8%,1%,45%)
(0.00/0.08/0.01/0.45)	

CMYK percentages

%0
%7.91
%0.72
%45.49

Codes

Color #8B808A in popluar color models

8B808A
RGB139128138
HSL305°4.53%52.35%
HSB/HSV305°7.91%54.51%
CMYK0.00%7.91%0.72%
45.49%

Color #8B808A in popluar number systems.

HEX8B808A
Decimal139128138
Binary100010111000000010001010
Octal213200212

Shades and tints

Shades of #8B808A

#8B808A
(139,128,138)
#7F757E
(127,117,126)
#736A72
(115,106,114)
#675F66
(103,95,102)
#5B545A
(91,84,90)
#4F494E
(79,73,78)
#433E42
(67,62,66)
#373336
(55,51,54)
#2B282A
(43,40,42)
#1F1D1E
(31,29,30)
#131212
(19,18,18)
#000000
(0,0,0)

Tints of #8B808A

#8B808A
(139,128,138)
#958B94
(149,139,148)
#9F969E
(159,150,158)
#A9A1A8
(169,161,168)
#B3ACB2
(179,172,178)
#BDB7BC
(189,183,188)
#C7C2C6
(199,194,198)
#D1CDD0
(209,205,208)
#DBD8DA
(219,216,218)
#E5E3E4
(229,227,228)
#EFEEEE
(239,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B808A; }

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

This text font color is #8B808A.


Background Color

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

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

This div background color is #8B808A.


Border color

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

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

This div border color is #8B808A.


Opacity

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

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

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

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

This text has shadow with #8B808A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B808A on black background.


Color preview on white background

This text has color #8B808A on white background.



Black color preview on #8B808A background

This text has black color on #8B808A background.


White color preview on #8B808A background

This text has white color on #8B808A background.