COLOR #4E804E

HEX: #4E804E
RGB: (78,128,78)

Color info

#4E804E contains red, green and blue colors in about the same proportion. Web safe color of #4E804E is #666666 (or #666).

RGB color model

#4E804E color RGB value is (78,128,78).

  • red value is 78;
  • green value is 128;
  • blue value is 78.
RGB:
(78,128,78)
(31%,50%,31%)

RGB channels and saturation

R 78 of 255 = 31%
G 128 of 255 = 50%
B 78 of 255 = 31%

78
128
78

R + G + B ~ 37%. #4E804E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 128 + 78 = 284 (100%)
R 78 of 284 ~ 27.46%
G 128 of 284 ~ 45.07%
B 78 of 284 ~ 27.46%

%27.46
%45.07
%27.46

CMYK color model

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

  • cyan value is 39.06%
  • magenta value is 0.00%
  • yellow value is 39.06%
  • key color value is 49.80%
CMYK:
(39,0,39,50)
C39M0Y39K50 
(39%,0%,39%,50%)
(0.39/0.00/0.39/0.50)	

CMYK percentages

%39.06
%0
%39.06
%49.8

Codes

Color #4E804E in popluar color models

4E804E
RGB7812878
HSL120°24.27%40.39%
HSB/HSV120°39.06%50.20%
CMYK39.06%0.00%39.06%
49.80%

Color #4E804E in popluar number systems.

HEX4E804E
Decimal7812878
Binary1001110100000001001110
Octal116200116

Shades and tints

Shades of #4E804E

#4E804E
(78,128,78)
#477547
(71,117,71)
#406A40
(64,106,64)
#395F39
(57,95,57)
#325432
(50,84,50)
#2B492B
(43,73,43)
#243E24
(36,62,36)
#1D331D
(29,51,29)
#162816
(22,40,22)
#0F1D0F
(15,29,15)
#081208
(8,18,8)
#000000
(0,0,0)

Tints of #4E804E

#4E804E
(78,128,78)
#5E8B5E
(94,139,94)
#6E966E
(110,150,110)
#7EA17E
(126,161,126)
#8EAC8E
(142,172,142)
#9EB79E
(158,183,158)
#AEC2AE
(174,194,174)
#BECDBE
(190,205,190)
#CED8CE
(206,216,206)
#DEE3DE
(222,227,222)
#EEEEEE
(238,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E804E; }

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

This text font color is #4E804E.


Background Color

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

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

This div background color is #4E804E.


Border color

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

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

This div border color is #4E804E.


Opacity

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

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

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

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

This text has shadow with #4E804E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E804E on black background.


Color preview on white background

This text has color #4E804E on white background.



Black color preview on #4E804E background

This text has black color on #4E804E background.


White color preview on #4E804E background

This text has white color on #4E804E background.