COLOR #8F481C

HEX: #8F481C
RGB: (143,72,28)

Color info

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

RGB color model

#8F481C color RGB value is (143,72,28).

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

RGB channels and saturation

R 143 of 255 = 56%
G 72 of 255 = 28%
B 28 of 255 = 11%

143
72
28

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

Portions of RGB colors in percentages

R + G + B =
143 + 72 + 28 = 243 (100%)
R 143 of 243 ~ 58.85%
G 72 of 243 ~ 29.63%
B 28 of 243 ~ 11.52%

%58.85
%29.63
%11.52

CMYK color model

#8F481C color CMYK value is (0,50,80,44).

  • cyan value is 0.00%
  • magenta value is 49.65%
  • yellow value is 80.42%
  • key color value is 43.92%
CMYK:
(0,50,80,44)
C0M50Y80K44 
(0%,50%,80%,44%)
(0.00/0.50/0.80/0.44)	

CMYK percentages

%0
%49.65
%80.42
%43.92

Codes

Color #8F481C in popluar color models

8F481C
RGB1437228
HSL23°67.25%33.53%
HSB/HSV23°80.42%56.08%
CMYK0.00%49.65%80.42%
43.92%

Color #8F481C in popluar number systems.

HEX8F481C
Decimal1437228
Binary10001111100100011100
Octal21711034

Shades and tints

Shades of #8F481C

#8F481C
(143,72,28)
#82421A
(130,66,26)
#753C18
(117,60,24)
#683616
(104,54,22)
#5B3014
(91,48,20)
#4E2A12
(78,42,18)
#412410
(65,36,16)
#341E0E
(52,30,14)
#27180C
(39,24,12)
#1A120A
(26,18,10)
#0D0C08
(13,12,8)
#000000
(0,0,0)

Tints of #8F481C

#8F481C
(143,72,28)
#995830
(153,88,48)
#A36844
(163,104,68)
#AD7858
(173,120,88)
#B7886C
(183,136,108)
#C19880
(193,152,128)
#CBA894
(203,168,148)
#D5B8A8
(213,184,168)
#DFC8BC
(223,200,188)
#E9D8D0
(233,216,208)
#F3E8E4
(243,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F481C; }

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

This text font color is #8F481C.


Background Color

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

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

This div background color is #8F481C.


Border color

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

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

This div border color is #8F481C.


Opacity

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

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

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

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

This text has shadow with #8F481C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F481C on black background.


Color preview on white background

This text has color #8F481C on white background.



Black color preview on #8F481C background

This text has black color on #8F481C background.


White color preview on #8F481C background

This text has white color on #8F481C background.