COLOR #8F4D3F

HEX: #8F4D3F
RGB: (143,77,63)

Color info

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

RGB color model

#8F4D3F color RGB value is (143,77,63).

  • red value is 143;
  • green value is 77;
  • blue value is 63.
RGB:
(143,77,63)
(56%,30%,25%)

RGB channels and saturation

R 143 of 255 = 56%
G 77 of 255 = 30%
B 63 of 255 = 25%

143
77
63

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

Portions of RGB colors in percentages

R + G + B =
143 + 77 + 63 = 283 (100%)
R 143 of 283 ~ 50.53%
G 77 of 283 ~ 27.21%
B 63 of 283 ~ 22.26%

%50.53
%27.21
%22.26

CMYK color model

#8F4D3F color CMYK value is (0,46,56,44).

  • cyan value is 0.00%
  • magenta value is 46.15%
  • yellow value is 55.94%
  • key color value is 43.92%
CMYK:
(0,46,56,44)
C0M46Y56K44 
(0%,46%,56%,44%)
(0.00/0.46/0.56/0.44)	

CMYK percentages

%0
%46.15
%55.94
%43.92

Codes

Color #8F4D3F in popluar color models

8F4D3F
RGB1437763
HSL11°38.83%40.39%
HSB/HSV11°55.94%56.08%
CMYK0.00%46.15%55.94%
43.92%

Color #8F4D3F in popluar number systems.

HEX8F4D3F
Decimal1437763
Binary100011111001101111111
Octal21711577

Shades and tints

Shades of #8F4D3F

#8F4D3F
(143,77,63)
#82463A
(130,70,58)
#753F35
(117,63,53)
#683830
(104,56,48)
#5B312B
(91,49,43)
#4E2A26
(78,42,38)
#412321
(65,35,33)
#341C1C
(52,28,28)
#271517
(39,21,23)
#1A0E12
(26,14,18)
#0D070D
(13,7,13)
#000000
(0,0,0)

Tints of #8F4D3F

#8F4D3F
(143,77,63)
#995D50
(153,93,80)
#A36D61
(163,109,97)
#AD7D72
(173,125,114)
#B78D83
(183,141,131)
#C19D94
(193,157,148)
#CBADA5
(203,173,165)
#D5BDB6
(213,189,182)
#DFCDC7
(223,205,199)
#E9DDD8
(233,221,216)
#F3EDE9
(243,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F4D3F; }

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

This text font color is #8F4D3F.


Background Color

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

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

This div background color is #8F4D3F.


Border color

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

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

This div border color is #8F4D3F.


Opacity

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

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

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

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

This text has shadow with #8F4D3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F4D3F on black background.


Color preview on white background

This text has color #8F4D3F on white background.



Black color preview on #8F4D3F background

This text has black color on #8F4D3F background.


White color preview on #8F4D3F background

This text has white color on #8F4D3F background.