COLOR #8EB643

HEX: #8EB643 RGB: (142,182,67)

Color info

#8EB643 contains mainly red and green colors. Web safe color of #8EB643 is #99CC33 (or #9C3).

RGB color model

#8EB643 color RGB value is (142,182,67).

RGB: (142,182,67) (56%, 71%, 26%)

RGB channels and saturation

R 142 of 255 = 56%
G 182 of 255 = 71%
B 67 of 255 = 26%

142
182
67

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

Portions of RGB colors in percentages

R + G + B = 142 + 182 + 67 = 391 (100%)
R 142 of 391 ~ 36.32%
G 182 of 391 ~ 46.55%
B 67 of 391 ~ 17.14'%

%36.32
%46.55
%17.14

CMYK color model

#8EB643 color CMYK value is (22,0,63,29).

  • cyan value is 21.98%
  • magenta value is 0.00%
  • yellow value is 63.19%
  • key color value is 28.63%

CMYK: (22,0,63,29)
C22M0Y63K29 (22%, 0%, 63%, 29%)
(0.22 / 0.00 / 0.63 / 0.29)

CMYK percentages

%21.98
%0
%63.19
%28.63

Codes

Color #8EB643 in popluar color models

8E B6 43
RGB 142 182 67
HSL 81° 46.18% 48.82%
HSB/HSV 81° 63.19% 71.37%
CMYK 21.98% 0.00% 63.19%
28.63%

Color #8EB643 in popluar number systems.

HEX 8E B6 43
Decimal 142 182 67
Binary 10001110 10110110 1000011
Octal 216 266 103

Shades and tints

Shades of #8EB643

#8EB643
(142,182,67)
#82A63D
(130,166,61)
#769637
(118,150,55)
#6A8631
(106,134,49)
#5E762B
(94,118,43)
#526625
(82,102,37)
#46561F
(70,86,31)
#3A4619
(58,70,25)
#2E3613
(46,54,19)
#22260D
(34,38,13)
#161607
(22,22,7)
#000000
(0,0,0)

Tints of #8EB643

#8EB643
(142,182,67)
#98BC54
(152,188,84)
#A2C265
(162,194,101)
#ACC876
(172,200,118)
#B6CE87
(182,206,135)
#C0D498
(192,212,152)
#CADAA9
(202,218,169)
#D4E0BA
(212,224,186)
#DEE6CB
(222,230,203)
#E8ECDC
(232,236,220)
#F2F2ED
(242,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EB643 color. Also use rgb(142,182,67) instead hex code.

Text Font Color

.myTextColor { color: #8EB643; }

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

This text font color is #8EB643.

Background Color

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

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

This div background color is #8EB643.

Border color

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

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

This div border color is #8EB643.

Opacity

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

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

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

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

This text has shadow with #8EB643 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8EB643.

Preview

Color preview on black background

This text has color #8EB643 on black background.


Color preview on white background

This text has color #8EB643 on white background.


Black color preview on #8EB643 background

This text has black color on #8EB643 background.


White color preview on #8EB643 background

This text has white color on #8EB643 background.


Related colors

Complementary color

Complementary color for #hex is #7149BC.


I love getcolorcode.com

Triadic colors

1 #438EB6 and #B6438E with #8EB643 are triadic colors.

2 #43B68E and #B68E43 with #8EB643 are triadic colors.