COLOR #8F9C4E

HEX: #8F9C4E
RGB: (143,156,78)

Color info

#8F9C4E contains mainly red and green colors. Web safe color of #8F9C4E is #999966 (or #996).

RGB color model

#8F9C4E color RGB value is (143,156,78).

  • red value is 143;
  • green value is 156;
  • blue value is 78.
RGB:
(143,156,78)
(56%,61%,31%)

RGB channels and saturation

R 143 of 255 = 56%
G 156 of 255 = 61%
B 78 of 255 = 31%

143
156
78

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

Portions of RGB colors in percentages

R + G + B =
143 + 156 + 78 = 377 (100%)
R 143 of 377 ~ 37.93%
G 156 of 377 ~ 41.38%
B 78 of 377 ~ 20.69%

%37.93
%41.38
%20.69

CMYK color model

#8F9C4E color CMYK value is (8,0,50,39).

  • cyan value is 8.33%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 38.82%
CMYK:
(8,0,50,39)
C8M0Y50K39 
(8%,0%,50%,39%)
(0.08/0.00/0.50/0.39)	

CMYK percentages

%8.33
%0
%50
%38.82

Codes

Color #8F9C4E in popluar color models

8F9C4E
RGB14315678
HSL70°33.33%45.88%
HSB/HSV70°50.00%61.18%
CMYK8.33%0.00%50.00%
38.82%

Color #8F9C4E in popluar number systems.

HEX8F9C4E
Decimal14315678
Binary10001111100111001001110
Octal217234116

Shades and tints

Shades of #8F9C4E

#8F9C4E
(143,156,78)
#828E47
(130,142,71)
#758040
(117,128,64)
#687239
(104,114,57)
#5B6432
(91,100,50)
#4E562B
(78,86,43)
#414824
(65,72,36)
#343A1D
(52,58,29)
#272C16
(39,44,22)
#1A1E0F
(26,30,15)
#0D1008
(13,16,8)
#000000
(0,0,0)

Tints of #8F9C4E

#8F9C4E
(143,156,78)
#99A55E
(153,165,94)
#A3AE6E
(163,174,110)
#ADB77E
(173,183,126)
#B7C08E
(183,192,142)
#C1C99E
(193,201,158)
#CBD2AE
(203,210,174)
#D5DBBE
(213,219,190)
#DFE4CE
(223,228,206)
#E9EDDE
(233,237,222)
#F3F6EE
(243,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F9C4E color. Also use rgb(143,156,78) instead hex code.

Text Font Color

.myTextColor { color: #8F9C4E; }

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

This text font color is #8F9C4E.


Background Color

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

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

This div background color is #8F9C4E.


Border color

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

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

This div border color is #8F9C4E.


Opacity

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

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

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

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

This text has shadow with #8F9C4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F9C4E on black background.


Color preview on white background

This text has color #8F9C4E on white background.



Black color preview on #8F9C4E background

This text has black color on #8F9C4E background.


White color preview on #8F9C4E background

This text has white color on #8F9C4E background.