COLOR #8B4260

HEX: #8B4260
RGB: (139,66,96)

Color info

#8B4260 contains mainly red and blue colors. Web safe color of #8B4260 is #993366 (or #936).

RGB color model

#8B4260 color RGB value is (139,66,96).

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

RGB channels and saturation

R 139 of 255 = 55%
G 66 of 255 = 26%
B 96 of 255 = 38%

139
66
96

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

Portions of RGB colors in percentages

R + G + B =
139 + 66 + 96 = 301 (100%)
R 139 of 301 ~ 46.18%
G 66 of 301 ~ 21.93%
B 96 of 301 ~ 31.89%

%46.18
%21.93
%31.89

CMYK color model

#8B4260 color CMYK value is (0,53,31,45).

  • cyan value is 0.00%
  • magenta value is 52.52%
  • yellow value is 30.94%
  • key color value is 45.49%
CMYK:
(0,53,31,45)
C0M53Y31K45 
(0%,53%,31%,45%)
(0.00/0.53/0.31/0.45)	

CMYK percentages

%0
%52.52
%30.94
%45.49

Codes

Color #8B4260 in popluar color models

8B4260
RGB1396696
HSL335°35.61%40.20%
HSB/HSV335°52.52%54.51%
CMYK0.00%52.52%30.94%
45.49%

Color #8B4260 in popluar number systems.

HEX8B4260
Decimal1396696
Binary1000101110000101100000
Octal213102140

Shades and tints

Shades of #8B4260

#8B4260
(139,66,96)
#7F3C58
(127,60,88)
#733650
(115,54,80)
#673048
(103,48,72)
#5B2A40
(91,42,64)
#4F2438
(79,36,56)
#431E30
(67,30,48)
#371828
(55,24,40)
#2B1220
(43,18,32)
#1F0C18
(31,12,24)
#130610
(19,6,16)
#000000
(0,0,0)

Tints of #8B4260

#8B4260
(139,66,96)
#95536E
(149,83,110)
#9F647C
(159,100,124)
#A9758A
(169,117,138)
#B38698
(179,134,152)
#BD97A6
(189,151,166)
#C7A8B4
(199,168,180)
#D1B9C2
(209,185,194)
#DBCAD0
(219,202,208)
#E5DBDE
(229,219,222)
#EFECEC
(239,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B4260; }

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

This text font color is #8B4260.


Background Color

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

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

This div background color is #8B4260.


Border color

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

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

This div border color is #8B4260.


Opacity

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

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

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

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

This text has shadow with #8B4260 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B4260 on black background.


Color preview on white background

This text has color #8B4260 on white background.



Black color preview on #8B4260 background

This text has black color on #8B4260 background.


White color preview on #8B4260 background

This text has white color on #8B4260 background.