COLOR #8F124A

HEX: #8F124A
RGB: (143,18,74)

Color info

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

RGB color model

#8F124A color RGB value is (143,18,74).

  • red value is 143;
  • green value is 18;
  • blue value is 74.
RGB:
(143,18,74)
(56%,7%,29%)

RGB channels and saturation

R 143 of 255 = 56%
G 18 of 255 = 7%
B 74 of 255 = 29%

143
18
74

R + G + B ~ 31%. #8F124A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
143 + 18 + 74 = 235 (100%)
R 143 of 235 ~ 60.85%
G 18 of 235 ~ 7.66%
B 74 of 235 ~ 31.49%

%60.85
%31.49

CMYK color model

#8F124A color CMYK value is (0,87,48,44).

  • cyan value is 0.00%
  • magenta value is 87.41%
  • yellow value is 48.25%
  • key color value is 43.92%
CMYK:
(0,87,48,44)
C0M87Y48K44 
(0%,87%,48%,44%)
(0.00/0.87/0.48/0.44)	

CMYK percentages

%0
%87.41
%48.25
%43.92

Codes

Color #8F124A in popluar color models

8F124A
RGB1431874
HSL333°77.64%31.57%
HSB/HSV333°87.41%56.08%
CMYK0.00%87.41%48.25%
43.92%

Color #8F124A in popluar number systems.

HEX8F124A
Decimal1431874
Binary10001111100101001010
Octal21722112

Shades and tints

Shades of #8F124A

#8F124A
(143,18,74)
#821144
(130,17,68)
#75103E
(117,16,62)
#680F38
(104,15,56)
#5B0E32
(91,14,50)
#4E0D2C
(78,13,44)
#410C26
(65,12,38)
#340B20
(52,11,32)
#270A1A
(39,10,26)
#1A0914
(26,9,20)
#0D080E
(13,8,14)
#000000
(0,0,0)

Tints of #8F124A

#8F124A
(143,18,74)
#99275A
(153,39,90)
#A33C6A
(163,60,106)
#AD517A
(173,81,122)
#B7668A
(183,102,138)
#C17B9A
(193,123,154)
#CB90AA
(203,144,170)
#D5A5BA
(213,165,186)
#DFBACA
(223,186,202)
#E9CFDA
(233,207,218)
#F3E4EA
(243,228,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F124A color. Also use rgb(143,18,74) instead hex code.

Text Font Color

.myTextColor { color: #8F124A; }

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

This text font color is #8F124A.


Background Color

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

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

This div background color is #8F124A.


Border color

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

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

This div border color is #8F124A.


Opacity

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

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

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

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

This text has shadow with #8F124A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F124A on black background.


Color preview on white background

This text has color #8F124A on white background.



Black color preview on #8F124A background

This text has black color on #8F124A background.


White color preview on #8F124A background

This text has white color on #8F124A background.