COLOR #8B6C6B

HEX: #8B6C6B
RGB: (139,108,107)

Color info

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

RGB color model

#8B6C6B color RGB value is (139,108,107).

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

RGB channels and saturation

R 139 of 255 = 55%
G 108 of 255 = 42%
B 107 of 255 = 42%

139
108
107

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

Portions of RGB colors in percentages

R + G + B =
139 + 108 + 107 = 354 (100%)
R 139 of 354 ~ 39.27%
G 108 of 354 ~ 30.51%
B 107 of 354 ~ 30.23%

%39.27
%30.51
%30.23

CMYK color model

#8B6C6B color CMYK value is (0,22,23,45).

  • cyan value is 0.00%
  • magenta value is 22.30%
  • yellow value is 23.02%
  • key color value is 45.49%
CMYK:
(0,22,23,45)
C0M22Y23K45 
(0%,22%,23%,45%)
(0.00/0.22/0.23/0.45)	

CMYK percentages

%0
%22.3
%23.02
%45.49

Codes

Color #8B6C6B in popluar color models

8B6C6B
RGB139108107
HSL13.01%48.24%
HSB/HSV23.02%54.51%
CMYK0.00%22.30%23.02%
45.49%

Color #8B6C6B in popluar number systems.

HEX8B6C6B
Decimal139108107
Binary1000101111011001101011
Octal213154153

Shades and tints

Shades of #8B6C6B

#8B6C6B
(139,108,107)
#7F6362
(127,99,98)
#735A59
(115,90,89)
#675150
(103,81,80)
#5B4847
(91,72,71)
#4F3F3E
(79,63,62)
#433635
(67,54,53)
#372D2C
(55,45,44)
#2B2423
(43,36,35)
#1F1B1A
(31,27,26)
#131211
(19,18,17)
#000000
(0,0,0)

Tints of #8B6C6B

#8B6C6B
(139,108,107)
#957978
(149,121,120)
#9F8685
(159,134,133)
#A99392
(169,147,146)
#B3A09F
(179,160,159)
#BDADAC
(189,173,172)
#C7BAB9
(199,186,185)
#D1C7C6
(209,199,198)
#DBD4D3
(219,212,211)
#E5E1E0
(229,225,224)
#EFEEED
(239,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B6C6B; }

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

This text font color is #8B6C6B.


Background Color

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

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

This div background color is #8B6C6B.


Border color

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

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

This div border color is #8B6C6B.


Opacity

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

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

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

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

This text has shadow with #8B6C6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B6C6B on black background.


Color preview on white background

This text has color #8B6C6B on white background.



Black color preview on #8B6C6B background

This text has black color on #8B6C6B background.


White color preview on #8B6C6B background

This text has white color on #8B6C6B background.