COLOR #8F3D4C

HEX: #8F3D4C
RGB: (143,61,76)

Color info

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

RGB color model

#8F3D4C color RGB value is (143,61,76).

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

RGB channels and saturation

R 143 of 255 = 56%
G 61 of 255 = 24%
B 76 of 255 = 30%

143
61
76

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

Portions of RGB colors in percentages

R + G + B =
143 + 61 + 76 = 280 (100%)
R 143 of 280 ~ 51.07%
G 61 of 280 ~ 21.79%
B 76 of 280 ~ 27.14%

%51.07
%21.79
%27.14

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 57.34%
  • yellow value is 46.85%
  • key color value is 43.92%
CMYK:
(0,57,47,44)
C0M57Y47K44 
(0%,57%,47%,44%)
(0.00/0.57/0.47/0.44)	

CMYK percentages

%0
%57.34
%46.85
%43.92

Codes

Color #8F3D4C in popluar color models

8F3D4C
RGB1436176
HSL349°40.20%40.00%
HSB/HSV349°57.34%56.08%
CMYK0.00%57.34%46.85%
43.92%

Color #8F3D4C in popluar number systems.

HEX8F3D4C
Decimal1436176
Binary100011111111011001100
Octal21775114

Shades and tints

Shades of #8F3D4C

#8F3D4C
(143,61,76)
#823846
(130,56,70)
#753340
(117,51,64)
#682E3A
(104,46,58)
#5B2934
(91,41,52)
#4E242E
(78,36,46)
#411F28
(65,31,40)
#341A22
(52,26,34)
#27151C
(39,21,28)
#1A1016
(26,16,22)
#0D0B10
(13,11,16)
#000000
(0,0,0)

Tints of #8F3D4C

#8F3D4C
(143,61,76)
#994E5C
(153,78,92)
#A35F6C
(163,95,108)
#AD707C
(173,112,124)
#B7818C
(183,129,140)
#C1929C
(193,146,156)
#CBA3AC
(203,163,172)
#D5B4BC
(213,180,188)
#DFC5CC
(223,197,204)
#E9D6DC
(233,214,220)
#F3E7EC
(243,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F3D4C; }

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

This text font color is #8F3D4C.


Background Color

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

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

This div background color is #8F3D4C.


Border color

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

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

This div border color is #8F3D4C.


Opacity

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

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

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

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

This text has shadow with #8F3D4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F3D4C on black background.


Color preview on white background

This text has color #8F3D4C on white background.



Black color preview on #8F3D4C background

This text has black color on #8F3D4C background.


White color preview on #8F3D4C background

This text has white color on #8F3D4C background.