COLOR #8F4C5B

HEX: #8F4C5B
RGB: (143,76,91)

Color info

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

RGB color model

#8F4C5B color RGB value is (143,76,91).

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

RGB channels and saturation

R 143 of 255 = 56%
G 76 of 255 = 30%
B 91 of 255 = 36%

143
76
91

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

Portions of RGB colors in percentages

R + G + B =
143 + 76 + 91 = 310 (100%)
R 143 of 310 ~ 46.13%
G 76 of 310 ~ 24.52%
B 91 of 310 ~ 29.35%

%46.13
%24.52
%29.35

CMYK color model

#8F4C5B color CMYK value is (0,47,36,44).

  • cyan value is 0.00%
  • magenta value is 46.85%
  • yellow value is 36.36%
  • key color value is 43.92%
CMYK:
(0,47,36,44)
C0M47Y36K44 
(0%,47%,36%,44%)
(0.00/0.47/0.36/0.44)	

CMYK percentages

%0
%46.85
%36.36
%43.92

Codes

Color #8F4C5B in popluar color models

8F4C5B
RGB1437691
HSL347°30.59%42.94%
HSB/HSV347°46.85%56.08%
CMYK0.00%46.85%36.36%
43.92%

Color #8F4C5B in popluar number systems.

HEX8F4C5B
Decimal1437691
Binary1000111110011001011011
Octal217114133

Shades and tints

Shades of #8F4C5B

#8F4C5B
(143,76,91)
#824653
(130,70,83)
#75404B
(117,64,75)
#683A43
(104,58,67)
#5B343B
(91,52,59)
#4E2E33
(78,46,51)
#41282B
(65,40,43)
#342223
(52,34,35)
#271C1B
(39,28,27)
#1A1613
(26,22,19)
#0D100B
(13,16,11)
#000000
(0,0,0)

Tints of #8F4C5B

#8F4C5B
(143,76,91)
#995C69
(153,92,105)
#A36C77
(163,108,119)
#AD7C85
(173,124,133)
#B78C93
(183,140,147)
#C19CA1
(193,156,161)
#CBACAF
(203,172,175)
#D5BCBD
(213,188,189)
#DFCCCB
(223,204,203)
#E9DCD9
(233,220,217)
#F3ECE7
(243,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F4C5B; }

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

This text font color is #8F4C5B.


Background Color

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

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

This div background color is #8F4C5B.


Border color

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

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

This div border color is #8F4C5B.


Opacity

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

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

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

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

This text has shadow with #8F4C5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F4C5B on black background.


Color preview on white background

This text has color #8F4C5B on white background.



Black color preview on #8F4C5B background

This text has black color on #8F4C5B background.


White color preview on #8F4C5B background

This text has white color on #8F4C5B background.