COLOR #8F807C

HEX: #8F807C
RGB: (143,128,124)

Color info

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

RGB color model

#8F807C color RGB value is (143,128,124).

  • red value is 143;
  • green value is 128;
  • blue value is 124.
RGB:
(143,128,124)
(56%,50%,49%)

RGB channels and saturation

R 143 of 255 = 56%
G 128 of 255 = 50%
B 124 of 255 = 49%

143
128
124

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

Portions of RGB colors in percentages

R + G + B =
143 + 128 + 124 = 395 (100%)
R 143 of 395 ~ 36.2%
G 128 of 395 ~ 32.41%
B 124 of 395 ~ 31.39%

%36.2
%32.41
%31.39

CMYK color model

#8F807C color CMYK value is (0,10,13,44).

  • cyan value is 0.00%
  • magenta value is 10.49%
  • yellow value is 13.29%
  • key color value is 43.92%
CMYK:
(0,10,13,44)
C0M10Y13K44 
(0%,10%,13%,44%)
(0.00/0.10/0.13/0.44)	

CMYK percentages

%0
%10.49
%13.29
%43.92

Codes

Color #8F807C in popluar color models

8F807C
RGB143128124
HSL13°7.82%52.35%
HSB/HSV13°13.29%56.08%
CMYK0.00%10.49%13.29%
43.92%

Color #8F807C in popluar number systems.

HEX8F807C
Decimal143128124
Binary10001111100000001111100
Octal217200174

Shades and tints

Shades of #8F807C

#8F807C
(143,128,124)
#827571
(130,117,113)
#756A66
(117,106,102)
#685F5B
(104,95,91)
#5B5450
(91,84,80)
#4E4945
(78,73,69)
#413E3A
(65,62,58)
#34332F
(52,51,47)
#272824
(39,40,36)
#1A1D19
(26,29,25)
#0D120E
(13,18,14)
#000000
(0,0,0)

Tints of #8F807C

#8F807C
(143,128,124)
#998B87
(153,139,135)
#A39692
(163,150,146)
#ADA19D
(173,161,157)
#B7ACA8
(183,172,168)
#C1B7B3
(193,183,179)
#CBC2BE
(203,194,190)
#D5CDC9
(213,205,201)
#DFD8D4
(223,216,212)
#E9E3DF
(233,227,223)
#F3EEEA
(243,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F807C color. Also use rgb(143,128,124) instead hex code.

Text Font Color

.myTextColor { color: #8F807C; }

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

This text font color is #8F807C.


Background Color

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

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

This div background color is #8F807C.


Border color

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

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

This div border color is #8F807C.


Opacity

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

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

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

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

This text has shadow with #8F807C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F807C on black background.


Color preview on white background

This text has color #8F807C on white background.



Black color preview on #8F807C background

This text has black color on #8F807C background.


White color preview on #8F807C background

This text has white color on #8F807C background.