COLOR #8F596E

HEX: #8F596E
RGB: (143,89,110)

Color info

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

RGB color model

#8F596E color RGB value is (143,89,110).

  • red value is 143;
  • green value is 89;
  • blue value is 110.
RGB:
(143,89,110)
(56%,35%,43%)

RGB channels and saturation

R 143 of 255 = 56%
G 89 of 255 = 35%
B 110 of 255 = 43%

143
89
110

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

Portions of RGB colors in percentages

R + G + B =
143 + 89 + 110 = 342 (100%)
R 143 of 342 ~ 41.81%
G 89 of 342 ~ 26.02%
B 110 of 342 ~ 32.16%

%41.81
%26.02
%32.16

CMYK color model

#8F596E color CMYK value is (0,38,23,44).

  • cyan value is 0.00%
  • magenta value is 37.76%
  • yellow value is 23.08%
  • key color value is 43.92%
CMYK:
(0,38,23,44)
C0M38Y23K44 
(0%,38%,23%,44%)
(0.00/0.38/0.23/0.44)	

CMYK percentages

%0
%37.76
%23.08
%43.92

Codes

Color #8F596E in popluar color models

8F596E
RGB14389110
HSL337°23.28%45.49%
HSB/HSV337°37.76%56.08%
CMYK0.00%37.76%23.08%
43.92%

Color #8F596E in popluar number systems.

HEX8F596E
Decimal14389110
Binary1000111110110011101110
Octal217131156

Shades and tints

Shades of #8F596E

#8F596E
(143,89,110)
#825164
(130,81,100)
#75495A
(117,73,90)
#684150
(104,65,80)
#5B3946
(91,57,70)
#4E313C
(78,49,60)
#412932
(65,41,50)
#342128
(52,33,40)
#27191E
(39,25,30)
#1A1114
(26,17,20)
#0D090A
(13,9,10)
#000000
(0,0,0)

Tints of #8F596E

#8F596E
(143,89,110)
#99687B
(153,104,123)
#A37788
(163,119,136)
#AD8695
(173,134,149)
#B795A2
(183,149,162)
#C1A4AF
(193,164,175)
#CBB3BC
(203,179,188)
#D5C2C9
(213,194,201)
#DFD1D6
(223,209,214)
#E9E0E3
(233,224,227)
#F3EFF0
(243,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F596E color. Also use rgb(143,89,110) instead hex code.

Text Font Color

.myTextColor { color: #8F596E; }

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

This text font color is #8F596E.


Background Color

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

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

This div background color is #8F596E.


Border color

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

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

This div border color is #8F596E.


Opacity

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

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

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

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

This text has shadow with #8F596E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F596E on black background.


Color preview on white background

This text has color #8F596E on white background.



Black color preview on #8F596E background

This text has black color on #8F596E background.


White color preview on #8F596E background

This text has white color on #8F596E background.