COLOR #8F373F

HEX: #8F373F
RGB: (143,55,63)

Color info

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

RGB color model

#8F373F color RGB value is (143,55,63).

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

RGB channels and saturation

R 143 of 255 = 56%
G 55 of 255 = 22%
B 63 of 255 = 25%

143
55
63

R + G + B ~ 34%. #8F373F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
143 + 55 + 63 = 261 (100%)
R 143 of 261 ~ 54.79%
G 55 of 261 ~ 21.07%
B 63 of 261 ~ 24.14%

%54.79
%21.07
%24.14

CMYK color model

#8F373F color CMYK value is (0,62,56,44).

  • cyan value is 0.00%
  • magenta value is 61.54%
  • yellow value is 55.94%
  • key color value is 43.92%
CMYK:
(0,62,56,44)
C0M62Y56K44 
(0%,62%,56%,44%)
(0.00/0.62/0.56/0.44)	

CMYK percentages

%0
%61.54
%55.94
%43.92

Codes

Color #8F373F in popluar color models

8F373F
RGB1435563
HSL355°44.44%38.82%
HSB/HSV355°61.54%56.08%
CMYK0.00%61.54%55.94%
43.92%

Color #8F373F in popluar number systems.

HEX8F373F
Decimal1435563
Binary10001111110111111111
Octal2176777

Shades and tints

Shades of #8F373F

#8F373F
(143,55,63)
#82323A
(130,50,58)
#752D35
(117,45,53)
#682830
(104,40,48)
#5B232B
(91,35,43)
#4E1E26
(78,30,38)
#411921
(65,25,33)
#34141C
(52,20,28)
#270F17
(39,15,23)
#1A0A12
(26,10,18)
#0D050D
(13,5,13)
#000000
(0,0,0)

Tints of #8F373F

#8F373F
(143,55,63)
#994950
(153,73,80)
#A35B61
(163,91,97)
#AD6D72
(173,109,114)
#B77F83
(183,127,131)
#C19194
(193,145,148)
#CBA3A5
(203,163,165)
#D5B5B6
(213,181,182)
#DFC7C7
(223,199,199)
#E9D9D8
(233,217,216)
#F3EBE9
(243,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F373F; }

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

This text font color is #8F373F.


Background Color

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

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

This div background color is #8F373F.


Border color

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

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

This div border color is #8F373F.


Opacity

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

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

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

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

This text has shadow with #8F373F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F373F on black background.


Color preview on white background

This text has color #8F373F on white background.



Black color preview on #8F373F background

This text has black color on #8F373F background.


White color preview on #8F373F background

This text has white color on #8F373F background.