COLOR #8B2F5E

HEX: #8B2F5E
RGB: (139,47,94)

Color info

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

RGB color model

#8B2F5E color RGB value is (139,47,94).

  • red value is 139;
  • green value is 47;
  • blue value is 94.
RGB:
(139,47,94)
(55%,18%,37%)

RGB channels and saturation

R 139 of 255 = 55%
G 47 of 255 = 18%
B 94 of 255 = 37%

139
47
94

R + G + B ~ 37%. #8B2F5E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
139 + 47 + 94 = 280 (100%)
R 139 of 280 ~ 49.64%
G 47 of 280 ~ 16.79%
B 94 of 280 ~ 33.57%

%49.64
%16.79
%33.57

CMYK color model

#8B2F5E color CMYK value is (0,66,32,45).

  • cyan value is 0.00%
  • magenta value is 66.19%
  • yellow value is 32.37%
  • key color value is 45.49%
CMYK:
(0,66,32,45)
C0M66Y32K45 
(0%,66%,32%,45%)
(0.00/0.66/0.32/0.45)	

CMYK percentages

%0
%66.19
%32.37
%45.49

Codes

Color #8B2F5E in popluar color models

8B2F5E
RGB1394794
HSL329°49.46%36.47%
HSB/HSV329°66.19%54.51%
CMYK0.00%66.19%32.37%
45.49%

Color #8B2F5E in popluar number systems.

HEX8B2F5E
Decimal1394794
Binary100010111011111011110
Octal21357136

Shades and tints

Shades of #8B2F5E

#8B2F5E
(139,47,94)
#7F2B56
(127,43,86)
#73274E
(115,39,78)
#672346
(103,35,70)
#5B1F3E
(91,31,62)
#4F1B36
(79,27,54)
#43172E
(67,23,46)
#371326
(55,19,38)
#2B0F1E
(43,15,30)
#1F0B16
(31,11,22)
#13070E
(19,7,14)
#000000
(0,0,0)

Tints of #8B2F5E

#8B2F5E
(139,47,94)
#95416C
(149,65,108)
#9F537A
(159,83,122)
#A96588
(169,101,136)
#B37796
(179,119,150)
#BD89A4
(189,137,164)
#C79BB2
(199,155,178)
#D1ADC0
(209,173,192)
#DBBFCE
(219,191,206)
#E5D1DC
(229,209,220)
#EFE3EA
(239,227,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B2F5E color. Also use rgb(139,47,94) instead hex code.

Text Font Color

.myTextColor { color: #8B2F5E; }

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

This text font color is #8B2F5E.


Background Color

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

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

This div background color is #8B2F5E.


Border color

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

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

This div border color is #8B2F5E.


Opacity

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

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

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

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

This text has shadow with #8B2F5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B2F5E on black background.


Color preview on white background

This text has color #8B2F5E on white background.



Black color preview on #8B2F5E background

This text has black color on #8B2F5E background.


White color preview on #8B2F5E background

This text has white color on #8B2F5E background.