COLOR #4E966A

HEX: #4E966A RGB: (78,150,106)

Color info

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

RGB color model

#4E966A color RGB value is (78,150,106).

RGB: (78,150,106) (31%, 59%, 42%)

RGB channels and saturation

R 78 of 255 = 31%
G 150 of 255 = 59%
B 106 of 255 = 42%

78
150
106

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

Portions of RGB colors in percentages

R + G + B = 78 + 150 + 106 = 334 (100%)
R 78 of 334 ~ 23.35%
G 150 of 334 ~ 44.91%
B 106 of 334 ~ 31.74'%

%23.35
%44.91
%31.74

CMYK color model

#4E966A color CMYK value is (48,0,29,41).

  • cyan value is 48.00%
  • magenta value is 0.00%
  • yellow value is 29.33%
  • key color value is 41.18%
CMYK: (48,0,29,41) C48M0Y29K41 (48%,0%,29%,41%) (0.48/0.00/0.29/0.41) 

CMYK percentages

%48
%0
%29.33
%41.18

Codes

Color #4E966A in popluar color models

4E 96 6A
RGB 78 150 106
HSL 143° 31.58% 44.71%
HSB/HSV 143° 48.00% 58.82%
CMYK 48.00% 0.00% 29.33%
41.18%

Color #4E966A in popluar number systems.

HEX 4E 96 6A
Decimal 78 150 106
Binary 1001110 10010110 1101010
Octal 116 226 152

Shades and tints

Shades of #4E966A

#4E966A
(78,150,106)
#478961
(71,137,97)
#407C58
(64,124,88)
#396F4F
(57,111,79)
#326246
(50,98,70)
#2B553D
(43,85,61)
#244834
(36,72,52)
#1D3B2B
(29,59,43)
#162E22
(22,46,34)
#0F2119
(15,33,25)
#081410
(8,20,16)
#000000
(0,0,0)

Tints of #4E966A

#4E966A
(78,150,106)
#5E9F77
(94,159,119)
#6EA884
(110,168,132)
#7EB191
(126,177,145)
#8EBA9E
(142,186,158)
#9EC3AB
(158,195,171)
#AECCB8
(174,204,184)
#BED5C5
(190,213,197)
#CEDED2
(206,222,210)
#DEE7DF
(222,231,223)
#EEF0EC
(238,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E966A; }

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

This text font color is #4E966A.

Background Color

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

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

This div background color is #4E966A.

Border color

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

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

This div border color is #4E966A.

Opacity

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

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

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

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

This text has shadow with #4E966A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E966A.

Preview

Color preview on black background

This text has color #4E966A on black background.


Color preview on white background

This text has color #4E966A on white background.


Black color preview on #4E966A background

This text has black color on #4E966A background.


White color preview on #4E966A background

This text has white color on #4E966A background.


Related colors

Complementary color

Complementary color for #hex is #B16995.


I love getcolorcode.com

Triadic colors

1 #6A4E96 and #966A4E with #4E966A are triadic colors.

2 #6A964E and #964E6A with #4E966A are triadic colors.