COLOR #8B2049

HEX: #8B2049
RGB: (139,32,73)

Color info

#8B2049 contains mainly red color. Web safe color of #8B2049 is #993333 (or #933).

RGB color model

#8B2049 color RGB value is (139,32,73).

  • red value is 139;
  • green value is 32;
  • blue value is 73.
RGB:
(139,32,73)
(55%,13%,29%)

RGB channels and saturation

R 139 of 255 = 55%
G 32 of 255 = 13%
B 73 of 255 = 29%

139
32
73

R + G + B ~ 32%. #8B2049 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
139 + 32 + 73 = 244 (100%)
R 139 of 244 ~ 56.97%
G 32 of 244 ~ 13.11%
B 73 of 244 ~ 29.92%

%56.97
%13.11
%29.92

CMYK color model

#8B2049 color CMYK value is (0,77,47,45).

  • cyan value is 0.00%
  • magenta value is 76.98%
  • yellow value is 47.48%
  • key color value is 45.49%
CMYK:
(0,77,47,45)
C0M77Y47K45 
(0%,77%,47%,45%)
(0.00/0.77/0.47/0.45)	

CMYK percentages

%0
%76.98
%47.48
%45.49

Codes

Color #8B2049 in popluar color models

8B2049
RGB1393273
HSL337°62.57%33.53%
HSB/HSV337°76.98%54.51%
CMYK0.00%76.98%47.48%
45.49%

Color #8B2049 in popluar number systems.

HEX8B2049
Decimal1393273
Binary100010111000001001001
Octal21340111

Shades and tints

Shades of #8B2049

#8B2049
(139,32,73)
#7F1E43
(127,30,67)
#731C3D
(115,28,61)
#671A37
(103,26,55)
#5B1831
(91,24,49)
#4F162B
(79,22,43)
#431425
(67,20,37)
#37121F
(55,18,31)
#2B1019
(43,16,25)
#1F0E13
(31,14,19)
#130C0D
(19,12,13)
#000000
(0,0,0)

Tints of #8B2049

#8B2049
(139,32,73)
#953459
(149,52,89)
#9F4869
(159,72,105)
#A95C79
(169,92,121)
#B37089
(179,112,137)
#BD8499
(189,132,153)
#C798A9
(199,152,169)
#D1ACB9
(209,172,185)
#DBC0C9
(219,192,201)
#E5D4D9
(229,212,217)
#EFE8E9
(239,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B2049 color. Also use rgb(139,32,73) instead hex code.

Text Font Color

.myTextColor { color: #8B2049; }

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

This text font color is #8B2049.


Background Color

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

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

This div background color is #8B2049.


Border color

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

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

This div border color is #8B2049.


Opacity

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

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

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

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

This text has shadow with #8B2049 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B2049 on black background.


Color preview on white background

This text has color #8B2049 on white background.



Black color preview on #8B2049 background

This text has black color on #8B2049 background.


White color preview on #8B2049 background

This text has white color on #8B2049 background.