COLOR #8F4F3C

HEX: #8F4F3C
RGB: (143,79,60)

Color info

#8F4F3C contains mainly red color. Web safe color of #8F4F3C is #996633 (or #963).

RGB color model

#8F4F3C color RGB value is (143,79,60).

  • red value is 143;
  • green value is 79;
  • blue value is 60.
RGB:
(143,79,60)
(56%,31%,24%)

RGB channels and saturation

R 143 of 255 = 56%
G 79 of 255 = 31%
B 60 of 255 = 24%

143
79
60

R + G + B ~ 37%. #8F4F3C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
143 + 79 + 60 = 282 (100%)
R 143 of 282 ~ 50.71%
G 79 of 282 ~ 28.01%
B 60 of 282 ~ 21.28%

%50.71
%28.01
%21.28

CMYK color model

#8F4F3C color CMYK value is (0,45,58,44).

  • cyan value is 0.00%
  • magenta value is 44.76%
  • yellow value is 58.04%
  • key color value is 43.92%
CMYK:
(0,45,58,44)
C0M45Y58K44 
(0%,45%,58%,44%)
(0.00/0.45/0.58/0.44)	

CMYK percentages

%0
%44.76
%58.04
%43.92

Codes

Color #8F4F3C in popluar color models

8F4F3C
RGB1437960
HSL14°40.89%39.80%
HSB/HSV14°58.04%56.08%
CMYK0.00%44.76%58.04%
43.92%

Color #8F4F3C in popluar number systems.

HEX8F4F3C
Decimal1437960
Binary100011111001111111100
Octal21711774

Shades and tints

Shades of #8F4F3C

#8F4F3C
(143,79,60)
#824837
(130,72,55)
#754132
(117,65,50)
#683A2D
(104,58,45)
#5B3328
(91,51,40)
#4E2C23
(78,44,35)
#41251E
(65,37,30)
#341E19
(52,30,25)
#271714
(39,23,20)
#1A100F
(26,16,15)
#0D090A
(13,9,10)
#000000
(0,0,0)

Tints of #8F4F3C

#8F4F3C
(143,79,60)
#995F4D
(153,95,77)
#A36F5E
(163,111,94)
#AD7F6F
(173,127,111)
#B78F80
(183,143,128)
#C19F91
(193,159,145)
#CBAFA2
(203,175,162)
#D5BFB3
(213,191,179)
#DFCFC4
(223,207,196)
#E9DFD5
(233,223,213)
#F3EFE6
(243,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F4F3C; }

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

This text font color is #8F4F3C.


Background Color

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

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

This div background color is #8F4F3C.


Border color

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

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

This div border color is #8F4F3C.


Opacity

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

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

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

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

This text has shadow with #8F4F3C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F4F3C on black background.


Color preview on white background

This text has color #8F4F3C on white background.



Black color preview on #8F4F3C background

This text has black color on #8F4F3C background.


White color preview on #8F4F3C background

This text has white color on #8F4F3C background.