COLOR #4E8B6A

HEX: #4E8B6A RGB: (78,139,106)

Color info

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

RGB color model

#4E8B6A color RGB value is (78,139,106).

RGB: (78,139,106) (31%, 55%, 42%)

RGB channels and saturation

R 78 of 255 = 31%
G 139 of 255 = 55%
B 106 of 255 = 42%

78
139
106

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

Portions of RGB colors in percentages

R + G + B = 78 + 139 + 106 = 323 (100%)
R 78 of 323 ~ 24.15%
G 139 of 323 ~ 43.03%
B 106 of 323 ~ 32.82'%

%24.15
%43.03
%32.82

CMYK color model

#4E8B6A color CMYK value is (44,0,24,45).

  • cyan value is 43.88%
  • magenta value is 0.00%
  • yellow value is 23.74%
  • key color value is 45.49%

CMYK: (44,0,24,45)
C44M0Y24K45 (44%, 0%, 24%, 45%)
(0.44 / 0.00 / 0.24 / 0.45)

CMYK percentages

%43.88
%0
%23.74
%45.49

Codes

Color #4E8B6A in popluar color models

4E 8B 6A
RGB 78 139 106
HSL 148° 28.11% 42.55%
HSB/HSV 148° 43.88% 54.51%
CMYK 43.88% 0.00% 23.74%
45.49%

Color #4E8B6A in popluar number systems.

HEX 4E 8B 6A
Decimal 78 139 106
Binary 1001110 10001011 1101010
Octal 116 213 152

Shades and tints

Shades of #4E8B6A

#4E8B6A
(78,139,106)
#477F61
(71,127,97)
#407358
(64,115,88)
#39674F
(57,103,79)
#325B46
(50,91,70)
#2B4F3D
(43,79,61)
#244334
(36,67,52)
#1D372B
(29,55,43)
#162B22
(22,43,34)
#0F1F19
(15,31,25)
#081310
(8,19,16)
#000000
(0,0,0)

Tints of #4E8B6A

#4E8B6A
(78,139,106)
#5E9577
(94,149,119)
#6E9F84
(110,159,132)
#7EA991
(126,169,145)
#8EB39E
(142,179,158)
#9EBDAB
(158,189,171)
#AEC7B8
(174,199,184)
#BED1C5
(190,209,197)
#CEDBD2
(206,219,210)
#DEE5DF
(222,229,223)
#EEEFEC
(238,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E8B6A; }

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

This text font color is #4E8B6A.

Background Color

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

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

This div background color is #4E8B6A.

Border color

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

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

This div border color is #4E8B6A.

Opacity

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

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

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

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

This text has shadow with #4E8B6A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E8B6A.

Preview

Color preview on black background

This text has color #4E8B6A on black background.


Color preview on white background

This text has color #4E8B6A on white background.


Black color preview on #4E8B6A background

This text has black color on #4E8B6A background.


White color preview on #4E8B6A background

This text has white color on #4E8B6A background.


Related colors

Complementary color

Complementary color for #hex is #B17495.


I love getcolorcode.com

Triadic colors

1 #6A4E8B and #8B6A4E with #4E8B6A are triadic colors.

2 #6A8B4E and #8B4E6A with #4E8B6A are triadic colors.