COLOR #8EB463

HEX: #8EB463 RGB: (142,180,99)

Color info

#8EB463 contains mainly red and green colors. Web safe color of #8EB463 is #99CC66 (or #9C6).

RGB color model

#8EB463 color RGB value is (142,180,99).

RGB: (142,180,99) (56%, 71%, 39%)

RGB channels and saturation

R 142 of 255 = 56%
G 180 of 255 = 71%
B 99 of 255 = 39%

142
180
99

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

Portions of RGB colors in percentages

R + G + B = 142 + 180 + 99 = 421 (100%)
R 142 of 421 ~ 33.73%
G 180 of 421 ~ 42.76%
B 99 of 421 ~ 23.52'%

%33.73
%42.76
%23.52

CMYK color model

#8EB463 color CMYK value is (21,0,45,29).

  • cyan value is 21.11%
  • magenta value is 0.00%
  • yellow value is 45.00%
  • key color value is 29.41%

CMYK: (21,0,45,29)
C21M0Y45K29 (21%, 0%, 45%, 29%)
(0.21 / 0.00 / 0.45 / 0.29)

CMYK percentages

%21.11
%0
%45
%29.41

Codes

Color #8EB463 in popluar color models

8E B4 63
RGB 142 180 99
HSL 88° 35.06% 54.71%
HSB/HSV 88° 45.00% 70.59%
CMYK 21.11% 0.00% 45.00%
29.41%

Color #8EB463 in popluar number systems.

HEX 8E B4 63
Decimal 142 180 99
Binary 10001110 10110100 1100011
Octal 216 264 143

Shades and tints

Shades of #8EB463

#8EB463
(142,180,99)
#82A45A
(130,164,90)
#769451
(118,148,81)
#6A8448
(106,132,72)
#5E743F
(94,116,63)
#526436
(82,100,54)
#46542D
(70,84,45)
#3A4424
(58,68,36)
#2E341B
(46,52,27)
#222412
(34,36,18)
#161409
(22,20,9)
#000000
(0,0,0)

Tints of #8EB463

#8EB463
(142,180,99)
#98BA71
(152,186,113)
#A2C07F
(162,192,127)
#ACC68D
(172,198,141)
#B6CC9B
(182,204,155)
#C0D2A9
(192,210,169)
#CAD8B7
(202,216,183)
#D4DEC5
(212,222,197)
#DEE4D3
(222,228,211)
#E8EAE1
(232,234,225)
#F2F0EF
(242,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EB463 color. Also use rgb(142,180,99) instead hex code.

Text Font Color

.myTextColor { color: #8EB463; }

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

This text font color is #8EB463.

Background Color

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

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

This div background color is #8EB463.

Border color

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

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

This div border color is #8EB463.

Opacity

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

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

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

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

This text has shadow with #8EB463 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8EB463.

Preview

Color preview on black background

This text has color #8EB463 on black background.


Color preview on white background

This text has color #8EB463 on white background.


Black color preview on #8EB463 background

This text has black color on #8EB463 background.


White color preview on #8EB463 background

This text has white color on #8EB463 background.


Related colors

Complementary color

Complementary color for #hex is #714B9C.


I love getcolorcode.com

Triadic colors

1 #638EB4 and #B4638E with #8EB463 are triadic colors.

2 #63B48E and #B48E63 with #8EB463 are triadic colors.