COLOR #8F4F60

HEX: #8F4F60
RGB: (143,79,96)

Color info

#8F4F60 contains mainly red and blue colors. Web safe color of #8F4F60 is #996666 (or #966).

RGB color model

#8F4F60 color RGB value is (143,79,96).

  • red value is 143;
  • green value is 79;
  • blue value is 96.
RGB:
(143,79,96)
(56%,31%,38%)

RGB channels and saturation

R 143 of 255 = 56%
G 79 of 255 = 31%
B 96 of 255 = 38%

143
79
96

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

Portions of RGB colors in percentages

R + G + B =
143 + 79 + 96 = 318 (100%)
R 143 of 318 ~ 44.97%
G 79 of 318 ~ 24.84%
B 96 of 318 ~ 30.19%

%44.97
%24.84
%30.19

CMYK color model

#8F4F60 color CMYK value is (0,45,33,44).

  • cyan value is 0.00%
  • magenta value is 44.76%
  • yellow value is 32.87%
  • key color value is 43.92%
CMYK:
(0,45,33,44)
C0M45Y33K44 
(0%,45%,33%,44%)
(0.00/0.45/0.33/0.44)	

CMYK percentages

%0
%44.76
%32.87
%43.92

Codes

Color #8F4F60 in popluar color models

8F4F60
RGB1437996
HSL344°28.83%43.53%
HSB/HSV344°44.76%56.08%
CMYK0.00%44.76%32.87%
43.92%

Color #8F4F60 in popluar number systems.

HEX8F4F60
Decimal1437996
Binary1000111110011111100000
Octal217117140

Shades and tints

Shades of #8F4F60

#8F4F60
(143,79,96)
#824858
(130,72,88)
#754150
(117,65,80)
#683A48
(104,58,72)
#5B3340
(91,51,64)
#4E2C38
(78,44,56)
#412530
(65,37,48)
#341E28
(52,30,40)
#271720
(39,23,32)
#1A1018
(26,16,24)
#0D0910
(13,9,16)
#000000
(0,0,0)

Tints of #8F4F60

#8F4F60
(143,79,96)
#995F6E
(153,95,110)
#A36F7C
(163,111,124)
#AD7F8A
(173,127,138)
#B78F98
(183,143,152)
#C19FA6
(193,159,166)
#CBAFB4
(203,175,180)
#D5BFC2
(213,191,194)
#DFCFD0
(223,207,208)
#E9DFDE
(233,223,222)
#F3EFEC
(243,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F4F60 color. Also use rgb(143,79,96) instead hex code.

Text Font Color

.myTextColor { color: #8F4F60; }

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

This text font color is #8F4F60.


Background Color

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

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

This div background color is #8F4F60.


Border color

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

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

This div border color is #8F4F60.


Opacity

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

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

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

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

This text has shadow with #8F4F60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F4F60 on black background.


Color preview on white background

This text has color #8F4F60 on white background.



Black color preview on #8F4F60 background

This text has black color on #8F4F60 background.


White color preview on #8F4F60 background

This text has white color on #8F4F60 background.