COLOR #8F0D4D

HEX: #8F0D4D
RGB: (143,13,77)

Color info

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

RGB color model

#8F0D4D color RGB value is (143,13,77).

  • red value is 143;
  • green value is 13;
  • blue value is 77.
RGB:
(143,13,77)
(56%,5%,30%)

RGB channels and saturation

R 143 of 255 = 56%
G 13 of 255 = 5%
B 77 of 255 = 30%

143
13
77

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

Portions of RGB colors in percentages

R + G + B =
143 + 13 + 77 = 233 (100%)
R 143 of 233 ~ 61.37%
G 13 of 233 ~ 5.58%
B 77 of 233 ~ 33.05%

%61.37
%33.05

CMYK color model

#8F0D4D color CMYK value is (0,91,46,44).

  • cyan value is 0.00%
  • magenta value is 90.91%
  • yellow value is 46.15%
  • key color value is 43.92%
CMYK:
(0,91,46,44)
C0M91Y46K44 
(0%,91%,46%,44%)
(0.00/0.91/0.46/0.44)	

CMYK percentages

%0
%90.91
%46.15
%43.92

Codes

Color #8F0D4D in popluar color models

8F0D4D
RGB1431377
HSL330°83.33%30.59%
HSB/HSV330°90.91%56.08%
CMYK0.00%90.91%46.15%
43.92%

Color #8F0D4D in popluar number systems.

HEX8F0D4D
Decimal1431377
Binary1000111111011001101
Octal21715115

Shades and tints

Shades of #8F0D4D

#8F0D4D
(143,13,77)
#820C46
(130,12,70)
#750B3F
(117,11,63)
#680A38
(104,10,56)
#5B0931
(91,9,49)
#4E082A
(78,8,42)
#410723
(65,7,35)
#34061C
(52,6,28)
#270515
(39,5,21)
#1A040E
(26,4,14)
#0D0307
(13,3,7)
#000000
(0,0,0)

Tints of #8F0D4D

#8F0D4D
(143,13,77)
#99235D
(153,35,93)
#A3396D
(163,57,109)
#AD4F7D
(173,79,125)
#B7658D
(183,101,141)
#C17B9D
(193,123,157)
#CB91AD
(203,145,173)
#D5A7BD
(213,167,189)
#DFBDCD
(223,189,205)
#E9D3DD
(233,211,221)
#F3E9ED
(243,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F0D4D color. Also use rgb(143,13,77) instead hex code.

Text Font Color

.myTextColor { color: #8F0D4D; }

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

This text font color is #8F0D4D.


Background Color

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

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

This div background color is #8F0D4D.


Border color

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

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

This div border color is #8F0D4D.


Opacity

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

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

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

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

This text has shadow with #8F0D4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F0D4D on black background.


Color preview on white background

This text has color #8F0D4D on white background.



Black color preview on #8F0D4D background

This text has black color on #8F0D4D background.


White color preview on #8F0D4D background

This text has white color on #8F0D4D background.