COLOR #4D9A15

HEX: #4D9A15
RGB: (77,154,21)

Color info

#4D9A15 contains mainly green color. Web safe color of #4D9A15 is #339900 (or #390).

RGB color model

#4D9A15 color RGB value is (77,154,21).

  • red value is 77;
  • green value is 154;
  • blue value is 21.
RGB:
(77,154,21)
(30%,60%,8%)

RGB channels and saturation

R 77 of 255 = 30%
G 154 of 255 = 60%
B 21 of 255 = 8%

77
154
21

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

Portions of RGB colors in percentages

R + G + B =
77 + 154 + 21 = 252 (100%)
R 77 of 252 ~ 30.56%
G 154 of 252 ~ 61.11%
B 21 of 252 ~ 8.33%

%30.56
%61.11

CMYK color model

#4D9A15 color CMYK value is (50,0,86,40).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 86.36%
  • key color value is 39.61%
CMYK:
(50,0,86,40)
C50M0Y86K40 
(50%,0%,86%,40%)
(0.50/0.00/0.86/0.40)	

CMYK percentages

%50
%0
%86.36
%39.61

Codes

Color #4D9A15 in popluar color models

4D9A15
RGB7715421
HSL95°76.00%34.31%
HSB/HSV95°86.36%60.39%
CMYK50.00%0.00%86.36%
39.61%

Color #4D9A15 in popluar number systems.

HEX4D9A15
Decimal7715421
Binary10011011001101010101
Octal11523225

Shades and tints

Shades of #4D9A15

#4D9A15
(77,154,21)
#468C14
(70,140,20)
#3F7E13
(63,126,19)
#387012
(56,112,18)
#316211
(49,98,17)
#2A5410
(42,84,16)
#23460F
(35,70,15)
#1C380E
(28,56,14)
#152A0D
(21,42,13)
#0E1C0C
(14,28,12)
#070E0B
(7,14,11)
#000000
(0,0,0)

Tints of #4D9A15

#4D9A15
(77,154,21)
#5DA32A
(93,163,42)
#6DAC3F
(109,172,63)
#7DB554
(125,181,84)
#8DBE69
(141,190,105)
#9DC77E
(157,199,126)
#ADD093
(173,208,147)
#BDD9A8
(189,217,168)
#CDE2BD
(205,226,189)
#DDEBD2
(221,235,210)
#EDF4E7
(237,244,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D9A15 color. Also use rgb(77,154,21) instead hex code.

Text Font Color

.myTextColor { color: #4D9A15; }

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

This text font color is #4D9A15.


Background Color

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

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

This div background color is #4D9A15.


Border color

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

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

This div border color is #4D9A15.


Opacity

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

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

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

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

This text has shadow with #4D9A15 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D9A15 on black background.


Color preview on white background

This text has color #4D9A15 on white background.



Black color preview on #4D9A15 background

This text has black color on #4D9A15 background.


White color preview on #4D9A15 background

This text has white color on #4D9A15 background.