COLOR #4E9A66

HEX: #4E9A66
RGB: (78,154,102)

Color info

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

RGB color model

#4E9A66 color RGB value is (78,154,102).

  • red value is 78;
  • green value is 154;
  • blue value is 102.
RGB:
(78,154,102)
(31%,60%,40%)

RGB channels and saturation

R 78 of 255 = 31%
G 154 of 255 = 60%
B 102 of 255 = 40%

78
154
102

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

Portions of RGB colors in percentages

R + G + B =
78 + 154 + 102 = 334 (100%)
R 78 of 334 ~ 23.35%
G 154 of 334 ~ 46.11%
B 102 of 334 ~ 30.54%

%23.35
%46.11
%30.54

CMYK color model

#4E9A66 color CMYK value is (49,0,34,40).

  • cyan value is 49.35%
  • magenta value is 0.00%
  • yellow value is 33.77%
  • key color value is 39.61%
CMYK:
(49,0,34,40)
C49M0Y34K40 
(49%,0%,34%,40%)
(0.49/0.00/0.34/0.40)	

CMYK percentages

%49.35
%0
%33.77
%39.61

Codes

Color #4E9A66 in popluar color models

4E9A66
RGB78154102
HSL139°32.76%45.49%
HSB/HSV139°49.35%60.39%
CMYK49.35%0.00%33.77%
39.61%

Color #4E9A66 in popluar number systems.

HEX4E9A66
Decimal78154102
Binary1001110100110101100110
Octal116232146

Shades and tints

Shades of #4E9A66

#4E9A66
(78,154,102)
#478C5D
(71,140,93)
#407E54
(64,126,84)
#39704B
(57,112,75)
#326242
(50,98,66)
#2B5439
(43,84,57)
#244630
(36,70,48)
#1D3827
(29,56,39)
#162A1E
(22,42,30)
#0F1C15
(15,28,21)
#080E0C
(8,14,12)
#000000
(0,0,0)

Tints of #4E9A66

#4E9A66
(78,154,102)
#5EA373
(94,163,115)
#6EAC80
(110,172,128)
#7EB58D
(126,181,141)
#8EBE9A
(142,190,154)
#9EC7A7
(158,199,167)
#AED0B4
(174,208,180)
#BED9C1
(190,217,193)
#CEE2CE
(206,226,206)
#DEEBDB
(222,235,219)
#EEF4E8
(238,244,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E9A66 color. Also use rgb(78,154,102) instead hex code.

Text Font Color

.myTextColor { color: #4E9A66; }

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

This text font color is #4E9A66.


Background Color

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

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

This div background color is #4E9A66.


Border color

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

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

This div border color is #4E9A66.


Opacity

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

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

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

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

This text has shadow with #4E9A66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E9A66 on black background.


Color preview on white background

This text has color #4E9A66 on white background.



Black color preview on #4E9A66 background

This text has black color on #4E9A66 background.


White color preview on #4E9A66 background

This text has white color on #4E9A66 background.