COLOR #8F4C3E

HEX: #8F4C3E
RGB: (143,76,62)

Color info

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

RGB color model

#8F4C3E color RGB value is (143,76,62).

  • red value is 143;
  • green value is 76;
  • blue value is 62.
RGB:
(143,76,62)
(56%,30%,24%)

RGB channels and saturation

R 143 of 255 = 56%
G 76 of 255 = 30%
B 62 of 255 = 24%

143
76
62

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

Portions of RGB colors in percentages

R + G + B =
143 + 76 + 62 = 281 (100%)
R 143 of 281 ~ 50.89%
G 76 of 281 ~ 27.05%
B 62 of 281 ~ 22.06%

%50.89
%27.05
%22.06

CMYK color model

#8F4C3E color CMYK value is (0,47,57,44).

  • cyan value is 0.00%
  • magenta value is 46.85%
  • yellow value is 56.64%
  • key color value is 43.92%
CMYK:
(0,47,57,44)
C0M47Y57K44 
(0%,47%,57%,44%)
(0.00/0.47/0.57/0.44)	

CMYK percentages

%0
%46.85
%56.64
%43.92

Codes

Color #8F4C3E in popluar color models

8F4C3E
RGB1437662
HSL10°39.51%40.20%
HSB/HSV10°56.64%56.08%
CMYK0.00%46.85%56.64%
43.92%

Color #8F4C3E in popluar number systems.

HEX8F4C3E
Decimal1437662
Binary100011111001100111110
Octal21711476

Shades and tints

Shades of #8F4C3E

#8F4C3E
(143,76,62)
#824639
(130,70,57)
#754034
(117,64,52)
#683A2F
(104,58,47)
#5B342A
(91,52,42)
#4E2E25
(78,46,37)
#412820
(65,40,32)
#34221B
(52,34,27)
#271C16
(39,28,22)
#1A1611
(26,22,17)
#0D100C
(13,16,12)
#000000
(0,0,0)

Tints of #8F4C3E

#8F4C3E
(143,76,62)
#995C4F
(153,92,79)
#A36C60
(163,108,96)
#AD7C71
(173,124,113)
#B78C82
(183,140,130)
#C19C93
(193,156,147)
#CBACA4
(203,172,164)
#D5BCB5
(213,188,181)
#DFCCC6
(223,204,198)
#E9DCD7
(233,220,215)
#F3ECE8
(243,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F4C3E color. Also use rgb(143,76,62) instead hex code.

Text Font Color

.myTextColor { color: #8F4C3E; }

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

This text font color is #8F4C3E.


Background Color

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

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

This div background color is #8F4C3E.


Border color

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

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

This div border color is #8F4C3E.


Opacity

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

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

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

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

This text has shadow with #8F4C3E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F4C3E on black background.


Color preview on white background

This text has color #8F4C3E on white background.



Black color preview on #8F4C3E background

This text has black color on #8F4C3E background.


White color preview on #8F4C3E background

This text has white color on #8F4C3E background.