COLOR #4E8E6A

HEX: #4E8E6A RGB: (78,142,106)

Color info

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

RGB color model

#4E8E6A color RGB value is (78,142,106).

RGB: (78,142,106) (31%, 56%, 42%)

RGB channels and saturation

R 78 of 255 = 31%
G 142 of 255 = 56%
B 106 of 255 = 42%

78
142
106

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

Portions of RGB colors in percentages

R + G + B = 78 + 142 + 106 = 326 (100%)
R 78 of 326 ~ 23.93%
G 142 of 326 ~ 43.56%
B 106 of 326 ~ 32.52'%

%23.93
%43.56
%32.52

CMYK color model

#4E8E6A color CMYK value is (45,0,25,44).

  • cyan value is 45.07%
  • magenta value is 0.00%
  • yellow value is 25.35%
  • key color value is 44.31%

CMYK: (45,0,25,44)
C45M0Y25K44 (45%, 0%, 25%, 44%)
(0.45 / 0.00 / 0.25 / 0.44)

CMYK percentages

%45.07
%0
%25.35
%44.31

Codes

Color #4E8E6A in popluar color models

4E 8E 6A
RGB 78 142 106
HSL 146° 29.09% 43.14%
HSB/HSV 146° 45.07% 55.69%
CMYK 45.07% 0.00% 25.35%
44.31%

Color #4E8E6A in popluar number systems.

HEX 4E 8E 6A
Decimal 78 142 106
Binary 1001110 10001110 1101010
Octal 116 216 152

Shades and tints

Shades of #4E8E6A

#4E8E6A
(78,142,106)
#478261
(71,130,97)
#407658
(64,118,88)
#396A4F
(57,106,79)
#325E46
(50,94,70)
#2B523D
(43,82,61)
#244634
(36,70,52)
#1D3A2B
(29,58,43)
#162E22
(22,46,34)
#0F2219
(15,34,25)
#081610
(8,22,16)
#000000
(0,0,0)

Tints of #4E8E6A

#4E8E6A
(78,142,106)
#5E9877
(94,152,119)
#6EA284
(110,162,132)
#7EAC91
(126,172,145)
#8EB69E
(142,182,158)
#9EC0AB
(158,192,171)
#AECAB8
(174,202,184)
#BED4C5
(190,212,197)
#CEDED2
(206,222,210)
#DEE8DF
(222,232,223)
#EEF2EC
(238,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E8E6A color. Also use rgb(78,142,106) instead hex code.

Text Font Color

.myTextColor { color: #4E8E6A; }

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

This text font color is #4E8E6A.

Background Color

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

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

This div background color is #4E8E6A.

Border color

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

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

This div border color is #4E8E6A.

Opacity

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

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

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

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

This text has shadow with #4E8E6A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E8E6A.

Preview

Color preview on black background

This text has color #4E8E6A on black background.


Color preview on white background

This text has color #4E8E6A on white background.


Black color preview on #4E8E6A background

This text has black color on #4E8E6A background.


White color preview on #4E8E6A background

This text has white color on #4E8E6A background.


Related colors

Complementary color

Complementary color for #hex is #B17195.


I love getcolorcode.com

Triadic colors

1 #6A4E8E and #8E6A4E with #4E8E6A are triadic colors.

2 #6A8E4E and #8E4E6A with #4E8E6A are triadic colors.