COLOR #8B7B6B

HEX: #8B7B6B
RGB: (139,123,107)

Color info

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

RGB color model

#8B7B6B color RGB value is (139,123,107).

  • red value is 139;
  • green value is 123;
  • blue value is 107.
RGB:
(139,123,107)
(55%,48%,42%)

RGB channels and saturation

R 139 of 255 = 55%
G 123 of 255 = 48%
B 107 of 255 = 42%

139
123
107

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

Portions of RGB colors in percentages

R + G + B =
139 + 123 + 107 = 369 (100%)
R 139 of 369 ~ 37.67%
G 123 of 369 ~ 33.33%
B 107 of 369 ~ 29%

%37.67
%33.33
%29

CMYK color model

#8B7B6B color CMYK value is (0,12,23,45).

  • cyan value is 0.00%
  • magenta value is 11.51%
  • yellow value is 23.02%
  • key color value is 45.49%
CMYK:
(0,12,23,45)
C0M12Y23K45 
(0%,12%,23%,45%)
(0.00/0.12/0.23/0.45)	

CMYK percentages

%0
%11.51
%23.02
%45.49

Codes

Color #8B7B6B in popluar color models

8B7B6B
RGB139123107
HSL30°13.01%48.24%
HSB/HSV30°23.02%54.51%
CMYK0.00%11.51%23.02%
45.49%

Color #8B7B6B in popluar number systems.

HEX8B7B6B
Decimal139123107
Binary1000101111110111101011
Octal213173153

Shades and tints

Shades of #8B7B6B

#8B7B6B
(139,123,107)
#7F7062
(127,112,98)
#736559
(115,101,89)
#675A50
(103,90,80)
#5B4F47
(91,79,71)
#4F443E
(79,68,62)
#433935
(67,57,53)
#372E2C
(55,46,44)
#2B2323
(43,35,35)
#1F181A
(31,24,26)
#130D11
(19,13,17)
#000000
(0,0,0)

Tints of #8B7B6B

#8B7B6B
(139,123,107)
#958778
(149,135,120)
#9F9385
(159,147,133)
#A99F92
(169,159,146)
#B3AB9F
(179,171,159)
#BDB7AC
(189,183,172)
#C7C3B9
(199,195,185)
#D1CFC6
(209,207,198)
#DBDBD3
(219,219,211)
#E5E7E0
(229,231,224)
#EFF3ED
(239,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B7B6B color. Also use rgb(139,123,107) instead hex code.

Text Font Color

.myTextColor { color: #8B7B6B; }

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

This text font color is #8B7B6B.


Background Color

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

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

This div background color is #8B7B6B.


Border color

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

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

This div border color is #8B7B6B.


Opacity

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

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

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

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

This text has shadow with #8B7B6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B7B6B on black background.


Color preview on white background

This text has color #8B7B6B on white background.



Black color preview on #8B7B6B background

This text has black color on #8B7B6B background.


White color preview on #8B7B6B background

This text has white color on #8B7B6B background.