COLOR #8F4220

HEX: #8F4220
RGB: (143,66,32)

Color info

#8F4220 contains mainly red color. Web safe color of #8F4220 is #993333 (or #933).

RGB color model

#8F4220 color RGB value is (143,66,32).

  • red value is 143;
  • green value is 66;
  • blue value is 32.
RGB:
(143,66,32)
(56%,26%,13%)

RGB channels and saturation

R 143 of 255 = 56%
G 66 of 255 = 26%
B 32 of 255 = 13%

143
66
32

R + G + B ~ 32%. #8F4220 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
143 + 66 + 32 = 241 (100%)
R 143 of 241 ~ 59.34%
G 66 of 241 ~ 27.39%
B 32 of 241 ~ 13.28%

%59.34
%27.39
%13.28

CMYK color model

#8F4220 color CMYK value is (0,54,78,44).

  • cyan value is 0.00%
  • magenta value is 53.85%
  • yellow value is 77.62%
  • key color value is 43.92%
CMYK:
(0,54,78,44)
C0M54Y78K44 
(0%,54%,78%,44%)
(0.00/0.54/0.78/0.44)	

CMYK percentages

%0
%53.85
%77.62
%43.92

Codes

Color #8F4220 in popluar color models

8F4220
RGB1436632
HSL18°63.43%34.31%
HSB/HSV18°77.62%56.08%
CMYK0.00%53.85%77.62%
43.92%

Color #8F4220 in popluar number systems.

HEX8F4220
Decimal1436632
Binary100011111000010100000
Octal21710240

Shades and tints

Shades of #8F4220

#8F4220
(143,66,32)
#823C1E
(130,60,30)
#75361C
(117,54,28)
#68301A
(104,48,26)
#5B2A18
(91,42,24)
#4E2416
(78,36,22)
#411E14
(65,30,20)
#341812
(52,24,18)
#271210
(39,18,16)
#1A0C0E
(26,12,14)
#0D060C
(13,6,12)
#000000
(0,0,0)

Tints of #8F4220

#8F4220
(143,66,32)
#995334
(153,83,52)
#A36448
(163,100,72)
#AD755C
(173,117,92)
#B78670
(183,134,112)
#C19784
(193,151,132)
#CBA898
(203,168,152)
#D5B9AC
(213,185,172)
#DFCAC0
(223,202,192)
#E9DBD4
(233,219,212)
#F3ECE8
(243,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F4220; }

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

This text font color is #8F4220.


Background Color

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

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

This div background color is #8F4220.


Border color

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

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

This div border color is #8F4220.


Opacity

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

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

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

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

This text has shadow with #8F4220 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F4220 on black background.


Color preview on white background

This text has color #8F4220 on white background.



Black color preview on #8F4220 background

This text has black color on #8F4220 background.


White color preview on #8F4220 background

This text has white color on #8F4220 background.