COLOR #8B2E57

HEX: #8B2E57
RGB: (139,46,87)

Color info

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

RGB color model

#8B2E57 color RGB value is (139,46,87).

  • red value is 139;
  • green value is 46;
  • blue value is 87.
RGB:
(139,46,87)
(55%,18%,34%)

RGB channels and saturation

R 139 of 255 = 55%
G 46 of 255 = 18%
B 87 of 255 = 34%

139
46
87

R + G + B ~ 36%. #8B2E57 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
139 + 46 + 87 = 272 (100%)
R 139 of 272 ~ 51.1%
G 46 of 272 ~ 16.91%
B 87 of 272 ~ 31.99%

%51.1
%16.91
%31.99

CMYK color model

#8B2E57 color CMYK value is (0,67,37,45).

  • cyan value is 0.00%
  • magenta value is 66.91%
  • yellow value is 37.41%
  • key color value is 45.49%
CMYK:
(0,67,37,45)
C0M67Y37K45 
(0%,67%,37%,45%)
(0.00/0.67/0.37/0.45)	

CMYK percentages

%0
%66.91
%37.41
%45.49

Codes

Color #8B2E57 in popluar color models

8B2E57
RGB1394687
HSL334°50.27%36.27%
HSB/HSV334°66.91%54.51%
CMYK0.00%66.91%37.41%
45.49%

Color #8B2E57 in popluar number systems.

HEX8B2E57
Decimal1394687
Binary100010111011101010111
Octal21356127

Shades and tints

Shades of #8B2E57

#8B2E57
(139,46,87)
#7F2A50
(127,42,80)
#732649
(115,38,73)
#672242
(103,34,66)
#5B1E3B
(91,30,59)
#4F1A34
(79,26,52)
#43162D
(67,22,45)
#371226
(55,18,38)
#2B0E1F
(43,14,31)
#1F0A18
(31,10,24)
#130611
(19,6,17)
#000000
(0,0,0)

Tints of #8B2E57

#8B2E57
(139,46,87)
#954166
(149,65,102)
#9F5475
(159,84,117)
#A96784
(169,103,132)
#B37A93
(179,122,147)
#BD8DA2
(189,141,162)
#C7A0B1
(199,160,177)
#D1B3C0
(209,179,192)
#DBC6CF
(219,198,207)
#E5D9DE
(229,217,222)
#EFECED
(239,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B2E57 color. Also use rgb(139,46,87) instead hex code.

Text Font Color

.myTextColor { color: #8B2E57; }

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

This text font color is #8B2E57.


Background Color

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

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

This div background color is #8B2E57.


Border color

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

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

This div border color is #8B2E57.


Opacity

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

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

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

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

This text has shadow with #8B2E57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B2E57 on black background.


Color preview on white background

This text has color #8B2E57 on white background.



Black color preview on #8B2E57 background

This text has black color on #8B2E57 background.


White color preview on #8B2E57 background

This text has white color on #8B2E57 background.