COLOR #8D0C49

HEX: #8D0C49
RGB: (141,12,73)

Color info

#8D0C49 contains mainly red color. Web safe color of #8D0C49 is #990033 (or #903).

RGB color model

#8D0C49 color RGB value is (141,12,73).

  • red value is 141;
  • green value is 12;
  • blue value is 73.
RGB:
(141,12,73)
(55%,5%,29%)

RGB channels and saturation

R 141 of 255 = 55%
G 12 of 255 = 5%
B 73 of 255 = 29%

141
12
73

R + G + B ~ 30%. #8D0C49 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
141 + 12 + 73 = 226 (100%)
R 141 of 226 ~ 62.39%
G 12 of 226 ~ 5.31%
B 73 of 226 ~ 32.3%

%62.39
%32.3

CMYK color model

#8D0C49 color CMYK value is (0,91,48,45).

  • cyan value is 0.00%
  • magenta value is 91.49%
  • yellow value is 48.23%
  • key color value is 44.71%
CMYK:
(0,91,48,45)
C0M91Y48K45 
(0%,91%,48%,45%)
(0.00/0.91/0.48/0.45)	

CMYK percentages

%0
%91.49
%48.23
%44.71

Codes

Color #8D0C49 in popluar color models

8D0C49
RGB1411273
HSL332°84.31%30.00%
HSB/HSV332°91.49%55.29%
CMYK0.00%91.49%48.23%
44.71%

Color #8D0C49 in popluar number systems.

HEX8D0C49
Decimal1411273
Binary1000110111001001001
Octal21514111

Shades and tints

Shades of #8D0C49

#8D0C49
(141,12,73)
#810B43
(129,11,67)
#750A3D
(117,10,61)
#690937
(105,9,55)
#5D0831
(93,8,49)
#51072B
(81,7,43)
#450625
(69,6,37)
#39051F
(57,5,31)
#2D0419
(45,4,25)
#210313
(33,3,19)
#15020D
(21,2,13)
#000000
(0,0,0)

Tints of #8D0C49

#8D0C49
(141,12,73)
#972259
(151,34,89)
#A13869
(161,56,105)
#AB4E79
(171,78,121)
#B56489
(181,100,137)
#BF7A99
(191,122,153)
#C990A9
(201,144,169)
#D3A6B9
(211,166,185)
#DDBCC9
(221,188,201)
#E7D2D9
(231,210,217)
#F1E8E9
(241,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D0C49 color. Also use rgb(141,12,73) instead hex code.

Text Font Color

.myTextColor { color: #8D0C49; }

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

This text font color is #8D0C49.


Background Color

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

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

This div background color is #8D0C49.


Border color

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

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

This div border color is #8D0C49.


Opacity

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

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

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

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

This text has shadow with #8D0C49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D0C49 on black background.


Color preview on white background

This text has color #8D0C49 on white background.



Black color preview on #8D0C49 background

This text has black color on #8D0C49 background.


White color preview on #8D0C49 background

This text has white color on #8D0C49 background.