COLOR #8E974C

HEX: #8E974C
RGB: (142,151,76)

Color info

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

RGB color model

#8E974C color RGB value is (142,151,76).

  • red value is 142;
  • green value is 151;
  • blue value is 76.
RGB:
(142,151,76)
(56%,59%,30%)

RGB channels and saturation

R 142 of 255 = 56%
G 151 of 255 = 59%
B 76 of 255 = 30%

142
151
76

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

Portions of RGB colors in percentages

R + G + B =
142 + 151 + 76 = 369 (100%)
R 142 of 369 ~ 38.48%
G 151 of 369 ~ 40.92%
B 76 of 369 ~ 20.6%

%38.48
%40.92
%20.6

CMYK color model

#8E974C color CMYK value is (6,0,50,41).

  • cyan value is 5.96%
  • magenta value is 0.00%
  • yellow value is 49.67%
  • key color value is 40.78%
CMYK:
(6,0,50,41)
C6M0Y50K41 
(6%,0%,50%,41%)
(0.06/0.00/0.50/0.41)	

CMYK percentages

%5.96
%0
%49.67
%40.78

Codes

Color #8E974C in popluar color models

8E974C
RGB14215176
HSL67°33.04%44.51%
HSB/HSV67°49.67%59.22%
CMYK5.96%0.00%49.67%
40.78%

Color #8E974C in popluar number systems.

HEX8E974C
Decimal14215176
Binary10001110100101111001100
Octal216227114

Shades and tints

Shades of #8E974C

#8E974C
(142,151,76)
#828A46
(130,138,70)
#767D40
(118,125,64)
#6A703A
(106,112,58)
#5E6334
(94,99,52)
#52562E
(82,86,46)
#464928
(70,73,40)
#3A3C22
(58,60,34)
#2E2F1C
(46,47,28)
#222216
(34,34,22)
#161510
(22,21,16)
#000000
(0,0,0)

Tints of #8E974C

#8E974C
(142,151,76)
#98A05C
(152,160,92)
#A2A96C
(162,169,108)
#ACB27C
(172,178,124)
#B6BB8C
(182,187,140)
#C0C49C
(192,196,156)
#CACDAC
(202,205,172)
#D4D6BC
(212,214,188)
#DEDFCC
(222,223,204)
#E8E8DC
(232,232,220)
#F2F1EC
(242,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E974C color. Also use rgb(142,151,76) instead hex code.

Text Font Color

.myTextColor { color: #8E974C; }

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

This text font color is #8E974C.


Background Color

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

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

This div background color is #8E974C.


Border color

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

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

This div border color is #8E974C.


Opacity

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

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

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

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

This text has shadow with #8E974C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E974C on black background.


Color preview on white background

This text has color #8E974C on white background.



Black color preview on #8E974C background

This text has black color on #8E974C background.


White color preview on #8E974C background

This text has white color on #8E974C background.