COLOR #8F3E4E

HEX: #8F3E4E
RGB: (143,62,78)

Color info

#8F3E4E contains mainly red color. Web safe color of #8F3E4E is #993366 (or #936).

RGB color model

#8F3E4E color RGB value is (143,62,78).

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

RGB channels and saturation

R 143 of 255 = 56%
G 62 of 255 = 24%
B 78 of 255 = 31%

143
62
78

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

Portions of RGB colors in percentages

R + G + B =
143 + 62 + 78 = 283 (100%)
R 143 of 283 ~ 50.53%
G 62 of 283 ~ 21.91%
B 78 of 283 ~ 27.56%

%50.53
%21.91
%27.56

CMYK color model

#8F3E4E color CMYK value is (0,57,45,44).

  • cyan value is 0.00%
  • magenta value is 56.64%
  • yellow value is 45.45%
  • key color value is 43.92%
CMYK:
(0,57,45,44)
C0M57Y45K44 
(0%,57%,45%,44%)
(0.00/0.57/0.45/0.44)	

CMYK percentages

%0
%56.64
%45.45
%43.92

Codes

Color #8F3E4E in popluar color models

8F3E4E
RGB1436278
HSL348°39.51%40.20%
HSB/HSV348°56.64%56.08%
CMYK0.00%56.64%45.45%
43.92%

Color #8F3E4E in popluar number systems.

HEX8F3E4E
Decimal1436278
Binary100011111111101001110
Octal21776116

Shades and tints

Shades of #8F3E4E

#8F3E4E
(143,62,78)
#823947
(130,57,71)
#753440
(117,52,64)
#682F39
(104,47,57)
#5B2A32
(91,42,50)
#4E252B
(78,37,43)
#412024
(65,32,36)
#341B1D
(52,27,29)
#271616
(39,22,22)
#1A110F
(26,17,15)
#0D0C08
(13,12,8)
#000000
(0,0,0)

Tints of #8F3E4E

#8F3E4E
(143,62,78)
#994F5E
(153,79,94)
#A3606E
(163,96,110)
#AD717E
(173,113,126)
#B7828E
(183,130,142)
#C1939E
(193,147,158)
#CBA4AE
(203,164,174)
#D5B5BE
(213,181,190)
#DFC6CE
(223,198,206)
#E9D7DE
(233,215,222)
#F3E8EE
(243,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F3E4E; }

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

This text font color is #8F3E4E.


Background Color

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

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

This div background color is #8F3E4E.


Border color

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

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

This div border color is #8F3E4E.


Opacity

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

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

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

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

This text has shadow with #8F3E4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F3E4E on black background.


Color preview on white background

This text has color #8F3E4E on white background.



Black color preview on #8F3E4E background

This text has black color on #8F3E4E background.


White color preview on #8F3E4E background

This text has white color on #8F3E4E background.