COLOR #8B6E70

HEX: #8B6E70
RGB: (139,110,112)

Color info

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

RGB color model

#8B6E70 color RGB value is (139,110,112).

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

RGB channels and saturation

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

139
110
112

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

Portions of RGB colors in percentages

R + G + B =
139 + 110 + 112 = 361 (100%)
R 139 of 361 ~ 38.5%
G 110 of 361 ~ 30.47%
B 112 of 361 ~ 31.02%

%38.5
%30.47
%31.02

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 20.86%
  • yellow value is 19.42%
  • 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
%19.42
%45.49

Codes

Color #8B6E70 in popluar color models

8B6E70
RGB139110112
HSL356°11.65%48.82%
HSB/HSV356°20.86%54.51%
CMYK0.00%20.86%19.42%
45.49%

Color #8B6E70 in popluar number systems.

HEX8B6E70
Decimal139110112
Binary1000101111011101110000
Octal213156160

Shades and tints

Shades of #8B6E70

#8B6E70
(139,110,112)
#7F6466
(127,100,102)
#735A5C
(115,90,92)
#675052
(103,80,82)
#5B4648
(91,70,72)
#4F3C3E
(79,60,62)
#433234
(67,50,52)
#37282A
(55,40,42)
#2B1E20
(43,30,32)
#1F1416
(31,20,22)
#130A0C
(19,10,12)
#000000
(0,0,0)

Tints of #8B6E70

#8B6E70
(139,110,112)
#957B7D
(149,123,125)
#9F888A
(159,136,138)
#A99597
(169,149,151)
#B3A2A4
(179,162,164)
#BDAFB1
(189,175,177)
#C7BCBE
(199,188,190)
#D1C9CB
(209,201,203)
#DBD6D8
(219,214,216)
#E5E3E5
(229,227,229)
#EFF0F2
(239,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B6E70; }

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

This text font color is #8B6E70.


Background Color

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

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

This div background color is #8B6E70.


Border color

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

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

This div border color is #8B6E70.


Opacity

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

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

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

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

This text has shadow with #8B6E70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B6E70 on black background.


Color preview on white background

This text has color #8B6E70 on white background.



Black color preview on #8B6E70 background

This text has black color on #8B6E70 background.


White color preview on #8B6E70 background

This text has white color on #8B6E70 background.