COLOR #8B5072

HEX: #8B5072
RGB: (139,80,114)

Color info

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

RGB color model

#8B5072 color RGB value is (139,80,114).

  • red value is 139;
  • green value is 80;
  • blue value is 114.
RGB:
(139,80,114)
(55%,31%,45%)

RGB channels and saturation

R 139 of 255 = 55%
G 80 of 255 = 31%
B 114 of 255 = 45%

139
80
114

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

Portions of RGB colors in percentages

R + G + B =
139 + 80 + 114 = 333 (100%)
R 139 of 333 ~ 41.74%
G 80 of 333 ~ 24.02%
B 114 of 333 ~ 34.23%

%41.74
%24.02
%34.23

CMYK color model

#8B5072 color CMYK value is (0,42,18,45).

  • cyan value is 0.00%
  • magenta value is 42.45%
  • yellow value is 17.99%
  • key color value is 45.49%
CMYK:
(0,42,18,45)
C0M42Y18K45 
(0%,42%,18%,45%)
(0.00/0.42/0.18/0.45)	

CMYK percentages

%0
%42.45
%17.99
%45.49

Codes

Color #8B5072 in popluar color models

8B5072
RGB13980114
HSL325°26.94%42.94%
HSB/HSV325°42.45%54.51%
CMYK0.00%42.45%17.99%
45.49%

Color #8B5072 in popluar number systems.

HEX8B5072
Decimal13980114
Binary1000101110100001110010
Octal213120162

Shades and tints

Shades of #8B5072

#8B5072
(139,80,114)
#7F4968
(127,73,104)
#73425E
(115,66,94)
#673B54
(103,59,84)
#5B344A
(91,52,74)
#4F2D40
(79,45,64)
#432636
(67,38,54)
#371F2C
(55,31,44)
#2B1822
(43,24,34)
#1F1118
(31,17,24)
#130A0E
(19,10,14)
#000000
(0,0,0)

Tints of #8B5072

#8B5072
(139,80,114)
#955F7E
(149,95,126)
#9F6E8A
(159,110,138)
#A97D96
(169,125,150)
#B38CA2
(179,140,162)
#BD9BAE
(189,155,174)
#C7AABA
(199,170,186)
#D1B9C6
(209,185,198)
#DBC8D2
(219,200,210)
#E5D7DE
(229,215,222)
#EFE6EA
(239,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B5072 color. Also use rgb(139,80,114) instead hex code.

Text Font Color

.myTextColor { color: #8B5072; }

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

This text font color is #8B5072.


Background Color

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

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

This div background color is #8B5072.


Border color

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

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

This div border color is #8B5072.


Opacity

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

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

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

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

This text has shadow with #8B5072 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B5072 on black background.


Color preview on white background

This text has color #8B5072 on white background.



Black color preview on #8B5072 background

This text has black color on #8B5072 background.


White color preview on #8B5072 background

This text has white color on #8B5072 background.