COLOR #8F566D

HEX: #8F566D
RGB: (143,86,109)

Color info

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

RGB color model

#8F566D color RGB value is (143,86,109).

  • red value is 143;
  • green value is 86;
  • blue value is 109.
RGB:
(143,86,109)
(56%,34%,43%)

RGB channels and saturation

R 143 of 255 = 56%
G 86 of 255 = 34%
B 109 of 255 = 43%

143
86
109

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

Portions of RGB colors in percentages

R + G + B =
143 + 86 + 109 = 338 (100%)
R 143 of 338 ~ 42.31%
G 86 of 338 ~ 25.44%
B 109 of 338 ~ 32.25%

%42.31
%25.44
%32.25

CMYK color model

#8F566D color CMYK value is (0,40,24,44).

  • cyan value is 0.00%
  • magenta value is 39.86%
  • yellow value is 23.78%
  • key color value is 43.92%
CMYK:
(0,40,24,44)
C0M40Y24K44 
(0%,40%,24%,44%)
(0.00/0.40/0.24/0.44)	

CMYK percentages

%0
%39.86
%23.78
%43.92

Codes

Color #8F566D in popluar color models

8F566D
RGB14386109
HSL336°24.89%44.90%
HSB/HSV336°39.86%56.08%
CMYK0.00%39.86%23.78%
43.92%

Color #8F566D in popluar number systems.

HEX8F566D
Decimal14386109
Binary1000111110101101101101
Octal217126155

Shades and tints

Shades of #8F566D

#8F566D
(143,86,109)
#824F64
(130,79,100)
#75485B
(117,72,91)
#684152
(104,65,82)
#5B3A49
(91,58,73)
#4E3340
(78,51,64)
#412C37
(65,44,55)
#34252E
(52,37,46)
#271E25
(39,30,37)
#1A171C
(26,23,28)
#0D1013
(13,16,19)
#000000
(0,0,0)

Tints of #8F566D

#8F566D
(143,86,109)
#99657A
(153,101,122)
#A37487
(163,116,135)
#AD8394
(173,131,148)
#B792A1
(183,146,161)
#C1A1AE
(193,161,174)
#CBB0BB
(203,176,187)
#D5BFC8
(213,191,200)
#DFCED5
(223,206,213)
#E9DDE2
(233,221,226)
#F3ECEF
(243,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F566D color. Also use rgb(143,86,109) instead hex code.

Text Font Color

.myTextColor { color: #8F566D; }

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

This text font color is #8F566D.


Background Color

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

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

This div background color is #8F566D.


Border color

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

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

This div border color is #8F566D.


Opacity

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

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

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

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

This text has shadow with #8F566D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F566D on black background.


Color preview on white background

This text has color #8F566D on white background.



Black color preview on #8F566D background

This text has black color on #8F566D background.


White color preview on #8F566D background

This text has white color on #8F566D background.