COLOR #8E9451

HEX: #8E9451
RGB: (142,148,81)

Color info

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

RGB color model

#8E9451 color RGB value is (142,148,81).

  • red value is 142;
  • green value is 148;
  • blue value is 81.
RGB:
(142,148,81)
(56%,58%,32%)

RGB channels and saturation

R 142 of 255 = 56%
G 148 of 255 = 58%
B 81 of 255 = 32%

142
148
81

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

Portions of RGB colors in percentages

R + G + B =
142 + 148 + 81 = 371 (100%)
R 142 of 371 ~ 38.27%
G 148 of 371 ~ 39.89%
B 81 of 371 ~ 21.83%

%38.27
%39.89
%21.83

CMYK color model

#8E9451 color CMYK value is (4,0,45,42).

  • cyan value is 4.05%
  • magenta value is 0.00%
  • yellow value is 45.27%
  • key color value is 41.96%
CMYK:
(4,0,45,42)
C4M0Y45K42 
(4%,0%,45%,42%)
(0.04/0.00/0.45/0.42)	

CMYK percentages

%4.05
%0
%45.27
%41.96

Codes

Color #8E9451 in popluar color models

8E9451
RGB14214881
HSL65°29.26%44.90%
HSB/HSV65°45.27%58.04%
CMYK4.05%0.00%45.27%
41.96%

Color #8E9451 in popluar number systems.

HEX8E9451
Decimal14214881
Binary10001110100101001010001
Octal216224121

Shades and tints

Shades of #8E9451

#8E9451
(142,148,81)
#82874A
(130,135,74)
#767A43
(118,122,67)
#6A6D3C
(106,109,60)
#5E6035
(94,96,53)
#52532E
(82,83,46)
#464627
(70,70,39)
#3A3920
(58,57,32)
#2E2C19
(46,44,25)
#221F12
(34,31,18)
#16120B
(22,18,11)
#000000
(0,0,0)

Tints of #8E9451

#8E9451
(142,148,81)
#989D60
(152,157,96)
#A2A66F
(162,166,111)
#ACAF7E
(172,175,126)
#B6B88D
(182,184,141)
#C0C19C
(192,193,156)
#CACAAB
(202,202,171)
#D4D3BA
(212,211,186)
#DEDCC9
(222,220,201)
#E8E5D8
(232,229,216)
#F2EEE7
(242,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E9451 color. Also use rgb(142,148,81) instead hex code.

Text Font Color

.myTextColor { color: #8E9451; }

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

This text font color is #8E9451.


Background Color

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

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

This div background color is #8E9451.


Border color

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

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

This div border color is #8E9451.


Opacity

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

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

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

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

This text has shadow with #8E9451 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E9451 on black background.


Color preview on white background

This text has color #8E9451 on white background.



Black color preview on #8E9451 background

This text has black color on #8E9451 background.


White color preview on #8E9451 background

This text has white color on #8E9451 background.