COLOR #8B666C

HEX: #8B666C
RGB: (139,102,108)

Color info

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

RGB color model

#8B666C color RGB value is (139,102,108).

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

RGB channels and saturation

R 139 of 255 = 55%
G 102 of 255 = 40%
B 108 of 255 = 42%

139
102
108

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

Portions of RGB colors in percentages

R + G + B =
139 + 102 + 108 = 349 (100%)
R 139 of 349 ~ 39.83%
G 102 of 349 ~ 29.23%
B 108 of 349 ~ 30.95%

%39.83
%29.23
%30.95

CMYK color model

#8B666C color CMYK value is (0,27,22,45).

  • cyan value is 0.00%
  • magenta value is 26.62%
  • yellow value is 22.30%
  • key color value is 45.49%
CMYK:
(0,27,22,45)
C0M27Y22K45 
(0%,27%,22%,45%)
(0.00/0.27/0.22/0.45)	

CMYK percentages

%0
%26.62
%22.3
%45.49

Codes

Color #8B666C in popluar color models

8B666C
RGB139102108
HSL350°15.35%47.25%
HSB/HSV350°26.62%54.51%
CMYK0.00%26.62%22.30%
45.49%

Color #8B666C in popluar number systems.

HEX8B666C
Decimal139102108
Binary1000101111001101101100
Octal213146154

Shades and tints

Shades of #8B666C

#8B666C
(139,102,108)
#7F5D63
(127,93,99)
#73545A
(115,84,90)
#674B51
(103,75,81)
#5B4248
(91,66,72)
#4F393F
(79,57,63)
#433036
(67,48,54)
#37272D
(55,39,45)
#2B1E24
(43,30,36)
#1F151B
(31,21,27)
#130C12
(19,12,18)
#000000
(0,0,0)

Tints of #8B666C

#8B666C
(139,102,108)
#957379
(149,115,121)
#9F8086
(159,128,134)
#A98D93
(169,141,147)
#B39AA0
(179,154,160)
#BDA7AD
(189,167,173)
#C7B4BA
(199,180,186)
#D1C1C7
(209,193,199)
#DBCED4
(219,206,212)
#E5DBE1
(229,219,225)
#EFE8EE
(239,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B666C; }

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

This text font color is #8B666C.


Background Color

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

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

This div background color is #8B666C.


Border color

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

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

This div border color is #8B666C.


Opacity

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

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

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

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

This text has shadow with #8B666C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B666C on black background.


Color preview on white background

This text has color #8B666C on white background.



Black color preview on #8B666C background

This text has black color on #8B666C background.


White color preview on #8B666C background

This text has white color on #8B666C background.