COLOR #4E812F

HEX: #4E812F
RGB: (78,129,47)

Color info

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

RGB color model

#4E812F color RGB value is (78,129,47).

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

RGB channels and saturation

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

78
129
47

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

Portions of RGB colors in percentages

R + G + B =
78 + 129 + 47 = 254 (100%)
R 78 of 254 ~ 30.71%
G 129 of 254 ~ 50.79%
B 47 of 254 ~ 18.5%

%30.71
%50.79
%18.5

CMYK color model

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

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

CMYK percentages

%39.53
%0
%63.57
%49.41

Codes

Color #4E812F in popluar color models

4E812F
RGB7812947
HSL97°46.59%34.51%
HSB/HSV97°63.57%50.59%
CMYK39.53%0.00%63.57%
49.41%

Color #4E812F in popluar number systems.

HEX4E812F
Decimal7812947
Binary100111010000001101111
Octal11620157

Shades and tints

Shades of #4E812F

#4E812F
(78,129,47)
#47762B
(71,118,43)
#406B27
(64,107,39)
#396023
(57,96,35)
#32551F
(50,85,31)
#2B4A1B
(43,74,27)
#243F17
(36,63,23)
#1D3413
(29,52,19)
#16290F
(22,41,15)
#0F1E0B
(15,30,11)
#081307
(8,19,7)
#000000
(0,0,0)

Tints of #4E812F

#4E812F
(78,129,47)
#5E8C41
(94,140,65)
#6E9753
(110,151,83)
#7EA265
(126,162,101)
#8EAD77
(142,173,119)
#9EB889
(158,184,137)
#AEC39B
(174,195,155)
#BECEAD
(190,206,173)
#CED9BF
(206,217,191)
#DEE4D1
(222,228,209)
#EEEFE3
(238,239,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E812F; }

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

This text font color is #4E812F.


Background Color

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

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

This div background color is #4E812F.


Border color

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

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

This div border color is #4E812F.


Opacity

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

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

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

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

This text has shadow with #4E812F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E812F on black background.


Color preview on white background

This text has color #4E812F on white background.



Black color preview on #4E812F background

This text has black color on #4E812F background.


White color preview on #4E812F background

This text has white color on #4E812F background.