COLOR #8F4D5F

HEX: #8F4D5F
RGB: (143,77,95)

Color info

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

RGB color model

#8F4D5F color RGB value is (143,77,95).

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

RGB channels and saturation

R 143 of 255 = 56%
G 77 of 255 = 30%
B 95 of 255 = 37%

143
77
95

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

Portions of RGB colors in percentages

R + G + B =
143 + 77 + 95 = 315 (100%)
R 143 of 315 ~ 45.4%
G 77 of 315 ~ 24.44%
B 95 of 315 ~ 30.16%

%45.4
%24.44
%30.16

CMYK color model

#8F4D5F color CMYK value is (0,46,34,44).

  • cyan value is 0.00%
  • magenta value is 46.15%
  • yellow value is 33.57%
  • key color value is 43.92%
CMYK:
(0,46,34,44)
C0M46Y34K44 
(0%,46%,34%,44%)
(0.00/0.46/0.34/0.44)	

CMYK percentages

%0
%46.15
%33.57
%43.92

Codes

Color #8F4D5F in popluar color models

8F4D5F
RGB1437795
HSL344°30.00%43.14%
HSB/HSV344°46.15%56.08%
CMYK0.00%46.15%33.57%
43.92%

Color #8F4D5F in popluar number systems.

HEX8F4D5F
Decimal1437795
Binary1000111110011011011111
Octal217115137

Shades and tints

Shades of #8F4D5F

#8F4D5F
(143,77,95)
#824657
(130,70,87)
#753F4F
(117,63,79)
#683847
(104,56,71)
#5B313F
(91,49,63)
#4E2A37
(78,42,55)
#41232F
(65,35,47)
#341C27
(52,28,39)
#27151F
(39,21,31)
#1A0E17
(26,14,23)
#0D070F
(13,7,15)
#000000
(0,0,0)

Tints of #8F4D5F

#8F4D5F
(143,77,95)
#995D6D
(153,93,109)
#A36D7B
(163,109,123)
#AD7D89
(173,125,137)
#B78D97
(183,141,151)
#C19DA5
(193,157,165)
#CBADB3
(203,173,179)
#D5BDC1
(213,189,193)
#DFCDCF
(223,205,207)
#E9DDDD
(233,221,221)
#F3EDEB
(243,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F4D5F; }

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

This text font color is #8F4D5F.


Background Color

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

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

This div background color is #8F4D5F.


Border color

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

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

This div border color is #8F4D5F.


Opacity

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

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

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

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

This text has shadow with #8F4D5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F4D5F on black background.


Color preview on white background

This text has color #8F4D5F on white background.



Black color preview on #8F4D5F background

This text has black color on #8F4D5F background.


White color preview on #8F4D5F background

This text has white color on #8F4D5F background.