COLOR #8F071D

HEX: #8F071D RGB: (143,7,29)

Color info

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

RGB color model

#8F071D color RGB value is (143,7,29).

RGB: (143,7,29) (56%, 3%, 11%)

RGB channels and saturation

R 143 of 255 = 56%
G 7 of 255 = 3%
B 29 of 255 = 11%

143
7
29

R + G + B ~ 23%. #8F071D is dark color.

Portions of RGB colors in percentages

R + G + B = 143 + 7 + 29 = 179 (100%)
R 143 of 179 ~ 79.89%
G 7 of 179 ~ 3.91%
B 29 of 179 ~ 16.2'%

%79.89
%16.2

CMYK color model

#8F071D color CMYK value is (0,95,80,44).

  • cyan value is 0.00%
  • magenta value is 95.10%
  • yellow value is 79.72%
  • key color value is 43.92%
CMYK: (0,95,80,44) C0M95Y80K44 (0%,95%,80%,44%) (0.00/0.95/0.80/0.44) 

CMYK percentages

%0
%95.1
%79.72
%43.92

Codes

Color #8F071D in popluar color models

8F 07 1D
RGB 143 7 29
HSL 350° 90.67% 29.41%
HSB/HSV 350° 95.10% 56.08%
CMYK 0.00% 95.10% 79.72%
43.92%

Color #8F071D in popluar number systems.

HEX 8F 07 1D
Decimal 143 7 29
Binary 10001111 111 11101
Octal 217 7 35

Shades and tints

Shades of #8F071D

#8F071D
(143,7,29)
#82071B
(130,7,27)
#750719
(117,7,25)
#680717
(104,7,23)
#5B0715
(91,7,21)
#4E0713
(78,7,19)
#410711
(65,7,17)
#34070F
(52,7,15)
#27070D
(39,7,13)
#1A070B
(26,7,11)
#0D0709
(13,7,9)
#000000
(0,0,0)

Tints of #8F071D

#8F071D
(143,7,29)
#991D31
(153,29,49)
#A33345
(163,51,69)
#AD4959
(173,73,89)
#B75F6D
(183,95,109)
#C17581
(193,117,129)
#CB8B95
(203,139,149)
#D5A1A9
(213,161,169)
#DFB7BD
(223,183,189)
#E9CDD1
(233,205,209)
#F3E3E5
(243,227,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F071D color. Also use rgb(143,7,29) instead hex code.

Text Font Color

.myTextColor { color: #8F071D; }

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

This text font color is #8F071D.

Background Color

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

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

This div background color is #8F071D.

Border color

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

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

This div border color is #8F071D.

Opacity

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

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

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

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

This text has shadow with #8F071D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8F071D.

Preview

Color preview on black background

This text has color #8F071D on black background.


Color preview on white background

This text has color #8F071D on white background.


Black color preview on #8F071D background

This text has black color on #8F071D background.


White color preview on #8F071D background

This text has white color on #8F071D background.


Related colors

Complementary color

Complementary color for #hex is #70F8E2.


I love getcolorcode.com

Triadic colors

1 #1D8F07 and #071D8F with #8F071D are triadic colors.

2 #1D078F and #078F1D with #8F071D are triadic colors.