COLOR #4D9511

HEX: #4D9511
RGB: (77,149,17)

Color info

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

RGB color model

#4D9511 color RGB value is (77,149,17).

  • red value is 77;
  • green value is 149;
  • blue value is 17.
RGB:
(77,149,17)
(30%,58%,7%)

RGB channels and saturation

R 77 of 255 = 30%
G 149 of 255 = 58%
B 17 of 255 = 7%

77
149
17

R + G + B ~ 32%. #4D9511 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 149 + 17 = 243 (100%)
R 77 of 243 ~ 31.69%
G 149 of 243 ~ 61.32%
B 17 of 243 ~ 7%

%31.69
%61.32

CMYK color model

#4D9511 color CMYK value is (48,0,89,42).

  • cyan value is 48.32%
  • magenta value is 0.00%
  • yellow value is 88.59%
  • key color value is 41.57%
CMYK:
(48,0,89,42)
C48M0Y89K42 
(48%,0%,89%,42%)
(0.48/0.00/0.89/0.42)	

CMYK percentages

%48.32
%0
%88.59
%41.57

Codes

Color #4D9511 in popluar color models

4D9511
RGB7714917
HSL93°79.52%32.55%
HSB/HSV93°88.59%58.43%
CMYK48.32%0.00%88.59%
41.57%

Color #4D9511 in popluar number systems.

HEX4D9511
Decimal7714917
Binary10011011001010110001
Octal11522521

Shades and tints

Shades of #4D9511

#4D9511
(77,149,17)
#468810
(70,136,16)
#3F7B0F
(63,123,15)
#386E0E
(56,110,14)
#31610D
(49,97,13)
#2A540C
(42,84,12)
#23470B
(35,71,11)
#1C3A0A
(28,58,10)
#152D09
(21,45,9)
#0E2008
(14,32,8)
#071307
(7,19,7)
#000000
(0,0,0)

Tints of #4D9511

#4D9511
(77,149,17)
#5D9E26
(93,158,38)
#6DA73B
(109,167,59)
#7DB050
(125,176,80)
#8DB965
(141,185,101)
#9DC27A
(157,194,122)
#ADCB8F
(173,203,143)
#BDD4A4
(189,212,164)
#CDDDB9
(205,221,185)
#DDE6CE
(221,230,206)
#EDEFE3
(237,239,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D9511 color. Also use rgb(77,149,17) instead hex code.

Text Font Color

.myTextColor { color: #4D9511; }

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

This text font color is #4D9511.


Background Color

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

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

This div background color is #4D9511.


Border color

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

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

This div border color is #4D9511.


Opacity

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

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

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

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

This text has shadow with #4D9511 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D9511 on black background.


Color preview on white background

This text has color #4D9511 on white background.



Black color preview on #4D9511 background

This text has black color on #4D9511 background.


White color preview on #4D9511 background

This text has white color on #4D9511 background.