COLOR #8B6E6F

HEX: #8B6E6F
RGB: (139,110,111)

Color info

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

RGB color model

#8B6E6F color RGB value is (139,110,111).

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

RGB channels and saturation

R 139 of 255 = 55%
G 110 of 255 = 43%
B 111 of 255 = 44%

139
110
111

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

Portions of RGB colors in percentages

R + G + B =
139 + 110 + 111 = 360 (100%)
R 139 of 360 ~ 38.61%
G 110 of 360 ~ 30.56%
B 111 of 360 ~ 30.83%

%38.61
%30.56
%30.83

CMYK color model

#8B6E6F color CMYK value is (0,21,20,45).

  • cyan value is 0.00%
  • magenta value is 20.86%
  • yellow value is 20.14%
  • key color value is 45.49%
CMYK:
(0,21,20,45)
C0M21Y20K45 
(0%,21%,20%,45%)
(0.00/0.21/0.20/0.45)	

CMYK percentages

%0
%20.86
%20.14
%45.49

Codes

Color #8B6E6F in popluar color models

8B6E6F
RGB139110111
HSL358°11.65%48.82%
HSB/HSV358°20.86%54.51%
CMYK0.00%20.86%20.14%
45.49%

Color #8B6E6F in popluar number systems.

HEX8B6E6F
Decimal139110111
Binary1000101111011101101111
Octal213156157

Shades and tints

Shades of #8B6E6F

#8B6E6F
(139,110,111)
#7F6465
(127,100,101)
#735A5B
(115,90,91)
#675051
(103,80,81)
#5B4647
(91,70,71)
#4F3C3D
(79,60,61)
#433233
(67,50,51)
#372829
(55,40,41)
#2B1E1F
(43,30,31)
#1F1415
(31,20,21)
#130A0B
(19,10,11)
#000000
(0,0,0)

Tints of #8B6E6F

#8B6E6F
(139,110,111)
#957B7C
(149,123,124)
#9F8889
(159,136,137)
#A99596
(169,149,150)
#B3A2A3
(179,162,163)
#BDAFB0
(189,175,176)
#C7BCBD
(199,188,189)
#D1C9CA
(209,201,202)
#DBD6D7
(219,214,215)
#E5E3E4
(229,227,228)
#EFF0F1
(239,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B6E6F; }

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

This text font color is #8B6E6F.


Background Color

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

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

This div background color is #8B6E6F.


Border color

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

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

This div border color is #8B6E6F.


Opacity

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

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

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

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

This text has shadow with #8B6E6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B6E6F on black background.


Color preview on white background

This text has color #8B6E6F on white background.



Black color preview on #8B6E6F background

This text has black color on #8B6E6F background.


White color preview on #8B6E6F background

This text has white color on #8B6E6F background.