COLOR #8F3D50

HEX: #8F3D50
RGB: (143,61,80)

Color info

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

RGB color model

#8F3D50 color RGB value is (143,61,80).

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

RGB channels and saturation

R 143 of 255 = 56%
G 61 of 255 = 24%
B 80 of 255 = 31%

143
61
80

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

Portions of RGB colors in percentages

R + G + B =
143 + 61 + 80 = 284 (100%)
R 143 of 284 ~ 50.35%
G 61 of 284 ~ 21.48%
B 80 of 284 ~ 28.17%

%50.35
%21.48
%28.17

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 57.34%
  • yellow value is 44.06%
  • key color value is 43.92%
CMYK:
(0,57,44,44)
C0M57Y44K44 
(0%,57%,44%,44%)
(0.00/0.57/0.44/0.44)	

CMYK percentages

%0
%57.34
%44.06
%43.92

Codes

Color #8F3D50 in popluar color models

8F3D50
RGB1436180
HSL346°40.20%40.00%
HSB/HSV346°57.34%56.08%
CMYK0.00%57.34%44.06%
43.92%

Color #8F3D50 in popluar number systems.

HEX8F3D50
Decimal1436180
Binary100011111111011010000
Octal21775120

Shades and tints

Shades of #8F3D50

#8F3D50
(143,61,80)
#823849
(130,56,73)
#753342
(117,51,66)
#682E3B
(104,46,59)
#5B2934
(91,41,52)
#4E242D
(78,36,45)
#411F26
(65,31,38)
#341A1F
(52,26,31)
#271518
(39,21,24)
#1A1011
(26,16,17)
#0D0B0A
(13,11,10)
#000000
(0,0,0)

Tints of #8F3D50

#8F3D50
(143,61,80)
#994E5F
(153,78,95)
#A35F6E
(163,95,110)
#AD707D
(173,112,125)
#B7818C
(183,129,140)
#C1929B
(193,146,155)
#CBA3AA
(203,163,170)
#D5B4B9
(213,180,185)
#DFC5C8
(223,197,200)
#E9D6D7
(233,214,215)
#F3E7E6
(243,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F3D50 color. Also use rgb(143,61,80) instead hex code.

Text Font Color

.myTextColor { color: #8F3D50; }

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

This text font color is #8F3D50.


Background Color

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

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

This div background color is #8F3D50.


Border color

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

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

This div border color is #8F3D50.


Opacity

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

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

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

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

This text has shadow with #8F3D50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F3D50 on black background.


Color preview on white background

This text has color #8F3D50 on white background.



Black color preview on #8F3D50 background

This text has black color on #8F3D50 background.


White color preview on #8F3D50 background

This text has white color on #8F3D50 background.