COLOR #8B6460

HEX: #8B6460
RGB: (139,100,96)

Color info

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

RGB color model

#8B6460 color RGB value is (139,100,96).

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

RGB channels and saturation

R 139 of 255 = 55%
G 100 of 255 = 39%
B 96 of 255 = 38%

139
100
96

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

Portions of RGB colors in percentages

R + G + B =
139 + 100 + 96 = 335 (100%)
R 139 of 335 ~ 41.49%
G 100 of 335 ~ 29.85%
B 96 of 335 ~ 28.66%

%41.49
%29.85
%28.66

CMYK color model

#8B6460 color CMYK value is (0,28,31,45).

  • cyan value is 0.00%
  • magenta value is 28.06%
  • yellow value is 30.94%
  • key color value is 45.49%
CMYK:
(0,28,31,45)
C0M28Y31K45 
(0%,28%,31%,45%)
(0.00/0.28/0.31/0.45)	

CMYK percentages

%0
%28.06
%30.94
%45.49

Codes

Color #8B6460 in popluar color models

8B6460
RGB13910096
HSL18.30%46.08%
HSB/HSV30.94%54.51%
CMYK0.00%28.06%30.94%
45.49%

Color #8B6460 in popluar number systems.

HEX8B6460
Decimal13910096
Binary1000101111001001100000
Octal213144140

Shades and tints

Shades of #8B6460

#8B6460
(139,100,96)
#7F5B58
(127,91,88)
#735250
(115,82,80)
#674948
(103,73,72)
#5B4040
(91,64,64)
#4F3738
(79,55,56)
#432E30
(67,46,48)
#372528
(55,37,40)
#2B1C20
(43,28,32)
#1F1318
(31,19,24)
#130A10
(19,10,16)
#000000
(0,0,0)

Tints of #8B6460

#8B6460
(139,100,96)
#95726E
(149,114,110)
#9F807C
(159,128,124)
#A98E8A
(169,142,138)
#B39C98
(179,156,152)
#BDAAA6
(189,170,166)
#C7B8B4
(199,184,180)
#D1C6C2
(209,198,194)
#DBD4D0
(219,212,208)
#E5E2DE
(229,226,222)
#EFF0EC
(239,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B6460; }

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

This text font color is #8B6460.


Background Color

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

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

This div background color is #8B6460.


Border color

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

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

This div border color is #8B6460.


Opacity

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

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

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

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

This text has shadow with #8B6460 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B6460 on black background.


Color preview on white background

This text has color #8B6460 on white background.



Black color preview on #8B6460 background

This text has black color on #8B6460 background.


White color preview on #8B6460 background

This text has white color on #8B6460 background.