COLOR #8F6374

HEX: #8F6374
RGB: (143,99,116)

Color info

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

RGB color model

#8F6374 color RGB value is (143,99,116).

  • red value is 143;
  • green value is 99;
  • blue value is 116.
RGB:
(143,99,116)
(56%,39%,45%)

RGB channels and saturation

R 143 of 255 = 56%
G 99 of 255 = 39%
B 116 of 255 = 45%

143
99
116

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

Portions of RGB colors in percentages

R + G + B =
143 + 99 + 116 = 358 (100%)
R 143 of 358 ~ 39.94%
G 99 of 358 ~ 27.65%
B 116 of 358 ~ 32.4%

%39.94
%27.65
%32.4

CMYK color model

#8F6374 color CMYK value is (0,31,19,44).

  • cyan value is 0.00%
  • magenta value is 30.77%
  • yellow value is 18.88%
  • key color value is 43.92%
CMYK:
(0,31,19,44)
C0M31Y19K44 
(0%,31%,19%,44%)
(0.00/0.31/0.19/0.44)	

CMYK percentages

%0
%30.77
%18.88
%43.92

Codes

Color #8F6374 in popluar color models

8F6374
RGB14399116
HSL337°18.18%47.45%
HSB/HSV337°30.77%56.08%
CMYK0.00%30.77%18.88%
43.92%

Color #8F6374 in popluar number systems.

HEX8F6374
Decimal14399116
Binary1000111111000111110100
Octal217143164

Shades and tints

Shades of #8F6374

#8F6374
(143,99,116)
#825A6A
(130,90,106)
#755160
(117,81,96)
#684856
(104,72,86)
#5B3F4C
(91,63,76)
#4E3642
(78,54,66)
#412D38
(65,45,56)
#34242E
(52,36,46)
#271B24
(39,27,36)
#1A121A
(26,18,26)
#0D0910
(13,9,16)
#000000
(0,0,0)

Tints of #8F6374

#8F6374
(143,99,116)
#997180
(153,113,128)
#A37F8C
(163,127,140)
#AD8D98
(173,141,152)
#B79BA4
(183,155,164)
#C1A9B0
(193,169,176)
#CBB7BC
(203,183,188)
#D5C5C8
(213,197,200)
#DFD3D4
(223,211,212)
#E9E1E0
(233,225,224)
#F3EFEC
(243,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F6374 color. Also use rgb(143,99,116) instead hex code.

Text Font Color

.myTextColor { color: #8F6374; }

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

This text font color is #8F6374.


Background Color

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

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

This div background color is #8F6374.


Border color

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

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

This div border color is #8F6374.


Opacity

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

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

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

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

This text has shadow with #8F6374 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F6374 on black background.


Color preview on white background

This text has color #8F6374 on white background.



Black color preview on #8F6374 background

This text has black color on #8F6374 background.


White color preview on #8F6374 background

This text has white color on #8F6374 background.