COLOR #4E822F

HEX: #4E822F
RGB: (78,130,47)

Color info

#4E822F contains mainly red and green colors. Web safe color of #4E822F is #669933 (or #693).

RGB color model

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

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

RGB channels and saturation

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

78
130
47

R + G + B ~ 33%. #4E822F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 130 + 47 = 255 (100%)
R 78 of 255 ~ 30.59%
G 130 of 255 ~ 50.98%
B 47 of 255 ~ 18.43%

%30.59
%50.98
%18.43

CMYK color model

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

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

CMYK percentages

%40
%0
%63.85
%49.02

Codes

Color #4E822F in popluar color models

4E822F
RGB7813047
HSL98°46.89%34.71%
HSB/HSV98°63.85%50.98%
CMYK40.00%0.00%63.85%
49.02%

Color #4E822F in popluar number systems.

HEX4E822F
Decimal7813047
Binary100111010000010101111
Octal11620257

Shades and tints

Shades of #4E822F

#4E822F
(78,130,47)
#47772B
(71,119,43)
#406C27
(64,108,39)
#396123
(57,97,35)
#32561F
(50,86,31)
#2B4B1B
(43,75,27)
#244017
(36,64,23)
#1D3513
(29,53,19)
#162A0F
(22,42,15)
#0F1F0B
(15,31,11)
#081407
(8,20,7)
#000000
(0,0,0)

Tints of #4E822F

#4E822F
(78,130,47)
#5E8D41
(94,141,65)
#6E9853
(110,152,83)
#7EA365
(126,163,101)
#8EAE77
(142,174,119)
#9EB989
(158,185,137)
#AEC49B
(174,196,155)
#BECFAD
(190,207,173)
#CEDABF
(206,218,191)
#DEE5D1
(222,229,209)
#EEF0E3
(238,240,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E822F; }

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

This text font color is #4E822F.


Background Color

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

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

This div background color is #4E822F.


Border color

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

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

This div border color is #4E822F.


Opacity

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

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

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

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

This text has shadow with #4E822F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E822F on black background.


Color preview on white background

This text has color #4E822F on white background.



Black color preview on #4E822F background

This text has black color on #4E822F background.


White color preview on #4E822F background

This text has white color on #4E822F background.