COLOR #4E9479

HEX: #4E9479
RGB: (78,148,121)

Color info

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

RGB color model

#4E9479 color RGB value is (78,148,121).

  • red value is 78;
  • green value is 148;
  • blue value is 121.
RGB:
(78,148,121)
(31%,58%,47%)

RGB channels and saturation

R 78 of 255 = 31%
G 148 of 255 = 58%
B 121 of 255 = 47%

78
148
121

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

Portions of RGB colors in percentages

R + G + B =
78 + 148 + 121 = 347 (100%)
R 78 of 347 ~ 22.48%
G 148 of 347 ~ 42.65%
B 121 of 347 ~ 34.87%

%22.48
%42.65
%34.87

CMYK color model

#4E9479 color CMYK value is (47,0,18,42).

  • cyan value is 47.30%
  • magenta value is 0.00%
  • yellow value is 18.24%
  • key color value is 41.96%
CMYK:
(47,0,18,42)
C47M0Y18K42 
(47%,0%,18%,42%)
(0.47/0.00/0.18/0.42)	

CMYK percentages

%47.3
%0
%18.24
%41.96

Codes

Color #4E9479 in popluar color models

4E9479
RGB78148121
HSL157°30.97%44.31%
HSB/HSV157°47.30%58.04%
CMYK47.30%0.00%18.24%
41.96%

Color #4E9479 in popluar number systems.

HEX4E9479
Decimal78148121
Binary1001110100101001111001
Octal116224171

Shades and tints

Shades of #4E9479

#4E9479
(78,148,121)
#47876E
(71,135,110)
#407A63
(64,122,99)
#396D58
(57,109,88)
#32604D
(50,96,77)
#2B5342
(43,83,66)
#244637
(36,70,55)
#1D392C
(29,57,44)
#162C21
(22,44,33)
#0F1F16
(15,31,22)
#08120B
(8,18,11)
#000000
(0,0,0)

Tints of #4E9479

#4E9479
(78,148,121)
#5E9D85
(94,157,133)
#6EA691
(110,166,145)
#7EAF9D
(126,175,157)
#8EB8A9
(142,184,169)
#9EC1B5
(158,193,181)
#AECAC1
(174,202,193)
#BED3CD
(190,211,205)
#CEDCD9
(206,220,217)
#DEE5E5
(222,229,229)
#EEEEF1
(238,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E9479 color. Also use rgb(78,148,121) instead hex code.

Text Font Color

.myTextColor { color: #4E9479; }

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

This text font color is #4E9479.


Background Color

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

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

This div background color is #4E9479.


Border color

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

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

This div border color is #4E9479.


Opacity

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

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

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

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

This text has shadow with #4E9479 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E9479 on black background.


Color preview on white background

This text has color #4E9479 on white background.



Black color preview on #4E9479 background

This text has black color on #4E9479 background.


White color preview on #4E9479 background

This text has white color on #4E9479 background.