COLOR #4E9B79

HEX: #4E9B79
RGB: (78,155,121)

Color info

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

RGB color model

#4E9B79 color RGB value is (78,155,121).

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

RGB channels and saturation

R 78 of 255 = 31%
G 155 of 255 = 61%
B 121 of 255 = 47%

78
155
121

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

Portions of RGB colors in percentages

R + G + B =
78 + 155 + 121 = 354 (100%)
R 78 of 354 ~ 22.03%
G 155 of 354 ~ 43.79%
B 121 of 354 ~ 34.18%

%22.03
%43.79
%34.18

CMYK color model

#4E9B79 color CMYK value is (50,0,22,39).

  • cyan value is 49.68%
  • magenta value is 0.00%
  • yellow value is 21.94%
  • key color value is 39.22%
CMYK:
(50,0,22,39)
C50M0Y22K39 
(50%,0%,22%,39%)
(0.50/0.00/0.22/0.39)	

CMYK percentages

%49.68
%0
%21.94
%39.22

Codes

Color #4E9B79 in popluar color models

4E9B79
RGB78155121
HSL154°33.05%45.69%
HSB/HSV154°49.68%60.78%
CMYK49.68%0.00%21.94%
39.22%

Color #4E9B79 in popluar number systems.

HEX4E9B79
Decimal78155121
Binary1001110100110111111001
Octal116233171

Shades and tints

Shades of #4E9B79

#4E9B79
(78,155,121)
#478D6E
(71,141,110)
#407F63
(64,127,99)
#397158
(57,113,88)
#32634D
(50,99,77)
#2B5542
(43,85,66)
#244737
(36,71,55)
#1D392C
(29,57,44)
#162B21
(22,43,33)
#0F1D16
(15,29,22)
#080F0B
(8,15,11)
#000000
(0,0,0)

Tints of #4E9B79

#4E9B79
(78,155,121)
#5EA485
(94,164,133)
#6EAD91
(110,173,145)
#7EB69D
(126,182,157)
#8EBFA9
(142,191,169)
#9EC8B5
(158,200,181)
#AED1C1
(174,209,193)
#BEDACD
(190,218,205)
#CEE3D9
(206,227,217)
#DEECE5
(222,236,229)
#EEF5F1
(238,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E9B79; }

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

This text font color is #4E9B79.


Background Color

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

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

This div background color is #4E9B79.


Border color

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

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

This div border color is #4E9B79.


Opacity

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

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

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

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

This text has shadow with #4E9B79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E9B79 on black background.


Color preview on white background

This text has color #4E9B79 on white background.



Black color preview on #4E9B79 background

This text has black color on #4E9B79 background.


White color preview on #4E9B79 background

This text has white color on #4E9B79 background.