COLOR #8F3717

HEX: #8F3717
RGB: (143,55,23)

Color info

#8F3717 contains mainly red color. Web safe color of #8F3717 is #993300 (or #930).

RGB color model

#8F3717 color RGB value is (143,55,23).

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

RGB channels and saturation

R 143 of 255 = 56%
G 55 of 255 = 22%
B 23 of 255 = 9%

143
55
23

R + G + B ~ 29%. #8F3717 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
143 + 55 + 23 = 221 (100%)
R 143 of 221 ~ 64.71%
G 55 of 221 ~ 24.89%
B 23 of 221 ~ 10.41%

%64.71
%24.89
%10.41

CMYK color model

#8F3717 color CMYK value is (0,62,84,44).

  • cyan value is 0.00%
  • magenta value is 61.54%
  • yellow value is 83.92%
  • key color value is 43.92%
CMYK:
(0,62,84,44)
C0M62Y84K44 
(0%,62%,84%,44%)
(0.00/0.62/0.84/0.44)	

CMYK percentages

%0
%61.54
%83.92
%43.92

Codes

Color #8F3717 in popluar color models

8F3717
RGB1435523
HSL16°72.29%32.55%
HSB/HSV16°83.92%56.08%
CMYK0.00%61.54%83.92%
43.92%

Color #8F3717 in popluar number systems.

HEX8F3717
Decimal1435523
Binary1000111111011110111
Octal2176727

Shades and tints

Shades of #8F3717

#8F3717
(143,55,23)
#823215
(130,50,21)
#752D13
(117,45,19)
#682811
(104,40,17)
#5B230F
(91,35,15)
#4E1E0D
(78,30,13)
#41190B
(65,25,11)
#341409
(52,20,9)
#270F07
(39,15,7)
#1A0A05
(26,10,5)
#0D0503
(13,5,3)
#000000
(0,0,0)

Tints of #8F3717

#8F3717
(143,55,23)
#99492C
(153,73,44)
#A35B41
(163,91,65)
#AD6D56
(173,109,86)
#B77F6B
(183,127,107)
#C19180
(193,145,128)
#CBA395
(203,163,149)
#D5B5AA
(213,181,170)
#DFC7BF
(223,199,191)
#E9D9D4
(233,217,212)
#F3EBE9
(243,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F3717; }

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

This text font color is #8F3717.


Background Color

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

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

This div background color is #8F3717.


Border color

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

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

This div border color is #8F3717.


Opacity

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

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

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

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

This text has shadow with #8F3717 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F3717 on black background.


Color preview on white background

This text has color #8F3717 on white background.



Black color preview on #8F3717 background

This text has black color on #8F3717 background.


White color preview on #8F3717 background

This text has white color on #8F3717 background.