COLOR #8F8C5D

HEX: #8F8C5D
RGB: (143,140,93)

Color info

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

RGB color model

#8F8C5D color RGB value is (143,140,93).

  • red value is 143;
  • green value is 140;
  • blue value is 93.
RGB:
(143,140,93)
(56%,55%,36%)

RGB channels and saturation

R 143 of 255 = 56%
G 140 of 255 = 55%
B 93 of 255 = 36%

143
140
93

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

Portions of RGB colors in percentages

R + G + B =
143 + 140 + 93 = 376 (100%)
R 143 of 376 ~ 38.03%
G 140 of 376 ~ 37.23%
B 93 of 376 ~ 24.73%

%38.03
%37.23
%24.73

CMYK color model

#8F8C5D color CMYK value is (0,2,35,44).

  • cyan value is 0.00%
  • magenta value is 2.10%
  • yellow value is 34.97%
  • key color value is 43.92%
CMYK:
(0,2,35,44)
C0M2Y35K44 
(0%,2%,35%,44%)
(0.00/0.02/0.35/0.44)	

CMYK percentages

%0
%2.1
%34.97
%43.92

Codes

Color #8F8C5D in popluar color models

8F8C5D
RGB14314093
HSL56°21.19%46.27%
HSB/HSV56°34.97%56.08%
CMYK0.00%2.10%34.97%
43.92%

Color #8F8C5D in popluar number systems.

HEX8F8C5D
Decimal14314093
Binary10001111100011001011101
Octal217214135

Shades and tints

Shades of #8F8C5D

#8F8C5D
(143,140,93)
#828055
(130,128,85)
#75744D
(117,116,77)
#686845
(104,104,69)
#5B5C3D
(91,92,61)
#4E5035
(78,80,53)
#41442D
(65,68,45)
#343825
(52,56,37)
#272C1D
(39,44,29)
#1A2015
(26,32,21)
#0D140D
(13,20,13)
#000000
(0,0,0)

Tints of #8F8C5D

#8F8C5D
(143,140,93)
#99966B
(153,150,107)
#A3A079
(163,160,121)
#ADAA87
(173,170,135)
#B7B495
(183,180,149)
#C1BEA3
(193,190,163)
#CBC8B1
(203,200,177)
#D5D2BF
(213,210,191)
#DFDCCD
(223,220,205)
#E9E6DB
(233,230,219)
#F3F0E9
(243,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F8C5D color. Also use rgb(143,140,93) instead hex code.

Text Font Color

.myTextColor { color: #8F8C5D; }

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

This text font color is #8F8C5D.


Background Color

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

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

This div background color is #8F8C5D.


Border color

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

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

This div border color is #8F8C5D.


Opacity

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

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

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

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

This text has shadow with #8F8C5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F8C5D on black background.


Color preview on white background

This text has color #8F8C5D on white background.



Black color preview on #8F8C5D background

This text has black color on #8F8C5D background.


White color preview on #8F8C5D background

This text has white color on #8F8C5D background.