COLOR #8F8B5C

HEX: #8F8B5C
RGB: (143,139,92)

Color info

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

RGB color model

#8F8B5C color RGB value is (143,139,92).

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

RGB channels and saturation

R 143 of 255 = 56%
G 139 of 255 = 55%
B 92 of 255 = 36%

143
139
92

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

Portions of RGB colors in percentages

R + G + B =
143 + 139 + 92 = 374 (100%)
R 143 of 374 ~ 38.24%
G 139 of 374 ~ 37.17%
B 92 of 374 ~ 24.6%

%38.24
%37.17
%24.6

CMYK color model

#8F8B5C color CMYK value is (0,3,36,44).

  • cyan value is 0.00%
  • magenta value is 2.80%
  • yellow value is 35.66%
  • key color value is 43.92%
CMYK:
(0,3,36,44)
C0M3Y36K44 
(0%,3%,36%,44%)
(0.00/0.03/0.36/0.44)	

CMYK percentages

%0
%2.8
%35.66
%43.92

Codes

Color #8F8B5C in popluar color models

8F8B5C
RGB14313992
HSL55°21.70%46.08%
HSB/HSV55°35.66%56.08%
CMYK0.00%2.80%35.66%
43.92%

Color #8F8B5C in popluar number systems.

HEX8F8B5C
Decimal14313992
Binary10001111100010111011100
Octal217213134

Shades and tints

Shades of #8F8B5C

#8F8B5C
(143,139,92)
#827F54
(130,127,84)
#75734C
(117,115,76)
#686744
(104,103,68)
#5B5B3C
(91,91,60)
#4E4F34
(78,79,52)
#41432C
(65,67,44)
#343724
(52,55,36)
#272B1C
(39,43,28)
#1A1F14
(26,31,20)
#0D130C
(13,19,12)
#000000
(0,0,0)

Tints of #8F8B5C

#8F8B5C
(143,139,92)
#99956A
(153,149,106)
#A39F78
(163,159,120)
#ADA986
(173,169,134)
#B7B394
(183,179,148)
#C1BDA2
(193,189,162)
#CBC7B0
(203,199,176)
#D5D1BE
(213,209,190)
#DFDBCC
(223,219,204)
#E9E5DA
(233,229,218)
#F3EFE8
(243,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F8B5C; }

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

This text font color is #8F8B5C.


Background Color

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

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

This div background color is #8F8B5C.


Border color

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

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

This div border color is #8F8B5C.


Opacity

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

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

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

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

This text has shadow with #8F8B5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F8B5C on black background.


Color preview on white background

This text has color #8F8B5C on white background.



Black color preview on #8F8B5C background

This text has black color on #8F8B5C background.


White color preview on #8F8B5C background

This text has white color on #8F8B5C background.