COLOR #8B666F

HEX: #8B666F
RGB: (139,102,111)

Color info

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

RGB color model

#8B666F color RGB value is (139,102,111).

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

RGB channels and saturation

R 139 of 255 = 55%
G 102 of 255 = 40%
B 111 of 255 = 44%

139
102
111

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

Portions of RGB colors in percentages

R + G + B =
139 + 102 + 111 = 352 (100%)
R 139 of 352 ~ 39.49%
G 102 of 352 ~ 28.98%
B 111 of 352 ~ 31.53%

%39.49
%28.98
%31.53

CMYK color model

#8B666F color CMYK value is (0,27,20,45).

  • cyan value is 0.00%
  • magenta value is 26.62%
  • yellow value is 20.14%
  • key color value is 45.49%
CMYK:
(0,27,20,45)
C0M27Y20K45 
(0%,27%,20%,45%)
(0.00/0.27/0.20/0.45)	

CMYK percentages

%0
%26.62
%20.14
%45.49

Codes

Color #8B666F in popluar color models

8B666F
RGB139102111
HSL345°15.35%47.25%
HSB/HSV345°26.62%54.51%
CMYK0.00%26.62%20.14%
45.49%

Color #8B666F in popluar number systems.

HEX8B666F
Decimal139102111
Binary1000101111001101101111
Octal213146157

Shades and tints

Shades of #8B666F

#8B666F
(139,102,111)
#7F5D65
(127,93,101)
#73545B
(115,84,91)
#674B51
(103,75,81)
#5B4247
(91,66,71)
#4F393D
(79,57,61)
#433033
(67,48,51)
#372729
(55,39,41)
#2B1E1F
(43,30,31)
#1F1515
(31,21,21)
#130C0B
(19,12,11)
#000000
(0,0,0)

Tints of #8B666F

#8B666F
(139,102,111)
#95737C
(149,115,124)
#9F8089
(159,128,137)
#A98D96
(169,141,150)
#B39AA3
(179,154,163)
#BDA7B0
(189,167,176)
#C7B4BD
(199,180,189)
#D1C1CA
(209,193,202)
#DBCED7
(219,206,215)
#E5DBE4
(229,219,228)
#EFE8F1
(239,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B666F; }

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

This text font color is #8B666F.


Background Color

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

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

This div background color is #8B666F.


Border color

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

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

This div border color is #8B666F.


Opacity

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

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

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

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

This text has shadow with #8B666F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B666F on black background.


Color preview on white background

This text has color #8B666F on white background.



Black color preview on #8B666F background

This text has black color on #8B666F background.


White color preview on #8B666F background

This text has white color on #8B666F background.