COLOR #4D994F

HEX: #4D994F
RGB: (77,153,79)

Color info

#4D994F contains mainly green color. Web safe color of #4D994F is #339966 (or #396).

RGB color model

#4D994F color RGB value is (77,153,79).

  • red value is 77;
  • green value is 153;
  • blue value is 79.
RGB:
(77,153,79)
(30%,60%,31%)

RGB channels and saturation

R 77 of 255 = 30%
G 153 of 255 = 60%
B 79 of 255 = 31%

77
153
79

R + G + B ~ 40%. #4D994F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
77 + 153 + 79 = 309 (100%)
R 77 of 309 ~ 24.92%
G 153 of 309 ~ 49.51%
B 79 of 309 ~ 25.57%

%24.92
%49.51
%25.57

CMYK color model

#4D994F color CMYK value is (50,0,48,40).

  • cyan value is 49.67%
  • magenta value is 0.00%
  • yellow value is 48.37%
  • key color value is 40.00%
CMYK:
(50,0,48,40)
C50M0Y48K40 
(50%,0%,48%,40%)
(0.50/0.00/0.48/0.40)	

CMYK percentages

%49.67
%0
%48.37
%40

Codes

Color #4D994F in popluar color models

4D994F
RGB7715379
HSL122°33.04%45.10%
HSB/HSV122°49.67%60.00%
CMYK49.67%0.00%48.37%
40.00%

Color #4D994F in popluar number systems.

HEX4D994F
Decimal7715379
Binary1001101100110011001111
Octal115231117

Shades and tints

Shades of #4D994F

#4D994F
(77,153,79)
#468C48
(70,140,72)
#3F7F41
(63,127,65)
#38723A
(56,114,58)
#316533
(49,101,51)
#2A582C
(42,88,44)
#234B25
(35,75,37)
#1C3E1E
(28,62,30)
#153117
(21,49,23)
#0E2410
(14,36,16)
#071709
(7,23,9)
#000000
(0,0,0)

Tints of #4D994F

#4D994F
(77,153,79)
#5DA25F
(93,162,95)
#6DAB6F
(109,171,111)
#7DB47F
(125,180,127)
#8DBD8F
(141,189,143)
#9DC69F
(157,198,159)
#ADCFAF
(173,207,175)
#BDD8BF
(189,216,191)
#CDE1CF
(205,225,207)
#DDEADF
(221,234,223)
#EDF3EF
(237,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D994F color. Also use rgb(77,153,79) instead hex code.

Text Font Color

.myTextColor { color: #4D994F; }

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

This text font color is #4D994F.


Background Color

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

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

This div background color is #4D994F.


Border color

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

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

This div border color is #4D994F.


Opacity

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

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

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

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

This text has shadow with #4D994F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D994F on black background.


Color preview on white background

This text has color #4D994F on white background.



Black color preview on #4D994F background

This text has black color on #4D994F background.


White color preview on #4D994F background

This text has white color on #4D994F background.