COLOR #8E9848

HEX: #8E9848 RGB: (142,152,72)

Color info

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

RGB color model

#8E9848 color RGB value is (142,152,72).

RGB: (142,152,72) (56%, 60%, 28%)

RGB channels and saturation

R 142 of 255 = 56%
G 152 of 255 = 60%
B 72 of 255 = 28%

142
152
72

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

Portions of RGB colors in percentages

R + G + B = 142 + 152 + 72 = 366 (100%)
R 142 of 366 ~ 38.8%
G 152 of 366 ~ 41.53%
B 72 of 366 ~ 19.67'%

%38.8
%41.53
%19.67

CMYK color model

#8E9848 color CMYK value is (7,0,53,40).

  • cyan value is 6.58%
  • magenta value is 0.00%
  • yellow value is 52.63%
  • key color value is 40.39%

CMYK: (7,0,53,40)
C7M0Y53K40 (7%, 0%, 53%, 40%)
(0.07 / 0.00 / 0.53 / 0.40)

CMYK percentages

%6.58
%0
%52.63
%40.39

Codes

Color #8E9848 in popluar color models

8E 98 48
RGB 142 152 72
HSL 68° 35.71% 43.92%
HSB/HSV 68° 52.63% 59.61%
CMYK 6.58% 0.00% 52.63%
40.39%

Color #8E9848 in popluar number systems.

HEX 8E 98 48
Decimal 142 152 72
Binary 10001110 10011000 1001000
Octal 216 230 110

Shades and tints

Shades of #8E9848

#8E9848
(142,152,72)
#828B42
(130,139,66)
#767E3C
(118,126,60)
#6A7136
(106,113,54)
#5E6430
(94,100,48)
#52572A
(82,87,42)
#464A24
(70,74,36)
#3A3D1E
(58,61,30)
#2E3018
(46,48,24)
#222312
(34,35,18)
#16160C
(22,22,12)
#000000
(0,0,0)

Tints of #8E9848

#8E9848
(142,152,72)
#98A158
(152,161,88)
#A2AA68
(162,170,104)
#ACB378
(172,179,120)
#B6BC88
(182,188,136)
#C0C598
(192,197,152)
#CACEA8
(202,206,168)
#D4D7B8
(212,215,184)
#DEE0C8
(222,224,200)
#E8E9D8
(232,233,216)
#F2F2E8
(242,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E9848 color. Also use rgb(142,152,72) instead hex code.

Text Font Color

.myTextColor { color: #8E9848; }

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

This text font color is #8E9848.

Background Color

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

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

This div background color is #8E9848.

Border color

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

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

This div border color is #8E9848.

Opacity

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

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

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

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

This text has shadow with #8E9848 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8E9848.

Preview

Color preview on black background

This text has color #8E9848 on black background.


Color preview on white background

This text has color #8E9848 on white background.


Black color preview on #8E9848 background

This text has black color on #8E9848 background.


White color preview on #8E9848 background

This text has white color on #8E9848 background.


Related colors

Complementary color

Complementary color for #hex is #7167B7.


I love getcolorcode.com

Triadic colors

1 #488E98 and #98488E with #8E9848 are triadic colors.

2 #48988E and #988E48 with #8E9848 are triadic colors.