COLOR #8B5371

HEX: #8B5371 RGB: (139,83,113)

Color info

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

RGB color model

#8B5371 color RGB value is (139,83,113).

RGB: (139,83,113) (55%, 33%, 44%)

RGB channels and saturation

R 139 of 255 = 55%
G 83 of 255 = 33%
B 113 of 255 = 44%

139
83
113

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

Portions of RGB colors in percentages

R + G + B = 139 + 83 + 113 = 335 (100%)
R 139 of 335 ~ 41.49%
G 83 of 335 ~ 24.78%
B 113 of 335 ~ 33.73'%

%41.49
%24.78
%33.73

CMYK color model

#8B5371 color CMYK value is (0,40,19,45).

  • cyan value is 0.00%
  • magenta value is 40.29%
  • yellow value is 18.71%
  • key color value is 45.49%

CMYK: (0,40,19,45)
C0M40Y19K45 (0%, 40%, 19%, 45%)
(0.00 / 0.40 / 0.19 / 0.45)

CMYK percentages

%0
%40.29
%18.71
%45.49

Codes

Color #8B5371 in popluar color models

8B 53 71
RGB 139 83 113
HSL 328° 25.23% 43.53%
HSB/HSV 328° 40.29% 54.51%
CMYK 0.00% 40.29% 18.71%
45.49%

Color #8B5371 in popluar number systems.

HEX 8B 53 71
Decimal 139 83 113
Binary 10001011 1010011 1110001
Octal 213 123 161

Shades and tints

Shades of #8B5371

#8B5371
(139,83,113)
#7F4C67
(127,76,103)
#73455D
(115,69,93)
#673E53
(103,62,83)
#5B3749
(91,55,73)
#4F303F
(79,48,63)
#432935
(67,41,53)
#37222B
(55,34,43)
#2B1B21
(43,27,33)
#1F1417
(31,20,23)
#130D0D
(19,13,13)
#000000
(0,0,0)

Tints of #8B5371

#8B5371
(139,83,113)
#95627D
(149,98,125)
#9F7189
(159,113,137)
#A98095
(169,128,149)
#B38FA1
(179,143,161)
#BD9EAD
(189,158,173)
#C7ADB9
(199,173,185)
#D1BCC5
(209,188,197)
#DBCBD1
(219,203,209)
#E5DADD
(229,218,221)
#EFE9E9
(239,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B5371; }

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

This text font color is #8B5371.

Background Color

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

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

This div background color is #8B5371.

Border color

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

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

This div border color is #8B5371.

Opacity

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

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

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

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

This text has shadow with #8B5371 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B5371.

Preview

Color preview on black background

This text has color #8B5371 on black background.


Color preview on white background

This text has color #8B5371 on white background.


Black color preview on #8B5371 background

This text has black color on #8B5371 background.


White color preview on #8B5371 background

This text has white color on #8B5371 background.


Related colors

Complementary color

Complementary color for #hex is #74AC8E.


I love getcolorcode.com

Triadic colors

1 #718B53 and #53718B with #8B5371 are triadic colors.

2 #71538B and #538B71 with #8B5371 are triadic colors.