COLOR #8F757C

HEX: #8F757C
RGB: (143,117,124)

Color info

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

RGB color model

#8F757C color RGB value is (143,117,124).

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

RGB channels and saturation

R 143 of 255 = 56%
G 117 of 255 = 46%
B 124 of 255 = 49%

143
117
124

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

Portions of RGB colors in percentages

R + G + B =
143 + 117 + 124 = 384 (100%)
R 143 of 384 ~ 37.24%
G 117 of 384 ~ 30.47%
B 124 of 384 ~ 32.29%

%37.24
%30.47
%32.29

CMYK color model

#8F757C color CMYK value is (0,18,13,44).

  • cyan value is 0.00%
  • magenta value is 18.18%
  • yellow value is 13.29%
  • key color value is 43.92%
CMYK:
(0,18,13,44)
C0M18Y13K44 
(0%,18%,13%,44%)
(0.00/0.18/0.13/0.44)	

CMYK percentages

%0
%18.18
%13.29
%43.92

Codes

Color #8F757C in popluar color models

8F757C
RGB143117124
HSL344°10.40%50.98%
HSB/HSV344°18.18%56.08%
CMYK0.00%18.18%13.29%
43.92%

Color #8F757C in popluar number systems.

HEX8F757C
Decimal143117124
Binary1000111111101011111100
Octal217165174

Shades and tints

Shades of #8F757C

#8F757C
(143,117,124)
#826B71
(130,107,113)
#756166
(117,97,102)
#68575B
(104,87,91)
#5B4D50
(91,77,80)
#4E4345
(78,67,69)
#41393A
(65,57,58)
#342F2F
(52,47,47)
#272524
(39,37,36)
#1A1B19
(26,27,25)
#0D110E
(13,17,14)
#000000
(0,0,0)

Tints of #8F757C

#8F757C
(143,117,124)
#998187
(153,129,135)
#A38D92
(163,141,146)
#AD999D
(173,153,157)
#B7A5A8
(183,165,168)
#C1B1B3
(193,177,179)
#CBBDBE
(203,189,190)
#D5C9C9
(213,201,201)
#DFD5D4
(223,213,212)
#E9E1DF
(233,225,223)
#F3EDEA
(243,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F757C; }

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

This text font color is #8F757C.


Background Color

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

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

This div background color is #8F757C.


Border color

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

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

This div border color is #8F757C.


Opacity

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

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

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

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

This text has shadow with #8F757C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F757C on black background.


Color preview on white background

This text has color #8F757C on white background.



Black color preview on #8F757C background

This text has black color on #8F757C background.


White color preview on #8F757C background

This text has white color on #8F757C background.