COLOR #8F0A04

HEX: #8F0A04
RGB: (143,10,4)

Color info

#8F0A04 contains mainly red color. Web safe color of #8F0A04 is #990000 (or #900).

RGB color model

#8F0A04 color RGB value is (143,10,4).

  • red value is 143;
  • green value is 10;
  • blue value is 4.
RGB:
(143,10,4)
(56%,4%,2%)

RGB channels and saturation

R 143 of 255 = 56%
G 10 of 255 = 4%
B 4 of 255 = 2%

143
10
4

R + G + B ~ 21%. #8F0A04 is dark color.

Portions of RGB colors in percentages

R + G + B =
143 + 10 + 4 = 157 (100%)
R 143 of 157 ~ 91.08%
G 10 of 157 ~ 6.37%
B 4 of 157 ~ 2.55%

%91.08

CMYK color model

#8F0A04 color CMYK value is (0,93,97,44).

  • cyan value is 0.00%
  • magenta value is 93.01%
  • yellow value is 97.20%
  • key color value is 43.92%
CMYK:
(0,93,97,44)
C0M93Y97K44 
(0%,93%,97%,44%)
(0.00/0.93/0.97/0.44)	

CMYK percentages

%0
%93.01
%97.2
%43.92

Codes

Color #8F0A04 in popluar color models

8F0A04
RGB143104
HSL94.56%28.82%
HSB/HSV97.20%56.08%
CMYK0.00%93.01%97.20%
43.92%

Color #8F0A04 in popluar number systems.

HEX8F0A04
Decimal143104
Binary100011111010100
Octal217124

Shades and tints

Shades of #8F0A04

#8F0A04
(143,10,4)
#820A04
(130,10,4)
#750A04
(117,10,4)
#680A04
(104,10,4)
#5B0A04
(91,10,4)
#4E0A04
(78,10,4)
#410A04
(65,10,4)
#340A04
(52,10,4)
#270A04
(39,10,4)
#1A0A04
(26,10,4)
#0D0A04
(13,10,4)
#000000
(0,0,0)

Tints of #8F0A04

#8F0A04
(143,10,4)
#99201A
(153,32,26)
#A33630
(163,54,48)
#AD4C46
(173,76,70)
#B7625C
(183,98,92)
#C17872
(193,120,114)
#CB8E88
(203,142,136)
#D5A49E
(213,164,158)
#DFBAB4
(223,186,180)
#E9D0CA
(233,208,202)
#F3E6E0
(243,230,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F0A04 color. Also use rgb(143,10,4) instead hex code.

Text Font Color

.myTextColor { color: #8F0A04; }

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

This text font color is #8F0A04.


Background Color

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

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

This div background color is #8F0A04.


Border color

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

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

This div border color is #8F0A04.


Opacity

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

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

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

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

This text has shadow with #8F0A04 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F0A04 on black background.


Color preview on white background

This text has color #8F0A04 on white background.



Black color preview on #8F0A04 background

This text has black color on #8F0A04 background.


White color preview on #8F0A04 background

This text has white color on #8F0A04 background.