COLOR #8B5373

HEX: #8B5373
RGB: (139,83,115)

Color info

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

RGB color model

#8B5373 color RGB value is (139,83,115).

  • red value is 139;
  • green value is 83;
  • blue value is 115.
RGB:
(139,83,115)
(55%,33%,45%)

RGB channels and saturation

R 139 of 255 = 55%
G 83 of 255 = 33%
B 115 of 255 = 45%

139
83
115

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

Portions of RGB colors in percentages

R + G + B =
139 + 83 + 115 = 337 (100%)
R 139 of 337 ~ 41.25%
G 83 of 337 ~ 24.63%
B 115 of 337 ~ 34.12%

%41.25
%24.63
%34.12

CMYK color model

#8B5373 color CMYK value is (0,40,17,45).

  • cyan value is 0.00%
  • magenta value is 40.29%
  • yellow value is 17.27%
  • key color value is 45.49%
CMYK:
(0,40,17,45)
C0M40Y17K45 
(0%,40%,17%,45%)
(0.00/0.40/0.17/0.45)	

CMYK percentages

%0
%40.29
%17.27
%45.49

Codes

Color #8B5373 in popluar color models

8B5373
RGB13983115
HSL326°25.23%43.53%
HSB/HSV326°40.29%54.51%
CMYK0.00%40.29%17.27%
45.49%

Color #8B5373 in popluar number systems.

HEX8B5373
Decimal13983115
Binary1000101110100111110011
Octal213123163

Shades and tints

Shades of #8B5373

#8B5373
(139,83,115)
#7F4C69
(127,76,105)
#73455F
(115,69,95)
#673E55
(103,62,85)
#5B374B
(91,55,75)
#4F3041
(79,48,65)
#432937
(67,41,55)
#37222D
(55,34,45)
#2B1B23
(43,27,35)
#1F1419
(31,20,25)
#130D0F
(19,13,15)
#000000
(0,0,0)

Tints of #8B5373

#8B5373
(139,83,115)
#95627F
(149,98,127)
#9F718B
(159,113,139)
#A98097
(169,128,151)
#B38FA3
(179,143,163)
#BD9EAF
(189,158,175)
#C7ADBB
(199,173,187)
#D1BCC7
(209,188,199)
#DBCBD3
(219,203,211)
#E5DADF
(229,218,223)
#EFE9EB
(239,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B5373 color. Also use rgb(139,83,115) instead hex code.

Text Font Color

.myTextColor { color: #8B5373; }

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

This text font color is #8B5373.


Background Color

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

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

This div background color is #8B5373.


Border color

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

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

This div border color is #8B5373.


Opacity

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

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

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

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

This text has shadow with #8B5373 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B5373 on black background.


Color preview on white background

This text has color #8B5373 on white background.



Black color preview on #8B5373 background

This text has black color on #8B5373 background.


White color preview on #8B5373 background

This text has white color on #8B5373 background.