COLOR #4E9079

HEX: #4E9079
RGB: (78,144,121)

Color info

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

RGB color model

#4E9079 color RGB value is (78,144,121).

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

RGB channels and saturation

R 78 of 255 = 31%
G 144 of 255 = 56%
B 121 of 255 = 47%

78
144
121

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

Portions of RGB colors in percentages

R + G + B =
78 + 144 + 121 = 343 (100%)
R 78 of 343 ~ 22.74%
G 144 of 343 ~ 41.98%
B 121 of 343 ~ 35.28%

%22.74
%41.98
%35.28

CMYK color model

#4E9079 color CMYK value is (46,0,16,44).

  • cyan value is 45.83%
  • magenta value is 0.00%
  • yellow value is 15.97%
  • key color value is 43.53%
CMYK: (46,0,16,44) C46M0Y16K44 (46%,0%,16%,44%) (0.46/0.00/0.16/0.44)

CMYK percentages

%45.83
%0
%15.97
%43.53

Codes

Color #4E9079 in popluar color models

4E9079
RGB78144121
HSL159°29.73%43.53%
HSB/HSV159°45.83%56.47%
CMYK45.83%0.00%15.97%
43.53%

Color #4E9079 in popluar number systems.

HEX4E9079
Decimal78144121
Binary1001110100100001111001
Octal116220171

Shades and tints

Shades of #4E9079

#4E9079
(78,144,121)
#47836E
(71,131,110)
#407663
(64,118,99)
#396958
(57,105,88)
#325C4D
(50,92,77)
#2B4F42
(43,79,66)
#244237
(36,66,55)
#1D352C
(29,53,44)
#162821
(22,40,33)
#0F1B16
(15,27,22)
#080E0B
(8,14,11)
#000000
(0,0,0)

Tints of #4E9079

#4E9079
(78,144,121)
#5E9A85
(94,154,133)
#6EA491
(110,164,145)
#7EAE9D
(126,174,157)
#8EB8A9
(142,184,169)
#9EC2B5
(158,194,181)
#AECCC1
(174,204,193)
#BED6CD
(190,214,205)
#CEE0D9
(206,224,217)
#DEEAE5
(222,234,229)
#EEF4F1
(238,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E9079; }

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

This text font color is #4E9079.


Background Color

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

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

This div background color is #4E9079.


Border color

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

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

This div border color is #4E9079.


Opacity

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

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

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

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

This text has shadow with #4E9079 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #4E9079 on black background.


Color preview on white background

This text has color #4E9079 on white background.



Black color preview on #4E9079 background

This text has black color on #4E9079 background.


White color preview on #4E9079 background

This text has white color on #4E9079 background.