COLOR #8D013F

HEX: #8D013F
RGB: (141,1,63)

Color info

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

RGB color model

#8D013F color RGB value is (141,1,63).

  • red value is 141;
  • green value is 1;
  • blue value is 63.
RGB:
(141,1,63)
(55%,0%,25%)

RGB channels and saturation

R 141 of 255 = 55%
G 1 of 255 = 0%
B 63 of 255 = 25%

141
1
63

R + G + B ~ 27%. #8D013F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
141 + 1 + 63 = 205 (100%)
R 141 of 205 ~ 68.78%
G 1 of 205 ~ 0.49%
B 63 of 205 ~ 30.73%

%68.78
%30.73

CMYK color model

#8D013F color CMYK value is (0,99,55,45).

  • cyan value is 0.00%
  • magenta value is 99.29%
  • yellow value is 55.32%
  • key color value is 44.71%
CMYK:
(0,99,55,45)
C0M99Y55K45 
(0%,99%,55%,45%)
(0.00/0.99/0.55/0.45)	

CMYK percentages

%0
%99.29
%55.32
%44.71

Codes

Color #8D013F in popluar color models

8D013F
RGB141163
HSL333°98.59%27.84%
HSB/HSV333°99.29%55.29%
CMYK0.00%99.29%55.32%
44.71%

Color #8D013F in popluar number systems.

HEX8D013F
Decimal141163
Binary100011011111111
Octal215177

Shades and tints

Shades of #8D013F

#8D013F
(141,1,63)
#81013A
(129,1,58)
#750135
(117,1,53)
#690130
(105,1,48)
#5D012B
(93,1,43)
#510126
(81,1,38)
#450121
(69,1,33)
#39011C
(57,1,28)
#2D0117
(45,1,23)
#210112
(33,1,18)
#15010D
(21,1,13)
#000000
(0,0,0)

Tints of #8D013F

#8D013F
(141,1,63)
#971850
(151,24,80)
#A12F61
(161,47,97)
#AB4672
(171,70,114)
#B55D83
(181,93,131)
#BF7494
(191,116,148)
#C98BA5
(201,139,165)
#D3A2B6
(211,162,182)
#DDB9C7
(221,185,199)
#E7D0D8
(231,208,216)
#F1E7E9
(241,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D013F color. Also use rgb(141,1,63) instead hex code.

Text Font Color

.myTextColor { color: #8D013F; }

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

This text font color is #8D013F.


Background Color

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

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

This div background color is #8D013F.


Border color

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

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

This div border color is #8D013F.


Opacity

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

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

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

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

This text has shadow with #8D013F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D013F on black background.


Color preview on white background

This text has color #8D013F on white background.



Black color preview on #8D013F background

This text has black color on #8D013F background.


White color preview on #8D013F background

This text has white color on #8D013F background.