COLOR #8F3809

HEX: #8F3809
RGB: (143,56,9)

Color info

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

RGB color model

#8F3809 color RGB value is (143,56,9).

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

RGB channels and saturation

R 143 of 255 = 56%
G 56 of 255 = 22%
B 9 of 255 = 4%

143
56
9

R + G + B ~ 27%. #8F3809 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
143 + 56 + 9 = 208 (100%)
R 143 of 208 ~ 68.75%
G 56 of 208 ~ 26.92%
B 9 of 208 ~ 4.33%

%68.75
%26.92

CMYK color model

#8F3809 color CMYK value is (0,61,94,44).

  • cyan value is 0.00%
  • magenta value is 60.84%
  • yellow value is 93.71%
  • key color value is 43.92%
CMYK:
(0,61,94,44)
C0M61Y94K44 
(0%,61%,94%,44%)
(0.00/0.61/0.94/0.44)	

CMYK percentages

%0
%60.84
%93.71
%43.92

Codes

Color #8F3809 in popluar color models

8F3809
RGB143569
HSL21°88.16%29.80%
HSB/HSV21°93.71%56.08%
CMYK0.00%60.84%93.71%
43.92%

Color #8F3809 in popluar number systems.

HEX8F3809
Decimal143569
Binary100011111110001001
Octal2177011

Shades and tints

Shades of #8F3809

#8F3809
(143,56,9)
#823309
(130,51,9)
#752E09
(117,46,9)
#682909
(104,41,9)
#5B2409
(91,36,9)
#4E1F09
(78,31,9)
#411A09
(65,26,9)
#341509
(52,21,9)
#271009
(39,16,9)
#1A0B09
(26,11,9)
#0D0609
(13,6,9)
#000000
(0,0,0)

Tints of #8F3809

#8F3809
(143,56,9)
#994A1F
(153,74,31)
#A35C35
(163,92,53)
#AD6E4B
(173,110,75)
#B78061
(183,128,97)
#C19277
(193,146,119)
#CBA48D
(203,164,141)
#D5B6A3
(213,182,163)
#DFC8B9
(223,200,185)
#E9DACF
(233,218,207)
#F3ECE5
(243,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F3809; }

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

This text font color is #8F3809.


Background Color

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

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

This div background color is #8F3809.


Border color

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

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

This div border color is #8F3809.


Opacity

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

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

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

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

This text has shadow with #8F3809 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F3809 on black background.


Color preview on white background

This text has color #8F3809 on white background.



Black color preview on #8F3809 background

This text has black color on #8F3809 background.


White color preview on #8F3809 background

This text has white color on #8F3809 background.