COLOR #8B7866

HEX: #8B7866
RGB: (139,120,102)

Color info

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

RGB color model

#8B7866 color RGB value is (139,120,102).

  • red value is 139;
  • green value is 120;
  • blue value is 102.
RGB:
(139,120,102)
(55%,47%,40%)

RGB channels and saturation

R 139 of 255 = 55%
G 120 of 255 = 47%
B 102 of 255 = 40%

139
120
102

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

Portions of RGB colors in percentages

R + G + B =
139 + 120 + 102 = 361 (100%)
R 139 of 361 ~ 38.5%
G 120 of 361 ~ 33.24%
B 102 of 361 ~ 28.25%

%38.5
%33.24
%28.25

CMYK color model

#8B7866 color CMYK value is (0,14,27,45).

  • cyan value is 0.00%
  • magenta value is 13.67%
  • yellow value is 26.62%
  • key color value is 45.49%
CMYK:
(0,14,27,45)
C0M14Y27K45 
(0%,14%,27%,45%)
(0.00/0.14/0.27/0.45)	

CMYK percentages

%0
%13.67
%26.62
%45.49

Codes

Color #8B7866 in popluar color models

8B7866
RGB139120102
HSL29°15.35%47.25%
HSB/HSV29°26.62%54.51%
CMYK0.00%13.67%26.62%
45.49%

Color #8B7866 in popluar number systems.

HEX8B7866
Decimal139120102
Binary1000101111110001100110
Octal213170146

Shades and tints

Shades of #8B7866

#8B7866
(139,120,102)
#7F6E5D
(127,110,93)
#736454
(115,100,84)
#675A4B
(103,90,75)
#5B5042
(91,80,66)
#4F4639
(79,70,57)
#433C30
(67,60,48)
#373227
(55,50,39)
#2B281E
(43,40,30)
#1F1E15
(31,30,21)
#13140C
(19,20,12)
#000000
(0,0,0)

Tints of #8B7866

#8B7866
(139,120,102)
#958473
(149,132,115)
#9F9080
(159,144,128)
#A99C8D
(169,156,141)
#B3A89A
(179,168,154)
#BDB4A7
(189,180,167)
#C7C0B4
(199,192,180)
#D1CCC1
(209,204,193)
#DBD8CE
(219,216,206)
#E5E4DB
(229,228,219)
#EFF0E8
(239,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B7866 color. Also use rgb(139,120,102) instead hex code.

Text Font Color

.myTextColor { color: #8B7866; }

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

This text font color is #8B7866.


Background Color

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

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

This div background color is #8B7866.


Border color

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

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

This div border color is #8B7866.


Opacity

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

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

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

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

This text has shadow with #8B7866 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B7866 on black background.


Color preview on white background

This text has color #8B7866 on white background.



Black color preview on #8B7866 background

This text has black color on #8B7866 background.


White color preview on #8B7866 background

This text has white color on #8B7866 background.