COLOR #8F8B5E

HEX: #8F8B5E
RGB: (143,139,94)

Color info

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

RGB color model

#8F8B5E color RGB value is (143,139,94).

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

RGB channels and saturation

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

143
139
94

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

Portions of RGB colors in percentages

R + G + B =
143 + 139 + 94 = 376 (100%)
R 143 of 376 ~ 38.03%
G 139 of 376 ~ 36.97%
B 94 of 376 ~ 25%

%38.03
%36.97
%25

CMYK color model

#8F8B5E color CMYK value is (0,3,34,44).

  • cyan value is 0.00%
  • magenta value is 2.80%
  • yellow value is 34.27%
  • key color value is 43.92%
CMYK:
(0,3,34,44)
C0M3Y34K44 
(0%,3%,34%,44%)
(0.00/0.03/0.34/0.44)	

CMYK percentages

%0
%2.8
%34.27
%43.92

Codes

Color #8F8B5E in popluar color models

8F8B5E
RGB14313994
HSL55°20.68%46.47%
HSB/HSV55°34.27%56.08%
CMYK0.00%2.80%34.27%
43.92%

Color #8F8B5E in popluar number systems.

HEX8F8B5E
Decimal14313994
Binary10001111100010111011110
Octal217213136

Shades and tints

Shades of #8F8B5E

#8F8B5E
(143,139,94)
#827F56
(130,127,86)
#75734E
(117,115,78)
#686746
(104,103,70)
#5B5B3E
(91,91,62)
#4E4F36
(78,79,54)
#41432E
(65,67,46)
#343726
(52,55,38)
#272B1E
(39,43,30)
#1A1F16
(26,31,22)
#0D130E
(13,19,14)
#000000
(0,0,0)

Tints of #8F8B5E

#8F8B5E
(143,139,94)
#99956C
(153,149,108)
#A39F7A
(163,159,122)
#ADA988
(173,169,136)
#B7B396
(183,179,150)
#C1BDA4
(193,189,164)
#CBC7B2
(203,199,178)
#D5D1C0
(213,209,192)
#DFDBCE
(223,219,206)
#E9E5DC
(233,229,220)
#F3EFEA
(243,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F8B5E; }

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

This text font color is #8F8B5E.


Background Color

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

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

This div background color is #8F8B5E.


Border color

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

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

This div border color is #8F8B5E.


Opacity

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

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

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

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

This text has shadow with #8F8B5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F8B5E on black background.


Color preview on white background

This text has color #8F8B5E on white background.



Black color preview on #8F8B5E background

This text has black color on #8F8B5E background.


White color preview on #8F8B5E background

This text has white color on #8F8B5E background.