COLOR #8B6B6F

HEX: #8B6B6F
RGB: (139,107,111)

Color info

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

RGB color model

#8B6B6F color RGB value is (139,107,111).

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

RGB channels and saturation

R 139 of 255 = 55%
G 107 of 255 = 42%
B 111 of 255 = 44%

139
107
111

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

Portions of RGB colors in percentages

R + G + B =
139 + 107 + 111 = 357 (100%)
R 139 of 357 ~ 38.94%
G 107 of 357 ~ 29.97%
B 111 of 357 ~ 31.09%

%38.94
%29.97
%31.09

CMYK color model

#8B6B6F color CMYK value is (0,23,20,45).

  • cyan value is 0.00%
  • magenta value is 23.02%
  • yellow value is 20.14%
  • key color value is 45.49%
CMYK:
(0,23,20,45)
C0M23Y20K45 
(0%,23%,20%,45%)
(0.00/0.23/0.20/0.45)	

CMYK percentages

%0
%23.02
%20.14
%45.49

Codes

Color #8B6B6F in popluar color models

8B6B6F
RGB139107111
HSL353°13.01%48.24%
HSB/HSV353°23.02%54.51%
CMYK0.00%23.02%20.14%
45.49%

Color #8B6B6F in popluar number systems.

HEX8B6B6F
Decimal139107111
Binary1000101111010111101111
Octal213153157

Shades and tints

Shades of #8B6B6F

#8B6B6F
(139,107,111)
#7F6265
(127,98,101)
#73595B
(115,89,91)
#675051
(103,80,81)
#5B4747
(91,71,71)
#4F3E3D
(79,62,61)
#433533
(67,53,51)
#372C29
(55,44,41)
#2B231F
(43,35,31)
#1F1A15
(31,26,21)
#13110B
(19,17,11)
#000000
(0,0,0)

Tints of #8B6B6F

#8B6B6F
(139,107,111)
#95787C
(149,120,124)
#9F8589
(159,133,137)
#A99296
(169,146,150)
#B39FA3
(179,159,163)
#BDACB0
(189,172,176)
#C7B9BD
(199,185,189)
#D1C6CA
(209,198,202)
#DBD3D7
(219,211,215)
#E5E0E4
(229,224,228)
#EFEDF1
(239,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B6B6F; }

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

This text font color is #8B6B6F.


Background Color

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

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

This div background color is #8B6B6F.


Border color

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

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

This div border color is #8B6B6F.


Opacity

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

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

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

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

This text has shadow with #8B6B6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B6B6F on black background.


Color preview on white background

This text has color #8B6B6F on white background.



Black color preview on #8B6B6F background

This text has black color on #8B6B6F background.


White color preview on #8B6B6F background

This text has white color on #8B6B6F background.