COLOR #4D941E

HEX: #4D941E
RGB: (77,148,30)

Color info

#4D941E contains mainly green color. Web safe color of #4D941E is #339933 (or #393).

RGB color model

#4D941E color RGB value is (77,148,30).

  • red value is 77;
  • green value is 148;
  • blue value is 30.
RGB:
(77,148,30)
(30%,58%,12%)

RGB channels and saturation

R 77 of 255 = 30%
G 148 of 255 = 58%
B 30 of 255 = 12%

77
148
30

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

Portions of RGB colors in percentages

R + G + B =
77 + 148 + 30 = 255 (100%)
R 77 of 255 ~ 30.2%
G 148 of 255 ~ 58.04%
B 30 of 255 ~ 11.76%

%30.2
%58.04
%11.76

CMYK color model

#4D941E color CMYK value is (48,0,80,42).

  • cyan value is 47.97%
  • magenta value is 0.00%
  • yellow value is 79.73%
  • key color value is 41.96%
CMYK:
(48,0,80,42)
C48M0Y80K42 
(48%,0%,80%,42%)
(0.48/0.00/0.80/0.42)	

CMYK percentages

%47.97
%0
%79.73
%41.96

Codes

Color #4D941E in popluar color models

4D941E
RGB7714830
HSL96°66.29%34.90%
HSB/HSV96°79.73%58.04%
CMYK47.97%0.00%79.73%
41.96%

Color #4D941E in popluar number systems.

HEX4D941E
Decimal7714830
Binary10011011001010011110
Octal11522436

Shades and tints

Shades of #4D941E

#4D941E
(77,148,30)
#46871C
(70,135,28)
#3F7A1A
(63,122,26)
#386D18
(56,109,24)
#316016
(49,96,22)
#2A5314
(42,83,20)
#234612
(35,70,18)
#1C3910
(28,57,16)
#152C0E
(21,44,14)
#0E1F0C
(14,31,12)
#07120A
(7,18,10)
#000000
(0,0,0)

Tints of #4D941E

#4D941E
(77,148,30)
#5D9D32
(93,157,50)
#6DA646
(109,166,70)
#7DAF5A
(125,175,90)
#8DB86E
(141,184,110)
#9DC182
(157,193,130)
#ADCA96
(173,202,150)
#BDD3AA
(189,211,170)
#CDDCBE
(205,220,190)
#DDE5D2
(221,229,210)
#EDEEE6
(237,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D941E color. Also use rgb(77,148,30) instead hex code.

Text Font Color

.myTextColor { color: #4D941E; }

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

This text font color is #4D941E.


Background Color

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

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

This div background color is #4D941E.


Border color

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

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

This div border color is #4D941E.


Opacity

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

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

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

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

This text has shadow with #4D941E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D941E on black background.


Color preview on white background

This text has color #4D941E on white background.



Black color preview on #4D941E background

This text has black color on #4D941E background.


White color preview on #4D941E background

This text has white color on #4D941E background.