COLOR #8F331C

HEX: #8F331C
RGB: (143,51,28)

Color info

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

RGB color model

#8F331C color RGB value is (143,51,28).

  • red value is 143;
  • green value is 51;
  • blue value is 28.
RGB:
(143,51,28)
(56%,20%,11%)

RGB channels and saturation

R 143 of 255 = 56%
G 51 of 255 = 20%
B 28 of 255 = 11%

143
51
28

R + G + B ~ 29%. #8F331C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
143 + 51 + 28 = 222 (100%)
R 143 of 222 ~ 64.41%
G 51 of 222 ~ 22.97%
B 28 of 222 ~ 12.61%

%64.41
%22.97
%12.61

CMYK color model

#8F331C color CMYK value is (0,64,80,44).

  • cyan value is 0.00%
  • magenta value is 64.34%
  • yellow value is 80.42%
  • key color value is 43.92%
CMYK:
(0,64,80,44)
C0M64Y80K44 
(0%,64%,80%,44%)
(0.00/0.64/0.80/0.44)	

CMYK percentages

%0
%64.34
%80.42
%43.92

Codes

Color #8F331C in popluar color models

8F331C
RGB1435128
HSL12°67.25%33.53%
HSB/HSV12°80.42%56.08%
CMYK0.00%64.34%80.42%
43.92%

Color #8F331C in popluar number systems.

HEX8F331C
Decimal1435128
Binary1000111111001111100
Octal2176334

Shades and tints

Shades of #8F331C

#8F331C
(143,51,28)
#822F1A
(130,47,26)
#752B18
(117,43,24)
#682716
(104,39,22)
#5B2314
(91,35,20)
#4E1F12
(78,31,18)
#411B10
(65,27,16)
#34170E
(52,23,14)
#27130C
(39,19,12)
#1A0F0A
(26,15,10)
#0D0B08
(13,11,8)
#000000
(0,0,0)

Tints of #8F331C

#8F331C
(143,51,28)
#994530
(153,69,48)
#A35744
(163,87,68)
#AD6958
(173,105,88)
#B77B6C
(183,123,108)
#C18D80
(193,141,128)
#CB9F94
(203,159,148)
#D5B1A8
(213,177,168)
#DFC3BC
(223,195,188)
#E9D5D0
(233,213,208)
#F3E7E4
(243,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F331C color. Also use rgb(143,51,28) instead hex code.

Text Font Color

.myTextColor { color: #8F331C; }

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

This text font color is #8F331C.


Background Color

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

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

This div background color is #8F331C.


Border color

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

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

This div border color is #8F331C.


Opacity

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

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

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

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

This text has shadow with #8F331C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F331C on black background.


Color preview on white background

This text has color #8F331C on white background.



Black color preview on #8F331C background

This text has black color on #8F331C background.


White color preview on #8F331C background

This text has white color on #8F331C background.