COLOR #8B7A6F

HEX: #8B7A6F
RGB: (139,122,111)

Color info

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

RGB color model

#8B7A6F color RGB value is (139,122,111).

  • red value is 139;
  • green value is 122;
  • blue value is 111.
RGB:
(139,122,111)
(55%,48%,44%)

RGB channels and saturation

R 139 of 255 = 55%
G 122 of 255 = 48%
B 111 of 255 = 44%

139
122
111

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

Portions of RGB colors in percentages

R + G + B =
139 + 122 + 111 = 372 (100%)
R 139 of 372 ~ 37.37%
G 122 of 372 ~ 32.8%
B 111 of 372 ~ 29.84%

%37.37
%32.8
%29.84

CMYK color model

#8B7A6F color CMYK value is (0,12,20,45).

  • cyan value is 0.00%
  • magenta value is 12.23%
  • yellow value is 20.14%
  • key color value is 45.49%
CMYK:
(0,12,20,45)
C0M12Y20K45 
(0%,12%,20%,45%)
(0.00/0.12/0.20/0.45)	

CMYK percentages

%0
%12.23
%20.14
%45.49

Codes

Color #8B7A6F in popluar color models

8B7A6F
RGB139122111
HSL24°11.20%49.02%
HSB/HSV24°20.14%54.51%
CMYK0.00%12.23%20.14%
45.49%

Color #8B7A6F in popluar number systems.

HEX8B7A6F
Decimal139122111
Binary1000101111110101101111
Octal213172157

Shades and tints

Shades of #8B7A6F

#8B7A6F
(139,122,111)
#7F6F65
(127,111,101)
#73645B
(115,100,91)
#675951
(103,89,81)
#5B4E47
(91,78,71)
#4F433D
(79,67,61)
#433833
(67,56,51)
#372D29
(55,45,41)
#2B221F
(43,34,31)
#1F1715
(31,23,21)
#130C0B
(19,12,11)
#000000
(0,0,0)

Tints of #8B7A6F

#8B7A6F
(139,122,111)
#95867C
(149,134,124)
#9F9289
(159,146,137)
#A99E96
(169,158,150)
#B3AAA3
(179,170,163)
#BDB6B0
(189,182,176)
#C7C2BD
(199,194,189)
#D1CECA
(209,206,202)
#DBDAD7
(219,218,215)
#E5E6E4
(229,230,228)
#EFF2F1
(239,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B7A6F color. Also use rgb(139,122,111) instead hex code.

Text Font Color

.myTextColor { color: #8B7A6F; }

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

This text font color is #8B7A6F.


Background Color

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

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

This div background color is #8B7A6F.


Border color

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

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

This div border color is #8B7A6F.


Opacity

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

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

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

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

This text has shadow with #8B7A6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B7A6F on black background.


Color preview on white background

This text has color #8B7A6F on white background.



Black color preview on #8B7A6F background

This text has black color on #8B7A6F background.


White color preview on #8B7A6F background

This text has white color on #8B7A6F background.