COLOR #8B8F80

HEX: #8B8F80
RGB: (139,143,128)

Color info

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

RGB color model

#8B8F80 color RGB value is (139,143,128).

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

RGB channels and saturation

R 139 of 255 = 55%
G 143 of 255 = 56%
B 128 of 255 = 50%

139
143
128

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

Portions of RGB colors in percentages

R + G + B =
139 + 143 + 128 = 410 (100%)
R 139 of 410 ~ 33.9%
G 143 of 410 ~ 34.88%
B 128 of 410 ~ 31.22%

%33.9
%34.88
%31.22

CMYK color model

#8B8F80 color CMYK value is (3,0,10,44).

  • cyan value is 2.80%
  • magenta value is 0.00%
  • yellow value is 10.49%
  • key color value is 43.92%
CMYK:
(3,0,10,44)
C3M0Y10K44 
(3%,0%,10%,44%)
(0.03/0.00/0.10/0.44)	

CMYK percentages

%2.8
%0
%10.49
%43.92

Codes

Color #8B8F80 in popluar color models

8B8F80
RGB139143128
HSL76°6.28%53.14%
HSB/HSV76°10.49%56.08%
CMYK2.80%0.00%10.49%
43.92%

Color #8B8F80 in popluar number systems.

HEX8B8F80
Decimal139143128
Binary100010111000111110000000
Octal213217200

Shades and tints

Shades of #8B8F80

#8B8F80
(139,143,128)
#7F8275
(127,130,117)
#73756A
(115,117,106)
#67685F
(103,104,95)
#5B5B54
(91,91,84)
#4F4E49
(79,78,73)
#43413E
(67,65,62)
#373433
(55,52,51)
#2B2728
(43,39,40)
#1F1A1D
(31,26,29)
#130D12
(19,13,18)
#000000
(0,0,0)

Tints of #8B8F80

#8B8F80
(139,143,128)
#95998B
(149,153,139)
#9FA396
(159,163,150)
#A9ADA1
(169,173,161)
#B3B7AC
(179,183,172)
#BDC1B7
(189,193,183)
#C7CBC2
(199,203,194)
#D1D5CD
(209,213,205)
#DBDFD8
(219,223,216)
#E5E9E3
(229,233,227)
#EFF3EE
(239,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B8F80; }

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

This text font color is #8B8F80.


Background Color

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

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

This div background color is #8B8F80.


Border color

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

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

This div border color is #8B8F80.


Opacity

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

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

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

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

This text has shadow with #8B8F80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B8F80 on black background.


Color preview on white background

This text has color #8B8F80 on white background.



Black color preview on #8B8F80 background

This text has black color on #8B8F80 background.


White color preview on #8B8F80 background

This text has white color on #8B8F80 background.