COLOR #8F5F72

HEX: #8F5F72 RGB: (143,95,114)

Color info

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

RGB color model

#8F5F72 color RGB value is (143,95,114).

RGB: (143,95,114) (56%, 37%, 45%)

RGB channels and saturation

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

143
95
114

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

Portions of RGB colors in percentages

R + G + B = 143 + 95 + 114 = 352 (100%)
R 143 of 352 ~ 40.63%
G 95 of 352 ~ 26.99%
B 114 of 352 ~ 32.39'%

%40.63
%26.99
%32.39

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 33.57%
  • 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
%33.57
%20.28
%43.92

Codes

Color #8F5F72 in popluar color models

8F 5F 72
RGB 143 95 114
HSL 336° 20.17% 46.67%
HSB/HSV 336° 33.57% 56.08%
CMYK 0.00% 33.57% 20.28%
43.92%

Color #8F5F72 in popluar number systems.

HEX 8F 5F 72
Decimal 143 95 114
Binary 10001111 1011111 1110010
Octal 217 137 162

Shades and tints

Shades of #8F5F72

#8F5F72
(143,95,114)
#825768
(130,87,104)
#754F5E
(117,79,94)
#684754
(104,71,84)
#5B3F4A
(91,63,74)
#4E3740
(78,55,64)
#412F36
(65,47,54)
#34272C
(52,39,44)
#271F22
(39,31,34)
#1A1718
(26,23,24)
#0D0F0E
(13,15,14)
#000000
(0,0,0)

Tints of #8F5F72

#8F5F72
(143,95,114)
#996D7E
(153,109,126)
#A37B8A
(163,123,138)
#AD8996
(173,137,150)
#B797A2
(183,151,162)
#C1A5AE
(193,165,174)
#CBB3BA
(203,179,186)
#D5C1C6
(213,193,198)
#DFCFD2
(223,207,210)
#E9DDDE
(233,221,222)
#F3EBEA
(243,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F5F72; }

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

This text font color is #8F5F72.

Background Color

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

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

This div background color is #8F5F72.

Border color

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

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

This div border color is #8F5F72.

Opacity

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

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

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

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

This text has shadow with #8F5F72 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8F5F72.

Preview

Color preview on black background

This text has color #8F5F72 on black background.


Color preview on white background

This text has color #8F5F72 on white background.


Black color preview on #8F5F72 background

This text has black color on #8F5F72 background.


White color preview on #8F5F72 background

This text has white color on #8F5F72 background.


Related colors

Complementary color

Complementary color for #hex is #70A08D.


I love getcolorcode.com

Triadic colors

1 #728F5F and #5F728F with #8F5F72 are triadic colors.

2 #725F8F and #5F8F72 with #8F5F72 are triadic colors.