COLOR #4E8D6C

HEX: #4E8D6C
RGB: (78,141,108)

Color info

#4E8D6C contains mainly green and blue colors. Web safe color of #4E8D6C is #669966 (or #696).

RGB color model

#4E8D6C color RGB value is (78,141,108).

  • red value is 78;
  • green value is 141;
  • blue value is 108.
RGB: (78,141,108) (31%,55%,42%)

RGB channels and saturation

R 78 of 255 = 31%
G 141 of 255 = 55%
B 108 of 255 = 42%

78
141
108

R + G + B ~ 43%. #4E8D6C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
78 + 141 + 108 = 327 (100%)
R 78 of 327 ~ 23.85%
G 141 of 327 ~ 43.12%
B 108 of 327 ~ 33.03%

%23.85
%43.12
%33.03

CMYK color model

#4E8D6C color CMYK value is (45,0,23,45).

  • cyan value is 44.68%
  • magenta value is 0.00%
  • yellow value is 23.40%
  • key color value is 44.71%
CMYK: (45,0,23,45) C45M0Y23K45 (45%,0%,23%,45%) (0.45/0.00/0.23/0.45)

CMYK percentages

%44.68
%0
%23.4
%44.71

Codes

Color #4E8D6C in popluar color models

4E8D6C
RGB78141108
HSL149°28.77%42.94%
HSB/HSV149°44.68%55.29%
CMYK44.68%0.00%23.40%
44.71%

Color #4E8D6C in popluar number systems.

HEX4E8D6C
Decimal78141108
Binary1001110100011011101100
Octal116215154

Shades and tints

Shades of #4E8D6C

#4E8D6C
(78,141,108)
#478163
(71,129,99)
#40755A
(64,117,90)
#396951
(57,105,81)
#325D48
(50,93,72)
#2B513F
(43,81,63)
#244536
(36,69,54)
#1D392D
(29,57,45)
#162D24
(22,45,36)
#0F211B
(15,33,27)
#081512
(8,21,18)
#000000
(0,0,0)

Tints of #4E8D6C

#4E8D6C
(78,141,108)
#5E9779
(94,151,121)
#6EA186
(110,161,134)
#7EAB93
(126,171,147)
#8EB5A0
(142,181,160)
#9EBFAD
(158,191,173)
#AEC9BA
(174,201,186)
#BED3C7
(190,211,199)
#CEDDD4
(206,221,212)
#DEE7E1
(222,231,225)
#EEF1EE
(238,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E8D6C color. Also use rgb(78,141,108) instead hex code.

Text Font Color

.myTextColor { color: #4E8D6C; }

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

This text font color is #4E8D6C.


Background Color

.myBgColor { background-color: #4E8D6C; }

<div style="background-color:#4E8D6C">Inner text</div>

This div background color is #4E8D6C.


Border color

.myBorderColor { border: 1px solid #4E8D6C; }

<div style="border:3px solid #4E8D6C">Div</div>

This div border color is #4E8D6C.


Opacity

.myOpacity80 { color: #4E8D6C; opacity: 0.8; }

<p style="color:#4E8D6C;opacity:0.8;">80%</p>

Text with #4E8D6C 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 #4E8D6C;}

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

This text has shadow with #4E8D6C color.

.textShadow {text-shadow: 3px 3px 1px #4E8D6C, 3px 3px 1px red;}

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

This text has shadow with #4E8D6C primary color and red secondary color.


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

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

This text has shadow with #4E8D6C and red colors in old Internet Explorer.


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #4E8D6C; -webkit-box-shadow:	1px 1px 3px 2px #4E8D6C; box-shadow:	1px 1px 3px 2px #4E8D6C; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #4E8D6C; -webkit-box-shadow: 1px 1px 3px 2px #4E8D6C; box-shadow:1px 1px 3px 2px #4E8D6C;">
Div content here</div>
This div box has shadow with color #4E8D6C.

Preview

Color preview on black background

This text has color #4E8D6C on black background.


Color preview on white background

This text has color #4E8D6C on white background.



Black color preview on #4E8D6C background

This text has black color on #4E8D6C background.


White color preview on #4E8D6C background

This text has white color on #4E8D6C background.