COLOR #8F5569

HEX: #8F5569
RGB: (143,85,105)

Color info

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

RGB color model

#8F5569 color RGB value is (143,85,105).

  • red value is 143;
  • green value is 85;
  • blue value is 105.
RGB:
(143,85,105)
(56%,33%,41%)

RGB channels and saturation

R 143 of 255 = 56%
G 85 of 255 = 33%
B 105 of 255 = 41%

143
85
105

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

Portions of RGB colors in percentages

R + G + B =
143 + 85 + 105 = 333 (100%)
R 143 of 333 ~ 42.94%
G 85 of 333 ~ 25.53%
B 105 of 333 ~ 31.53%

%42.94
%25.53
%31.53

CMYK color model

#8F5569 color CMYK value is (0,41,27,44).

  • cyan value is 0.00%
  • magenta value is 40.56%
  • yellow value is 26.57%
  • key color value is 43.92%
CMYK:
(0,41,27,44)
C0M41Y27K44 
(0%,41%,27%,44%)
(0.00/0.41/0.27/0.44)	

CMYK percentages

%0
%40.56
%26.57
%43.92

Codes

Color #8F5569 in popluar color models

8F5569
RGB14385105
HSL339°25.44%44.71%
HSB/HSV339°40.56%56.08%
CMYK0.00%40.56%26.57%
43.92%

Color #8F5569 in popluar number systems.

HEX8F5569
Decimal14385105
Binary1000111110101011101001
Octal217125151

Shades and tints

Shades of #8F5569

#8F5569
(143,85,105)
#824E60
(130,78,96)
#754757
(117,71,87)
#68404E
(104,64,78)
#5B3945
(91,57,69)
#4E323C
(78,50,60)
#412B33
(65,43,51)
#34242A
(52,36,42)
#271D21
(39,29,33)
#1A1618
(26,22,24)
#0D0F0F
(13,15,15)
#000000
(0,0,0)

Tints of #8F5569

#8F5569
(143,85,105)
#996476
(153,100,118)
#A37383
(163,115,131)
#AD8290
(173,130,144)
#B7919D
(183,145,157)
#C1A0AA
(193,160,170)
#CBAFB7
(203,175,183)
#D5BEC4
(213,190,196)
#DFCDD1
(223,205,209)
#E9DCDE
(233,220,222)
#F3EBEB
(243,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F5569 color. Also use rgb(143,85,105) instead hex code.

Text Font Color

.myTextColor { color: #8F5569; }

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

This text font color is #8F5569.


Background Color

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

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

This div background color is #8F5569.


Border color

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

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

This div border color is #8F5569.


Opacity

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

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

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

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

This text has shadow with #8F5569 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F5569 on black background.


Color preview on white background

This text has color #8F5569 on white background.



Black color preview on #8F5569 background

This text has black color on #8F5569 background.


White color preview on #8F5569 background

This text has white color on #8F5569 background.