COLOR #8F8380

HEX: #8F8380
RGB: (143,131,128)

Color info

#8F8380 contains red, green and blue colors in about the same proportion. Web safe color of #8F8380 is #999966 (or #996).

RGB color model

#8F8380 color RGB value is (143,131,128).

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

RGB channels and saturation

R 143 of 255 = 56%
G 131 of 255 = 51%
B 128 of 255 = 50%

143
131
128

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

Portions of RGB colors in percentages

R + G + B =
143 + 131 + 128 = 402 (100%)
R 143 of 402 ~ 35.57%
G 131 of 402 ~ 32.59%
B 128 of 402 ~ 31.84%

%35.57
%32.59
%31.84

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 8.39%
  • yellow value is 10.49%
  • key color value is 43.92%
CMYK:
(0,8,10,44)
C0M8Y10K44 
(0%,8%,10%,44%)
(0.00/0.08/0.10/0.44)	

CMYK percentages

%0
%8.39
%10.49
%43.92

Codes

Color #8F8380 in popluar color models

8F8380
RGB143131128
HSL12°6.28%53.14%
HSB/HSV12°10.49%56.08%
CMYK0.00%8.39%10.49%
43.92%

Color #8F8380 in popluar number systems.

HEX8F8380
Decimal143131128
Binary100011111000001110000000
Octal217203200

Shades and tints

Shades of #8F8380

#8F8380
(143,131,128)
#827875
(130,120,117)
#756D6A
(117,109,106)
#68625F
(104,98,95)
#5B5754
(91,87,84)
#4E4C49
(78,76,73)
#41413E
(65,65,62)
#343633
(52,54,51)
#272B28
(39,43,40)
#1A201D
(26,32,29)
#0D1512
(13,21,18)
#000000
(0,0,0)

Tints of #8F8380

#8F8380
(143,131,128)
#998E8B
(153,142,139)
#A39996
(163,153,150)
#ADA4A1
(173,164,161)
#B7AFAC
(183,175,172)
#C1BAB7
(193,186,183)
#CBC5C2
(203,197,194)
#D5D0CD
(213,208,205)
#DFDBD8
(223,219,216)
#E9E6E3
(233,230,227)
#F3F1EE
(243,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F8380; }

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

This text font color is #8F8380.


Background Color

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

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

This div background color is #8F8380.


Border color

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

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

This div border color is #8F8380.


Opacity

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

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

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

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

This text has shadow with #8F8380 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F8380 on black background.


Color preview on white background

This text has color #8F8380 on white background.



Black color preview on #8F8380 background

This text has black color on #8F8380 background.


White color preview on #8F8380 background

This text has white color on #8F8380 background.