COLOR #4E824E

HEX: #4E824E
RGB: (78,130,78)

Color info

#4E824E contains red, green and blue colors in about the same proportion. Web safe color of #4E824E is #669966 (or #696).

RGB color model

#4E824E color RGB value is (78,130,78).

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

RGB channels and saturation

R 78 of 255 = 31%
G 130 of 255 = 51%
B 78 of 255 = 31%

78
130
78

R + G + B ~ 38%. #4E824E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 130 + 78 = 286 (100%)
R 78 of 286 ~ 27.27%
G 130 of 286 ~ 45.45%
B 78 of 286 ~ 27.27%

%27.27
%45.45
%27.27

CMYK color model

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

  • cyan value is 40.00%
  • magenta value is 0.00%
  • yellow value is 40.00%
  • key color value is 49.02%
CMYK:
(40,0,40,49)
C40M0Y40K49 
(40%,0%,40%,49%)
(0.40/0.00/0.40/0.49)	

CMYK percentages

%40
%0
%40
%49.02

Codes

Color #4E824E in popluar color models

4E824E
RGB7813078
HSL120°25.00%40.78%
HSB/HSV120°40.00%50.98%
CMYK40.00%0.00%40.00%
49.02%

Color #4E824E in popluar number systems.

HEX4E824E
Decimal7813078
Binary1001110100000101001110
Octal116202116

Shades and tints

Shades of #4E824E

#4E824E
(78,130,78)
#477747
(71,119,71)
#406C40
(64,108,64)
#396139
(57,97,57)
#325632
(50,86,50)
#2B4B2B
(43,75,43)
#244024
(36,64,36)
#1D351D
(29,53,29)
#162A16
(22,42,22)
#0F1F0F
(15,31,15)
#081408
(8,20,8)
#000000
(0,0,0)

Tints of #4E824E

#4E824E
(78,130,78)
#5E8D5E
(94,141,94)
#6E986E
(110,152,110)
#7EA37E
(126,163,126)
#8EAE8E
(142,174,142)
#9EB99E
(158,185,158)
#AEC4AE
(174,196,174)
#BECFBE
(190,207,190)
#CEDACE
(206,218,206)
#DEE5DE
(222,229,222)
#EEF0EE
(238,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E824E; }

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

This text font color is #4E824E.


Background Color

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

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

This div background color is #4E824E.


Border color

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

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

This div border color is #4E824E.


Opacity

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

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

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

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

This text has shadow with #4E824E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E824E on black background.


Color preview on white background

This text has color #4E824E on white background.



Black color preview on #4E824E background

This text has black color on #4E824E background.


White color preview on #4E824E background

This text has white color on #4E824E background.