COLOR #8F6479

HEX: #8F6479
RGB: (143,100,121)

Color info

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

RGB color model

#8F6479 color RGB value is (143,100,121).

  • red value is 143;
  • green value is 100;
  • blue value is 121.
RGB:
(143,100,121)
(56%,39%,47%)

RGB channels and saturation

R 143 of 255 = 56%
G 100 of 255 = 39%
B 121 of 255 = 47%

143
100
121

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

Portions of RGB colors in percentages

R + G + B =
143 + 100 + 121 = 364 (100%)
R 143 of 364 ~ 39.29%
G 100 of 364 ~ 27.47%
B 121 of 364 ~ 33.24%

%39.29
%27.47
%33.24

CMYK color model

#8F6479 color CMYK value is (0,30,15,44).

  • cyan value is 0.00%
  • magenta value is 30.07%
  • yellow value is 15.38%
  • key color value is 43.92%
CMYK:
(0,30,15,44)
C0M30Y15K44 
(0%,30%,15%,44%)
(0.00/0.30/0.15/0.44)	

CMYK percentages

%0
%30.07
%15.38
%43.92

Codes

Color #8F6479 in popluar color models

8F6479
RGB143100121
HSL331°17.70%47.65%
HSB/HSV331°30.07%56.08%
CMYK0.00%30.07%15.38%
43.92%

Color #8F6479 in popluar number systems.

HEX8F6479
Decimal143100121
Binary1000111111001001111001
Octal217144171

Shades and tints

Shades of #8F6479

#8F6479
(143,100,121)
#825B6E
(130,91,110)
#755263
(117,82,99)
#684958
(104,73,88)
#5B404D
(91,64,77)
#4E3742
(78,55,66)
#412E37
(65,46,55)
#34252C
(52,37,44)
#271C21
(39,28,33)
#1A1316
(26,19,22)
#0D0A0B
(13,10,11)
#000000
(0,0,0)

Tints of #8F6479

#8F6479
(143,100,121)
#997285
(153,114,133)
#A38091
(163,128,145)
#AD8E9D
(173,142,157)
#B79CA9
(183,156,169)
#C1AAB5
(193,170,181)
#CBB8C1
(203,184,193)
#D5C6CD
(213,198,205)
#DFD4D9
(223,212,217)
#E9E2E5
(233,226,229)
#F3F0F1
(243,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F6479 color. Also use rgb(143,100,121) instead hex code.

Text Font Color

.myTextColor { color: #8F6479; }

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

This text font color is #8F6479.


Background Color

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

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

This div background color is #8F6479.


Border color

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

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

This div border color is #8F6479.


Opacity

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

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

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

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

This text has shadow with #8F6479 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F6479 on black background.


Color preview on white background

This text has color #8F6479 on white background.



Black color preview on #8F6479 background

This text has black color on #8F6479 background.


White color preview on #8F6479 background

This text has white color on #8F6479 background.