COLOR #8B2371

HEX: #8B2371
RGB: (139,35,113)

Color info

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

RGB color model

#8B2371 color RGB value is (139,35,113).

  • red value is 139;
  • green value is 35;
  • blue value is 113.
RGB:
(139,35,113)
(55%,14%,44%)

RGB channels and saturation

R 139 of 255 = 55%
G 35 of 255 = 14%
B 113 of 255 = 44%

139
35
113

R + G + B ~ 38%. #8B2371 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
139 + 35 + 113 = 287 (100%)
R 139 of 287 ~ 48.43%
G 35 of 287 ~ 12.2%
B 113 of 287 ~ 39.37%

%48.43
%12.2
%39.37

CMYK color model

#8B2371 color CMYK value is (0,75,19,45).

  • cyan value is 0.00%
  • magenta value is 74.82%
  • yellow value is 18.71%
  • key color value is 45.49%
CMYK:
(0,75,19,45)
C0M75Y19K45 
(0%,75%,19%,45%)
(0.00/0.75/0.19/0.45)	

CMYK percentages

%0
%74.82
%18.71
%45.49

Codes

Color #8B2371 in popluar color models

8B2371
RGB13935113
HSL315°59.77%34.12%
HSB/HSV315°74.82%54.51%
CMYK0.00%74.82%18.71%
45.49%

Color #8B2371 in popluar number systems.

HEX8B2371
Decimal13935113
Binary100010111000111110001
Octal21343161

Shades and tints

Shades of #8B2371

#8B2371
(139,35,113)
#7F2067
(127,32,103)
#731D5D
(115,29,93)
#671A53
(103,26,83)
#5B1749
(91,23,73)
#4F143F
(79,20,63)
#431135
(67,17,53)
#370E2B
(55,14,43)
#2B0B21
(43,11,33)
#1F0817
(31,8,23)
#13050D
(19,5,13)
#000000
(0,0,0)

Tints of #8B2371

#8B2371
(139,35,113)
#95377D
(149,55,125)
#9F4B89
(159,75,137)
#A95F95
(169,95,149)
#B373A1
(179,115,161)
#BD87AD
(189,135,173)
#C79BB9
(199,155,185)
#D1AFC5
(209,175,197)
#DBC3D1
(219,195,209)
#E5D7DD
(229,215,221)
#EFEBE9
(239,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B2371; }

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

This text font color is #8B2371.


Background Color

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

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

This div background color is #8B2371.


Border color

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

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

This div border color is #8B2371.


Opacity

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

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

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

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

This text has shadow with #8B2371 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B2371 on black background.


Color preview on white background

This text has color #8B2371 on white background.



Black color preview on #8B2371 background

This text has black color on #8B2371 background.


White color preview on #8B2371 background

This text has white color on #8B2371 background.