COLOR #4D994B

HEX: #4D994B
RGB: (77,153,75)

Color info

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

RGB color model

#4D994B color RGB value is (77,153,75).

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

RGB channels and saturation

R 77 of 255 = 30%
G 153 of 255 = 60%
B 75 of 255 = 29%

77
153
75

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

Portions of RGB colors in percentages

R + G + B =
77 + 153 + 75 = 305 (100%)
R 77 of 305 ~ 25.25%
G 153 of 305 ~ 50.16%
B 75 of 305 ~ 24.59%

%25.25
%50.16
%24.59

CMYK color model

#4D994B color CMYK value is (50,0,51,40).

  • cyan value is 49.67%
  • magenta value is 0.00%
  • yellow value is 50.98%
  • key color value is 40.00%
CMYK:
(50,0,51,40)
C50M0Y51K40 
(50%,0%,51%,40%)
(0.50/0.00/0.51/0.40)	

CMYK percentages

%49.67
%0
%50.98
%40

Codes

Color #4D994B in popluar color models

4D994B
RGB7715375
HSL118°34.21%44.71%
HSB/HSV118°50.98%60.00%
CMYK49.67%0.00%50.98%
40.00%

Color #4D994B in popluar number systems.

HEX4D994B
Decimal7715375
Binary1001101100110011001011
Octal115231113

Shades and tints

Shades of #4D994B

#4D994B
(77,153,75)
#468C45
(70,140,69)
#3F7F3F
(63,127,63)
#387239
(56,114,57)
#316533
(49,101,51)
#2A582D
(42,88,45)
#234B27
(35,75,39)
#1C3E21
(28,62,33)
#15311B
(21,49,27)
#0E2415
(14,36,21)
#07170F
(7,23,15)
#000000
(0,0,0)

Tints of #4D994B

#4D994B
(77,153,75)
#5DA25B
(93,162,91)
#6DAB6B
(109,171,107)
#7DB47B
(125,180,123)
#8DBD8B
(141,189,139)
#9DC69B
(157,198,155)
#ADCFAB
(173,207,171)
#BDD8BB
(189,216,187)
#CDE1CB
(205,225,203)
#DDEADB
(221,234,219)
#EDF3EB
(237,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D994B; }

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

This text font color is #4D994B.


Background Color

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

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

This div background color is #4D994B.


Border color

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

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

This div border color is #4D994B.


Opacity

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

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

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

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

This text has shadow with #4D994B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D994B on black background.


Color preview on white background

This text has color #4D994B on white background.



Black color preview on #4D994B background

This text has black color on #4D994B background.


White color preview on #4D994B background

This text has white color on #4D994B background.