COLOR #8B6E71

HEX: #8B6E71
RGB: (139,110,113)

Color info

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

RGB color model

#8B6E71 color RGB value is (139,110,113).

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

RGB channels and saturation

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

139
110
113

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

Portions of RGB colors in percentages

R + G + B =
139 + 110 + 113 = 362 (100%)
R 139 of 362 ~ 38.4%
G 110 of 362 ~ 30.39%
B 113 of 362 ~ 31.22%

%38.4
%30.39
%31.22

CMYK color model

#8B6E71 color CMYK value is (0,21,19,45).

  • cyan value is 0.00%
  • magenta value is 20.86%
  • yellow value is 18.71%
  • key color value is 45.49%
CMYK:
(0,21,19,45)
C0M21Y19K45 
(0%,21%,19%,45%)
(0.00/0.21/0.19/0.45)	

CMYK percentages

%0
%20.86
%18.71
%45.49

Codes

Color #8B6E71 in popluar color models

8B6E71
RGB139110113
HSL354°11.65%48.82%
HSB/HSV354°20.86%54.51%
CMYK0.00%20.86%18.71%
45.49%

Color #8B6E71 in popluar number systems.

HEX8B6E71
Decimal139110113
Binary1000101111011101110001
Octal213156161

Shades and tints

Shades of #8B6E71

#8B6E71
(139,110,113)
#7F6467
(127,100,103)
#735A5D
(115,90,93)
#675053
(103,80,83)
#5B4649
(91,70,73)
#4F3C3F
(79,60,63)
#433235
(67,50,53)
#37282B
(55,40,43)
#2B1E21
(43,30,33)
#1F1417
(31,20,23)
#130A0D
(19,10,13)
#000000
(0,0,0)

Tints of #8B6E71

#8B6E71
(139,110,113)
#957B7D
(149,123,125)
#9F8889
(159,136,137)
#A99595
(169,149,149)
#B3A2A1
(179,162,161)
#BDAFAD
(189,175,173)
#C7BCB9
(199,188,185)
#D1C9C5
(209,201,197)
#DBD6D1
(219,214,209)
#E5E3DD
(229,227,221)
#EFF0E9
(239,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B6E71; }

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

This text font color is #8B6E71.


Background Color

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

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

This div background color is #8B6E71.


Border color

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

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

This div border color is #8B6E71.


Opacity

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

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

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

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

This text has shadow with #8B6E71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B6E71 on black background.


Color preview on white background

This text has color #8B6E71 on white background.



Black color preview on #8B6E71 background

This text has black color on #8B6E71 background.


White color preview on #8B6E71 background

This text has white color on #8B6E71 background.