COLOR #8D0749

HEX: #8D0749
RGB: (141,7,73)

Color info

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

RGB color model

#8D0749 color RGB value is (141,7,73).

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

RGB channels and saturation

R 141 of 255 = 55%
G 7 of 255 = 3%
B 73 of 255 = 29%

141
7
73

R + G + B ~ 29%. #8D0749 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
141 + 7 + 73 = 221 (100%)
R 141 of 221 ~ 63.8%
G 7 of 221 ~ 3.17%
B 73 of 221 ~ 33.03%

%63.8
%33.03

CMYK color model

#8D0749 color CMYK value is (0,95,48,45).

  • cyan value is 0.00%
  • magenta value is 95.04%
  • yellow value is 48.23%
  • key color value is 44.71%
CMYK:
(0,95,48,45)
C0M95Y48K45 
(0%,95%,48%,45%)
(0.00/0.95/0.48/0.45)	

CMYK percentages

%0
%95.04
%48.23
%44.71

Codes

Color #8D0749 in popluar color models

8D0749
RGB141773
HSL330°90.54%29.02%
HSB/HSV330°95.04%55.29%
CMYK0.00%95.04%48.23%
44.71%

Color #8D0749 in popluar number systems.

HEX8D0749
Decimal141773
Binary100011011111001001
Octal2157111

Shades and tints

Shades of #8D0749

#8D0749
(141,7,73)
#810743
(129,7,67)
#75073D
(117,7,61)
#690737
(105,7,55)
#5D0731
(93,7,49)
#51072B
(81,7,43)
#450725
(69,7,37)
#39071F
(57,7,31)
#2D0719
(45,7,25)
#210713
(33,7,19)
#15070D
(21,7,13)
#000000
(0,0,0)

Tints of #8D0749

#8D0749
(141,7,73)
#971D59
(151,29,89)
#A13369
(161,51,105)
#AB4979
(171,73,121)
#B55F89
(181,95,137)
#BF7599
(191,117,153)
#C98BA9
(201,139,169)
#D3A1B9
(211,161,185)
#DDB7C9
(221,183,201)
#E7CDD9
(231,205,217)
#F1E3E9
(241,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D0749; }

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

This text font color is #8D0749.


Background Color

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

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

This div background color is #8D0749.


Border color

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

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

This div border color is #8D0749.


Opacity

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

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

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

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

This text has shadow with #8D0749 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D0749 on black background.


Color preview on white background

This text has color #8D0749 on white background.



Black color preview on #8D0749 background

This text has black color on #8D0749 background.


White color preview on #8D0749 background

This text has white color on #8D0749 background.