COLOR #4D9B1C

HEX: #4D9B1C
RGB: (77,155,28)

Color info

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

RGB color model

#4D9B1C color RGB value is (77,155,28).

  • red value is 77;
  • green value is 155;
  • blue value is 28.
RGB:
(77,155,28)
(30%,61%,11%)

RGB channels and saturation

R 77 of 255 = 30%
G 155 of 255 = 61%
B 28 of 255 = 11%

77
155
28

R + G + B ~ 34%. #4D9B1C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 155 + 28 = 260 (100%)
R 77 of 260 ~ 29.62%
G 155 of 260 ~ 59.62%
B 28 of 260 ~ 10.77%

%29.62
%59.62
%10.77

CMYK color model

#4D9B1C color CMYK value is (50,0,82,39).

  • cyan value is 50.32%
  • magenta value is 0.00%
  • yellow value is 81.94%
  • key color value is 39.22%
CMYK:
(50,0,82,39)
C50M0Y82K39 
(50%,0%,82%,39%)
(0.50/0.00/0.82/0.39)	

CMYK percentages

%50.32
%0
%81.94
%39.22

Codes

Color #4D9B1C in popluar color models

4D9B1C
RGB7715528
HSL97°69.40%35.88%
HSB/HSV97°81.94%60.78%
CMYK50.32%0.00%81.94%
39.22%

Color #4D9B1C in popluar number systems.

HEX4D9B1C
Decimal7715528
Binary10011011001101111100
Octal11523334

Shades and tints

Shades of #4D9B1C

#4D9B1C
(77,155,28)
#468D1A
(70,141,26)
#3F7F18
(63,127,24)
#387116
(56,113,22)
#316314
(49,99,20)
#2A5512
(42,85,18)
#234710
(35,71,16)
#1C390E
(28,57,14)
#152B0C
(21,43,12)
#0E1D0A
(14,29,10)
#070F08
(7,15,8)
#000000
(0,0,0)

Tints of #4D9B1C

#4D9B1C
(77,155,28)
#5DA430
(93,164,48)
#6DAD44
(109,173,68)
#7DB658
(125,182,88)
#8DBF6C
(141,191,108)
#9DC880
(157,200,128)
#ADD194
(173,209,148)
#BDDAA8
(189,218,168)
#CDE3BC
(205,227,188)
#DDECD0
(221,236,208)
#EDF5E4
(237,245,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D9B1C color. Also use rgb(77,155,28) instead hex code.

Text Font Color

.myTextColor { color: #4D9B1C; }

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

This text font color is #4D9B1C.


Background Color

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

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

This div background color is #4D9B1C.


Border color

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

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

This div border color is #4D9B1C.


Opacity

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

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

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

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

This text has shadow with #4D9B1C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D9B1C on black background.


Color preview on white background

This text has color #4D9B1C on white background.



Black color preview on #4D9B1C background

This text has black color on #4D9B1C background.


White color preview on #4D9B1C background

This text has white color on #4D9B1C background.