COLOR #8F1017

HEX: #8F1017
RGB: (143,16,23)

Color info

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

RGB color model

#8F1017 color RGB value is (143,16,23).

  • red value is 143;
  • green value is 16;
  • blue value is 23.
RGB:
(143,16,23)
(56%,6%,9%)

RGB channels and saturation

R 143 of 255 = 56%
G 16 of 255 = 6%
B 23 of 255 = 9%

143
16
23

R + G + B ~ 24%. #8F1017 is dark color.

Portions of RGB colors in percentages

R + G + B =
143 + 16 + 23 = 182 (100%)
R 143 of 182 ~ 78.57%
G 16 of 182 ~ 8.79%
B 23 of 182 ~ 12.64%

%78.57
%12.64

CMYK color model

#8F1017 color CMYK value is (0,89,84,44).

  • cyan value is 0.00%
  • magenta value is 88.81%
  • yellow value is 83.92%
  • key color value is 43.92%
CMYK:
(0,89,84,44)
C0M89Y84K44 
(0%,89%,84%,44%)
(0.00/0.89/0.84/0.44)	

CMYK percentages

%0
%88.81
%83.92
%43.92

Codes

Color #8F1017 in popluar color models

8F1017
RGB1431623
HSL357°79.87%31.18%
HSB/HSV357°88.81%56.08%
CMYK0.00%88.81%83.92%
43.92%

Color #8F1017 in popluar number systems.

HEX8F1017
Decimal1431623
Binary100011111000010111
Octal2172027

Shades and tints

Shades of #8F1017

#8F1017
(143,16,23)
#820F15
(130,15,21)
#750E13
(117,14,19)
#680D11
(104,13,17)
#5B0C0F
(91,12,15)
#4E0B0D
(78,11,13)
#410A0B
(65,10,11)
#340909
(52,9,9)
#270807
(39,8,7)
#1A0705
(26,7,5)
#0D0603
(13,6,3)
#000000
(0,0,0)

Tints of #8F1017

#8F1017
(143,16,23)
#99252C
(153,37,44)
#A33A41
(163,58,65)
#AD4F56
(173,79,86)
#B7646B
(183,100,107)
#C17980
(193,121,128)
#CB8E95
(203,142,149)
#D5A3AA
(213,163,170)
#DFB8BF
(223,184,191)
#E9CDD4
(233,205,212)
#F3E2E9
(243,226,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F1017 color. Also use rgb(143,16,23) instead hex code.

Text Font Color

.myTextColor { color: #8F1017; }

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

This text font color is #8F1017.


Background Color

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

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

This div background color is #8F1017.


Border color

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

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

This div border color is #8F1017.


Opacity

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

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

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

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

This text has shadow with #8F1017 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F1017 on black background.


Color preview on white background

This text has color #8F1017 on white background.



Black color preview on #8F1017 background

This text has black color on #8F1017 background.


White color preview on #8F1017 background

This text has white color on #8F1017 background.