COLOR #8F4D6F

HEX: #8F4D6F
RGB: (143,77,111)

Color info

#8F4D6F contains mainly red and blue colors. Web safe color of #8F4D6F is #993366 (or #936).

RGB color model

#8F4D6F color RGB value is (143,77,111).

  • red value is 143;
  • green value is 77;
  • blue value is 111.
RGB: (143,77,111) (56%,30%,44%)

RGB channels and saturation

R 143 of 255 = 56%
G 77 of 255 = 30%
B 111 of 255 = 44%

143
77
111

R + G + B ~ 43%. #8F4D6F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
143 + 77 + 111 = 331 (100%)
R 143 of 331 ~ 43.2%
G 77 of 331 ~ 23.26%
B 111 of 331 ~ 33.53%

%43.2
%23.26
%33.53

CMYK color model

#8F4D6F color CMYK value is (0,46,22,44).

  • cyan value is 0.00%
  • magenta value is 46.15%
  • yellow value is 22.38%
  • key color value is 43.92%
CMYK: (0,46,22,44) C0M46Y22K44 (0%,46%,22%,44%) (0.00/0.46/0.22/0.44)

CMYK percentages

%0
%46.15
%22.38
%43.92

Codes

Color #8F4D6F in popluar color models

8F4D6F
RGB14377111
HSL329°30.00%43.14%
HSB/HSV329°46.15%56.08%
CMYK0.00%46.15%22.38%
43.92%

Color #8F4D6F in popluar number systems.

HEX8F4D6F
Decimal14377111
Binary1000111110011011101111
Octal217115157

Shades and tints

Shades of #8F4D6F

#8F4D6F
(143,77,111)
#824665
(130,70,101)
#753F5B
(117,63,91)
#683851
(104,56,81)
#5B3147
(91,49,71)
#4E2A3D
(78,42,61)
#412333
(65,35,51)
#341C29
(52,28,41)
#27151F
(39,21,31)
#1A0E15
(26,14,21)
#0D070B
(13,7,11)
#000000
(0,0,0)

Tints of #8F4D6F

#8F4D6F
(143,77,111)
#995D7C
(153,93,124)
#A36D89
(163,109,137)
#AD7D96
(173,125,150)
#B78DA3
(183,141,163)
#C19DB0
(193,157,176)
#CBADBD
(203,173,189)
#D5BDCA
(213,189,202)
#DFCDD7
(223,205,215)
#E9DDE4
(233,221,228)
#F3EDF1
(243,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F4D6F color. Also use rgb(143,77,111) instead hex code.

Text Font Color

.myTextColor { color: #8F4D6F; }

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

This text font color is #8F4D6F.


Background Color

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

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

This div background color is #8F4D6F.


Border color

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

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

This div border color is #8F4D6F.


Opacity

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

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

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

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

This text has shadow with #8F4D6F color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #8F4D6F on black background.


Color preview on white background

This text has color #8F4D6F on white background.



Black color preview on #8F4D6F background

This text has black color on #8F4D6F background.


White color preview on #8F4D6F background

This text has white color on #8F4D6F background.