COLOR #8F9C46

HEX: #8F9C46
RGB: (143,156,70)

Color info

#8F9C46 contains mainly red and green colors. Web safe color of #8F9C46 is #999933 (or #993).

RGB color model

#8F9C46 color RGB value is (143,156,70).

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

RGB channels and saturation

R 143 of 255 = 56%
G 156 of 255 = 61%
B 70 of 255 = 27%

143
156
70

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

Portions of RGB colors in percentages

R + G + B =
143 + 156 + 70 = 369 (100%)
R 143 of 369 ~ 38.75%
G 156 of 369 ~ 42.28%
B 70 of 369 ~ 18.97%

%38.75
%42.28
%18.97

CMYK color model

#8F9C46 color CMYK value is (8,0,55,39).

  • cyan value is 8.33%
  • magenta value is 0.00%
  • yellow value is 55.13%
  • key color value is 38.82%
CMYK:
(8,0,55,39)
C8M0Y55K39 
(8%,0%,55%,39%)
(0.08/0.00/0.55/0.39)	

CMYK percentages

%8.33
%0
%55.13
%38.82

Codes

Color #8F9C46 in popluar color models

8F9C46
RGB14315670
HSL69°38.05%44.31%
HSB/HSV69°55.13%61.18%
CMYK8.33%0.00%55.13%
38.82%

Color #8F9C46 in popluar number systems.

HEX8F9C46
Decimal14315670
Binary10001111100111001000110
Octal217234106

Shades and tints

Shades of #8F9C46

#8F9C46
(143,156,70)
#828E40
(130,142,64)
#75803A
(117,128,58)
#687234
(104,114,52)
#5B642E
(91,100,46)
#4E5628
(78,86,40)
#414822
(65,72,34)
#343A1C
(52,58,28)
#272C16
(39,44,22)
#1A1E10
(26,30,16)
#0D100A
(13,16,10)
#000000
(0,0,0)

Tints of #8F9C46

#8F9C46
(143,156,70)
#99A556
(153,165,86)
#A3AE66
(163,174,102)
#ADB776
(173,183,118)
#B7C086
(183,192,134)
#C1C996
(193,201,150)
#CBD2A6
(203,210,166)
#D5DBB6
(213,219,182)
#DFE4C6
(223,228,198)
#E9EDD6
(233,237,214)
#F3F6E6
(243,246,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F9C46; }

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

This text font color is #8F9C46.


Background Color

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

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

This div background color is #8F9C46.


Border color

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

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

This div border color is #8F9C46.


Opacity

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

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

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

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

This text has shadow with #8F9C46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F9C46 on black background.


Color preview on white background

This text has color #8F9C46 on white background.



Black color preview on #8F9C46 background

This text has black color on #8F9C46 background.


White color preview on #8F9C46 background

This text has white color on #8F9C46 background.