COLOR #8F392E

HEX: #8F392E
RGB: (143,57,46)

Color info

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

RGB color model

#8F392E color RGB value is (143,57,46).

  • red value is 143;
  • green value is 57;
  • blue value is 46.
RGB:
(143,57,46)
(56%,22%,18%)

RGB channels and saturation

R 143 of 255 = 56%
G 57 of 255 = 22%
B 46 of 255 = 18%

143
57
46

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

Portions of RGB colors in percentages

R + G + B =
143 + 57 + 46 = 246 (100%)
R 143 of 246 ~ 58.13%
G 57 of 246 ~ 23.17%
B 46 of 246 ~ 18.7%

%58.13
%23.17
%18.7

CMYK color model

#8F392E color CMYK value is (0,60,68,44).

  • cyan value is 0.00%
  • magenta value is 60.14%
  • yellow value is 67.83%
  • key color value is 43.92%
CMYK:
(0,60,68,44)
C0M60Y68K44 
(0%,60%,68%,44%)
(0.00/0.60/0.68/0.44)	

CMYK percentages

%0
%60.14
%67.83
%43.92

Codes

Color #8F392E in popluar color models

8F392E
RGB1435746
HSL51.32%37.06%
HSB/HSV67.83%56.08%
CMYK0.00%60.14%67.83%
43.92%

Color #8F392E in popluar number systems.

HEX8F392E
Decimal1435746
Binary10001111111001101110
Octal2177156

Shades and tints

Shades of #8F392E

#8F392E
(143,57,46)
#82342A
(130,52,42)
#752F26
(117,47,38)
#682A22
(104,42,34)
#5B251E
(91,37,30)
#4E201A
(78,32,26)
#411B16
(65,27,22)
#341612
(52,22,18)
#27110E
(39,17,14)
#1A0C0A
(26,12,10)
#0D0706
(13,7,6)
#000000
(0,0,0)

Tints of #8F392E

#8F392E
(143,57,46)
#994B41
(153,75,65)
#A35D54
(163,93,84)
#AD6F67
(173,111,103)
#B7817A
(183,129,122)
#C1938D
(193,147,141)
#CBA5A0
(203,165,160)
#D5B7B3
(213,183,179)
#DFC9C6
(223,201,198)
#E9DBD9
(233,219,217)
#F3EDEC
(243,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F392E color. Also use rgb(143,57,46) instead hex code.

Text Font Color

.myTextColor { color: #8F392E; }

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

This text font color is #8F392E.


Background Color

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

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

This div background color is #8F392E.


Border color

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

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

This div border color is #8F392E.


Opacity

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

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

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

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

This text has shadow with #8F392E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F392E on black background.


Color preview on white background

This text has color #8F392E on white background.



Black color preview on #8F392E background

This text has black color on #8F392E background.


White color preview on #8F392E background

This text has white color on #8F392E background.