COLOR #8B6466

HEX: #8B6466
RGB: (139,100,102)

Color info

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

RGB color model

#8B6466 color RGB value is (139,100,102).

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

RGB channels and saturation

R 139 of 255 = 55%
G 100 of 255 = 39%
B 102 of 255 = 40%

139
100
102

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

Portions of RGB colors in percentages

R + G + B =
139 + 100 + 102 = 341 (100%)
R 139 of 341 ~ 40.76%
G 100 of 341 ~ 29.33%
B 102 of 341 ~ 29.91%

%40.76
%29.33
%29.91

CMYK color model

#8B6466 color CMYK value is (0,28,27,45).

  • cyan value is 0.00%
  • magenta value is 28.06%
  • yellow value is 26.62%
  • key color value is 45.49%
CMYK:
(0,28,27,45)
C0M28Y27K45 
(0%,28%,27%,45%)
(0.00/0.28/0.27/0.45)	

CMYK percentages

%0
%28.06
%26.62
%45.49

Codes

Color #8B6466 in popluar color models

8B6466
RGB139100102
HSL357°16.32%46.86%
HSB/HSV357°28.06%54.51%
CMYK0.00%28.06%26.62%
45.49%

Color #8B6466 in popluar number systems.

HEX8B6466
Decimal139100102
Binary1000101111001001100110
Octal213144146

Shades and tints

Shades of #8B6466

#8B6466
(139,100,102)
#7F5B5D
(127,91,93)
#735254
(115,82,84)
#67494B
(103,73,75)
#5B4042
(91,64,66)
#4F3739
(79,55,57)
#432E30
(67,46,48)
#372527
(55,37,39)
#2B1C1E
(43,28,30)
#1F1315
(31,19,21)
#130A0C
(19,10,12)
#000000
(0,0,0)

Tints of #8B6466

#8B6466
(139,100,102)
#957273
(149,114,115)
#9F8080
(159,128,128)
#A98E8D
(169,142,141)
#B39C9A
(179,156,154)
#BDAAA7
(189,170,167)
#C7B8B4
(199,184,180)
#D1C6C1
(209,198,193)
#DBD4CE
(219,212,206)
#E5E2DB
(229,226,219)
#EFF0E8
(239,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B6466; }

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

This text font color is #8B6466.


Background Color

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

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

This div background color is #8B6466.


Border color

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

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

This div border color is #8B6466.


Opacity

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

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

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

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

This text has shadow with #8B6466 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B6466 on black background.


Color preview on white background

This text has color #8B6466 on white background.



Black color preview on #8B6466 background

This text has black color on #8B6466 background.


White color preview on #8B6466 background

This text has white color on #8B6466 background.