COLOR #8F5B72

HEX: #8F5B72
RGB: (143,91,114)

Color info

#8F5B72 contains red, green and blue colors in about the same proportion. Web safe color of #8F5B72 is #996666 (or #966).

RGB color model

#8F5B72 color RGB value is (143,91,114).

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

RGB channels and saturation

R 143 of 255 = 56%
G 91 of 255 = 36%
B 114 of 255 = 45%

143
91
114

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

Portions of RGB colors in percentages

R + G + B =
143 + 91 + 114 = 348 (100%)
R 143 of 348 ~ 41.09%
G 91 of 348 ~ 26.15%
B 114 of 348 ~ 32.76%

%41.09
%26.15
%32.76

CMYK color model

#8F5B72 color CMYK value is (0,36,20,44).

  • cyan value is 0.00%
  • magenta value is 36.36%
  • yellow value is 20.28%
  • key color value is 43.92%
CMYK:
(0,36,20,44)
C0M36Y20K44 
(0%,36%,20%,44%)
(0.00/0.36/0.20/0.44)	

CMYK percentages

%0
%36.36
%20.28
%43.92

Codes

Color #8F5B72 in popluar color models

8F5B72
RGB14391114
HSL333°22.22%45.88%
HSB/HSV333°36.36%56.08%
CMYK0.00%36.36%20.28%
43.92%

Color #8F5B72 in popluar number systems.

HEX8F5B72
Decimal14391114
Binary1000111110110111110010
Octal217133162

Shades and tints

Shades of #8F5B72

#8F5B72
(143,91,114)
#825368
(130,83,104)
#754B5E
(117,75,94)
#684354
(104,67,84)
#5B3B4A
(91,59,74)
#4E3340
(78,51,64)
#412B36
(65,43,54)
#34232C
(52,35,44)
#271B22
(39,27,34)
#1A1318
(26,19,24)
#0D0B0E
(13,11,14)
#000000
(0,0,0)

Tints of #8F5B72

#8F5B72
(143,91,114)
#99697E
(153,105,126)
#A3778A
(163,119,138)
#AD8596
(173,133,150)
#B793A2
(183,147,162)
#C1A1AE
(193,161,174)
#CBAFBA
(203,175,186)
#D5BDC6
(213,189,198)
#DFCBD2
(223,203,210)
#E9D9DE
(233,217,222)
#F3E7EA
(243,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F5B72; }

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

This text font color is #8F5B72.


Background Color

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

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

This div background color is #8F5B72.


Border color

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

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

This div border color is #8F5B72.


Opacity

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

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

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

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

This text has shadow with #8F5B72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F5B72 on black background.


Color preview on white background

This text has color #8F5B72 on white background.



Black color preview on #8F5B72 background

This text has black color on #8F5B72 background.


White color preview on #8F5B72 background

This text has white color on #8F5B72 background.