COLOR #8F737F

HEX: #8F737F
RGB: (143,115,127)

Color info

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

RGB color model

#8F737F color RGB value is (143,115,127).

  • red value is 143;
  • green value is 115;
  • blue value is 127.
RGB:
(143,115,127)
(56%,45%,50%)

RGB channels and saturation

R 143 of 255 = 56%
G 115 of 255 = 45%
B 127 of 255 = 50%

143
115
127

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

Portions of RGB colors in percentages

R + G + B =
143 + 115 + 127 = 385 (100%)
R 143 of 385 ~ 37.14%
G 115 of 385 ~ 29.87%
B 127 of 385 ~ 32.99%

%37.14
%29.87
%32.99

CMYK color model

#8F737F color CMYK value is (0,20,11,44).

  • cyan value is 0.00%
  • magenta value is 19.58%
  • yellow value is 11.19%
  • key color value is 43.92%
CMYK:
(0,20,11,44)
C0M20Y11K44 
(0%,20%,11%,44%)
(0.00/0.20/0.11/0.44)	

CMYK percentages

%0
%19.58
%11.19
%43.92

Codes

Color #8F737F in popluar color models

8F737F
RGB143115127
HSL334°11.11%50.59%
HSB/HSV334°19.58%56.08%
CMYK0.00%19.58%11.19%
43.92%

Color #8F737F in popluar number systems.

HEX8F737F
Decimal143115127
Binary1000111111100111111111
Octal217163177

Shades and tints

Shades of #8F737F

#8F737F
(143,115,127)
#826974
(130,105,116)
#755F69
(117,95,105)
#68555E
(104,85,94)
#5B4B53
(91,75,83)
#4E4148
(78,65,72)
#41373D
(65,55,61)
#342D32
(52,45,50)
#272327
(39,35,39)
#1A191C
(26,25,28)
#0D0F11
(13,15,17)
#000000
(0,0,0)

Tints of #8F737F

#8F737F
(143,115,127)
#997F8A
(153,127,138)
#A38B95
(163,139,149)
#AD97A0
(173,151,160)
#B7A3AB
(183,163,171)
#C1AFB6
(193,175,182)
#CBBBC1
(203,187,193)
#D5C7CC
(213,199,204)
#DFD3D7
(223,211,215)
#E9DFE2
(233,223,226)
#F3EBED
(243,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F737F color. Also use rgb(143,115,127) instead hex code.

Text Font Color

.myTextColor { color: #8F737F; }

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

This text font color is #8F737F.


Background Color

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

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

This div background color is #8F737F.


Border color

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

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

This div border color is #8F737F.


Opacity

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

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

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

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

This text has shadow with #8F737F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F737F on black background.


Color preview on white background

This text has color #8F737F on white background.



Black color preview on #8F737F background

This text has black color on #8F737F background.


White color preview on #8F737F background

This text has white color on #8F737F background.