COLOR #8F8D5E

HEX: #8F8D5E
RGB: (143,141,94)

Color info

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

RGB color model

#8F8D5E color RGB value is (143,141,94).

  • red value is 143;
  • green value is 141;
  • blue value is 94.
RGB:
(143,141,94)
(56%,55%,37%)

RGB channels and saturation

R 143 of 255 = 56%
G 141 of 255 = 55%
B 94 of 255 = 37%

143
141
94

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

Portions of RGB colors in percentages

R + G + B =
143 + 141 + 94 = 378 (100%)
R 143 of 378 ~ 37.83%
G 141 of 378 ~ 37.3%
B 94 of 378 ~ 24.87%

%37.83
%37.3
%24.87

CMYK color model

#8F8D5E color CMYK value is (0,1,34,44).

  • cyan value is 0.00%
  • magenta value is 1.40%
  • yellow value is 34.27%
  • key color value is 43.92%
CMYK:
(0,1,34,44)
C0M1Y34K44 
(0%,1%,34%,44%)
(0.00/0.01/0.34/0.44)	

CMYK percentages

%0
%1.4
%34.27
%43.92

Codes

Color #8F8D5E in popluar color models

8F8D5E
RGB14314194
HSL58°20.68%46.47%
HSB/HSV58°34.27%56.08%
CMYK0.00%1.40%34.27%
43.92%

Color #8F8D5E in popluar number systems.

HEX8F8D5E
Decimal14314194
Binary10001111100011011011110
Octal217215136

Shades and tints

Shades of #8F8D5E

#8F8D5E
(143,141,94)
#828156
(130,129,86)
#75754E
(117,117,78)
#686946
(104,105,70)
#5B5D3E
(91,93,62)
#4E5136
(78,81,54)
#41452E
(65,69,46)
#343926
(52,57,38)
#272D1E
(39,45,30)
#1A2116
(26,33,22)
#0D150E
(13,21,14)
#000000
(0,0,0)

Tints of #8F8D5E

#8F8D5E
(143,141,94)
#99976C
(153,151,108)
#A3A17A
(163,161,122)
#ADAB88
(173,171,136)
#B7B596
(183,181,150)
#C1BFA4
(193,191,164)
#CBC9B2
(203,201,178)
#D5D3C0
(213,211,192)
#DFDDCE
(223,221,206)
#E9E7DC
(233,231,220)
#F3F1EA
(243,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F8D5E color. Also use rgb(143,141,94) instead hex code.

Text Font Color

.myTextColor { color: #8F8D5E; }

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

This text font color is #8F8D5E.


Background Color

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

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

This div background color is #8F8D5E.


Border color

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

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

This div border color is #8F8D5E.


Opacity

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

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

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

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

This text has shadow with #8F8D5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F8D5E on black background.


Color preview on white background

This text has color #8F8D5E on white background.



Black color preview on #8F8D5E background

This text has black color on #8F8D5E background.


White color preview on #8F8D5E background

This text has white color on #8F8D5E background.