COLOR #8F1508

HEX: #8F1508
RGB: (143,21,8)

Color info

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

RGB color model

#8F1508 color RGB value is (143,21,8).

  • red value is 143;
  • green value is 21;
  • blue value is 8.
RGB:
(143,21,8)
(56%,8%,3%)

RGB channels and saturation

R 143 of 255 = 56%
G 21 of 255 = 8%
B 8 of 255 = 3%

143
21
8

R + G + B ~ 22%. #8F1508 is dark color.

Portions of RGB colors in percentages

R + G + B =
143 + 21 + 8 = 172 (100%)
R 143 of 172 ~ 83.14%
G 21 of 172 ~ 12.21%
B 8 of 172 ~ 4.65%

%83.14
%12.21

CMYK color model

#8F1508 color CMYK value is (0,85,94,44).

  • cyan value is 0.00%
  • magenta value is 85.31%
  • yellow value is 94.41%
  • key color value is 43.92%
CMYK:
(0,85,94,44)
C0M85Y94K44 
(0%,85%,94%,44%)
(0.00/0.85/0.94/0.44)	

CMYK percentages

%0
%85.31
%94.41
%43.92

Codes

Color #8F1508 in popluar color models

8F1508
RGB143218
HSL89.40%29.61%
HSB/HSV94.41%56.08%
CMYK0.00%85.31%94.41%
43.92%

Color #8F1508 in popluar number systems.

HEX8F1508
Decimal143218
Binary10001111101011000
Octal2172510

Shades and tints

Shades of #8F1508

#8F1508
(143,21,8)
#821408
(130,20,8)
#751308
(117,19,8)
#681208
(104,18,8)
#5B1108
(91,17,8)
#4E1008
(78,16,8)
#410F08
(65,15,8)
#340E08
(52,14,8)
#270D08
(39,13,8)
#1A0C08
(26,12,8)
#0D0B08
(13,11,8)
#000000
(0,0,0)

Tints of #8F1508

#8F1508
(143,21,8)
#992A1E
(153,42,30)
#A33F34
(163,63,52)
#AD544A
(173,84,74)
#B76960
(183,105,96)
#C17E76
(193,126,118)
#CB938C
(203,147,140)
#D5A8A2
(213,168,162)
#DFBDB8
(223,189,184)
#E9D2CE
(233,210,206)
#F3E7E4
(243,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F1508; }

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

This text font color is #8F1508.


Background Color

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

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

This div background color is #8F1508.


Border color

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

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

This div border color is #8F1508.


Opacity

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

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

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

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

This text has shadow with #8F1508 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F1508 on black background.


Color preview on white background

This text has color #8F1508 on white background.



Black color preview on #8F1508 background

This text has black color on #8F1508 background.


White color preview on #8F1508 background

This text has white color on #8F1508 background.