COLOR #8EA33D

HEX: #8EA33D RGB: (142,163,61)

Color info

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

RGB color model

#8EA33D color RGB value is (142,163,61).

RGB: (142,163,61) (56%, 64%, 24%)

RGB channels and saturation

R 142 of 255 = 56%
G 163 of 255 = 64%
B 61 of 255 = 24%

142
163
61

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

Portions of RGB colors in percentages

R + G + B = 142 + 163 + 61 = 366 (100%)
R 142 of 366 ~ 38.8%
G 163 of 366 ~ 44.54%
B 61 of 366 ~ 16.67'%

%38.8
%44.54
%16.67

CMYK color model

#8EA33D color CMYK value is (13,0,63,36).

  • cyan value is 12.88%
  • magenta value is 0.00%
  • yellow value is 62.58%
  • key color value is 36.08%

CMYK: (13,0,63,36)
C13M0Y63K36 (13%, 0%, 63%, 36%)
(0.13 / 0.00 / 0.63 / 0.36)

CMYK percentages

%12.88
%0
%62.58
%36.08

Codes

Color #8EA33D in popluar color models

8E A3 3D
RGB 142 163 61
HSL 72° 45.54% 43.92%
HSB/HSV 72° 62.58% 63.92%
CMYK 12.88% 0.00% 62.58%
36.08%

Color #8EA33D in popluar number systems.

HEX 8E A3 3D
Decimal 142 163 61
Binary 10001110 10100011 111101
Octal 216 243 75

Shades and tints

Shades of #8EA33D

#8EA33D
(142,163,61)
#829538
(130,149,56)
#768733
(118,135,51)
#6A792E
(106,121,46)
#5E6B29
(94,107,41)
#525D24
(82,93,36)
#464F1F
(70,79,31)
#3A411A
(58,65,26)
#2E3315
(46,51,21)
#222510
(34,37,16)
#16170B
(22,23,11)
#000000
(0,0,0)

Tints of #8EA33D

#8EA33D
(142,163,61)
#98AB4E
(152,171,78)
#A2B35F
(162,179,95)
#ACBB70
(172,187,112)
#B6C381
(182,195,129)
#C0CB92
(192,203,146)
#CAD3A3
(202,211,163)
#D4DBB4
(212,219,180)
#DEE3C5
(222,227,197)
#E8EBD6
(232,235,214)
#F2F3E7
(242,243,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EA33D color. Also use rgb(142,163,61) instead hex code.

Text Font Color

.myTextColor { color: #8EA33D; }

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

This text font color is #8EA33D.

Background Color

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

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

This div background color is #8EA33D.

Border color

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

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

This div border color is #8EA33D.

Opacity

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

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

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

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

This text has shadow with #8EA33D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8EA33D.

Preview

Color preview on black background

This text has color #8EA33D on black background.


Color preview on white background

This text has color #8EA33D on white background.


Black color preview on #8EA33D background

This text has black color on #8EA33D background.


White color preview on #8EA33D background

This text has white color on #8EA33D background.


Related colors

Complementary color

Complementary color for #hex is #715CC2.


I love getcolorcode.com

Triadic colors

1 #3D8EA3 and #A33D8E with #8EA33D are triadic colors.

2 #3DA38E and #A38E3D with #8EA33D are triadic colors.