COLOR #8B807F

HEX: #8B807F RGB: (139,128,127)

Color info

#8B807F contains red, green and blue colors in about the same proportion. Web safe color of #8B807F is #996666 (or #966).

RGB color model

#8B807F color RGB value is (139,128,127).

RGB: (139,128,127) (55%, 50%, 50%)

RGB channels and saturation

R 139 of 255 = 55%
G 128 of 255 = 50%
B 127 of 255 = 50%

139
128
127

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

Portions of RGB colors in percentages

R + G + B = 139 + 128 + 127 = 394 (100%)
R 139 of 394 ~ 35.28%
G 128 of 394 ~ 32.49%
B 127 of 394 ~ 32.23'%

%35.28
%32.49
%32.23

CMYK color model

#8B807F color CMYK value is (0,8,9,45).

  • cyan value is 0.00%
  • magenta value is 7.91%
  • yellow value is 8.63%
  • key color value is 45.49%

CMYK: (0,8,9,45)
C0M8Y9K45 (0%, 8%, 9%, 45%)
(0.00 / 0.08 / 0.09 / 0.45)

CMYK percentages

%0
%7.91
%8.63
%45.49

Codes

Color #8B807F in popluar color models

8B 80 7F
RGB 139 128 127
HSL 4.92% 52.16%
HSB/HSV 8.63% 54.51%
CMYK 0.00% 7.91% 8.63%
45.49%

Color #8B807F in popluar number systems.

HEX 8B 80 7F
Decimal 139 128 127
Binary 10001011 10000000 1111111
Octal 213 200 177

Shades and tints

Shades of #8B807F

#8B807F
(139,128,127)
#7F7574
(127,117,116)
#736A69
(115,106,105)
#675F5E
(103,95,94)
#5B5453
(91,84,83)
#4F4948
(79,73,72)
#433E3D
(67,62,61)
#373332
(55,51,50)
#2B2827
(43,40,39)
#1F1D1C
(31,29,28)
#131211
(19,18,17)
#000000
(0,0,0)

Tints of #8B807F

#8B807F
(139,128,127)
#958B8A
(149,139,138)
#9F9695
(159,150,149)
#A9A1A0
(169,161,160)
#B3ACAB
(179,172,171)
#BDB7B6
(189,183,182)
#C7C2C1
(199,194,193)
#D1CDCC
(209,205,204)
#DBD8D7
(219,216,215)
#E5E3E2
(229,227,226)
#EFEEED
(239,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B807F; }

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

This text font color is #8B807F.

Background Color

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

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

This div background color is #8B807F.

Border color

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

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

This div border color is #8B807F.

Opacity

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

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

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

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

This text has shadow with #8B807F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B807F.

Preview

Color preview on black background

This text has color #8B807F on black background.


Color preview on white background

This text has color #8B807F on white background.


Black color preview on #8B807F background

This text has black color on #8B807F background.


White color preview on #8B807F background

This text has white color on #8B807F background.


Related colors

Complementary color

Complementary color for #hex is #747F80.


I love getcolorcode.com

Triadic colors

1 #7F8B80 and #807F8B with #8B807F are triadic colors.

2 #7F808B and #808B7F with #8B807F are triadic colors.