COLOR #8B8F81

HEX: #8B8F81
RGB: (139,143,129)

Color info

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

RGB color model

#8B8F81 color RGB value is (139,143,129).

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

RGB channels and saturation

R 139 of 255 = 55%
G 143 of 255 = 56%
B 129 of 255 = 51%

139
143
129

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

Portions of RGB colors in percentages

R + G + B =
139 + 143 + 129 = 411 (100%)
R 139 of 411 ~ 33.82%
G 143 of 411 ~ 34.79%
B 129 of 411 ~ 31.39%

%33.82
%34.79
%31.39

CMYK color model

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

  • cyan value is 2.80%
  • magenta value is 0.00%
  • yellow value is 9.79%
  • 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
%9.79
%43.92

Codes

Color #8B8F81 in popluar color models

8B8F81
RGB139143129
HSL77°5.88%53.33%
HSB/HSV77°9.79%56.08%
CMYK2.80%0.00%9.79%
43.92%

Color #8B8F81 in popluar number systems.

HEX8B8F81
Decimal139143129
Binary100010111000111110000001
Octal213217201

Shades and tints

Shades of #8B8F81

#8B8F81
(139,143,129)
#7F8276
(127,130,118)
#73756B
(115,117,107)
#676860
(103,104,96)
#5B5B55
(91,91,85)
#4F4E4A
(79,78,74)
#43413F
(67,65,63)
#373434
(55,52,52)
#2B2729
(43,39,41)
#1F1A1E
(31,26,30)
#130D13
(19,13,19)
#000000
(0,0,0)

Tints of #8B8F81

#8B8F81
(139,143,129)
#95998C
(149,153,140)
#9FA397
(159,163,151)
#A9ADA2
(169,173,162)
#B3B7AD
(179,183,173)
#BDC1B8
(189,193,184)
#C7CBC3
(199,203,195)
#D1D5CE
(209,213,206)
#DBDFD9
(219,223,217)
#E5E9E4
(229,233,228)
#EFF3EF
(239,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B8F81; }

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

This text font color is #8B8F81.


Background Color

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

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

This div background color is #8B8F81.


Border color

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

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

This div border color is #8B8F81.


Opacity

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

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

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

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

This text has shadow with #8B8F81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B8F81 on black background.


Color preview on white background

This text has color #8B8F81 on white background.



Black color preview on #8B8F81 background

This text has black color on #8B8F81 background.


White color preview on #8B8F81 background

This text has white color on #8B8F81 background.