COLOR #8F5E72

HEX: #8F5E72
RGB: (143,94,114)

Color info

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

RGB color model

#8F5E72 color RGB value is (143,94,114).

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

RGB channels and saturation

R 143 of 255 = 56%
G 94 of 255 = 37%
B 114 of 255 = 45%

143
94
114

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

Portions of RGB colors in percentages

R + G + B =
143 + 94 + 114 = 351 (100%)
R 143 of 351 ~ 40.74%
G 94 of 351 ~ 26.78%
B 114 of 351 ~ 32.48%

%40.74
%26.78
%32.48

CMYK color model

#8F5E72 color CMYK value is (0,34,20,44).

  • cyan value is 0.00%
  • magenta value is 34.27%
  • yellow value is 20.28%
  • key color value is 43.92%
CMYK:
(0,34,20,44)
C0M34Y20K44 
(0%,34%,20%,44%)
(0.00/0.34/0.20/0.44)	

CMYK percentages

%0
%34.27
%20.28
%43.92

Codes

Color #8F5E72 in popluar color models

8F5E72
RGB14394114
HSL336°20.68%46.47%
HSB/HSV336°34.27%56.08%
CMYK0.00%34.27%20.28%
43.92%

Color #8F5E72 in popluar number systems.

HEX8F5E72
Decimal14394114
Binary1000111110111101110010
Octal217136162

Shades and tints

Shades of #8F5E72

#8F5E72
(143,94,114)
#825668
(130,86,104)
#754E5E
(117,78,94)
#684654
(104,70,84)
#5B3E4A
(91,62,74)
#4E3640
(78,54,64)
#412E36
(65,46,54)
#34262C
(52,38,44)
#271E22
(39,30,34)
#1A1618
(26,22,24)
#0D0E0E
(13,14,14)
#000000
(0,0,0)

Tints of #8F5E72

#8F5E72
(143,94,114)
#996C7E
(153,108,126)
#A37A8A
(163,122,138)
#AD8896
(173,136,150)
#B796A2
(183,150,162)
#C1A4AE
(193,164,174)
#CBB2BA
(203,178,186)
#D5C0C6
(213,192,198)
#DFCED2
(223,206,210)
#E9DCDE
(233,220,222)
#F3EAEA
(243,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F5E72; }

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

This text font color is #8F5E72.


Background Color

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

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

This div background color is #8F5E72.


Border color

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

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

This div border color is #8F5E72.


Opacity

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

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

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

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

This text has shadow with #8F5E72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F5E72 on black background.


Color preview on white background

This text has color #8F5E72 on white background.



Black color preview on #8F5E72 background

This text has black color on #8F5E72 background.


White color preview on #8F5E72 background

This text has white color on #8F5E72 background.