COLOR #8F9C74

HEX: #8F9C74
RGB: (143,156,116)

Color info

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

RGB color model

#8F9C74 color RGB value is (143,156,116).

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

RGB channels and saturation

R 143 of 255 = 56%
G 156 of 255 = 61%
B 116 of 255 = 45%

143
156
116

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

Portions of RGB colors in percentages

R + G + B =
143 + 156 + 116 = 415 (100%)
R 143 of 415 ~ 34.46%
G 156 of 415 ~ 37.59%
B 116 of 415 ~ 27.95%

%34.46
%37.59
%27.95

CMYK color model

#8F9C74 color CMYK value is (8,0,26,39).

  • cyan value is 8.33%
  • magenta value is 0.00%
  • yellow value is 25.64%
  • key color value is 38.82%
CMYK:
(8,0,26,39)
C8M0Y26K39 
(8%,0%,26%,39%)
(0.08/0.00/0.26/0.39)	

CMYK percentages

%8.33
%0
%25.64
%38.82

Codes

Color #8F9C74 in popluar color models

8F9C74
RGB143156116
HSL80°16.81%53.33%
HSB/HSV80°25.64%61.18%
CMYK8.33%0.00%25.64%
38.82%

Color #8F9C74 in popluar number systems.

HEX8F9C74
Decimal143156116
Binary10001111100111001110100
Octal217234164

Shades and tints

Shades of #8F9C74

#8F9C74
(143,156,116)
#828E6A
(130,142,106)
#758060
(117,128,96)
#687256
(104,114,86)
#5B644C
(91,100,76)
#4E5642
(78,86,66)
#414838
(65,72,56)
#343A2E
(52,58,46)
#272C24
(39,44,36)
#1A1E1A
(26,30,26)
#0D1010
(13,16,16)
#000000
(0,0,0)

Tints of #8F9C74

#8F9C74
(143,156,116)
#99A580
(153,165,128)
#A3AE8C
(163,174,140)
#ADB798
(173,183,152)
#B7C0A4
(183,192,164)
#C1C9B0
(193,201,176)
#CBD2BC
(203,210,188)
#D5DBC8
(213,219,200)
#DFE4D4
(223,228,212)
#E9EDE0
(233,237,224)
#F3F6EC
(243,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F9C74; }

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

This text font color is #8F9C74.


Background Color

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

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

This div background color is #8F9C74.


Border color

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

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

This div border color is #8F9C74.


Opacity

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

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

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

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

This text has shadow with #8F9C74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F9C74 on black background.


Color preview on white background

This text has color #8F9C74 on white background.



Black color preview on #8F9C74 background

This text has black color on #8F9C74 background.


White color preview on #8F9C74 background

This text has white color on #8F9C74 background.