COLOR #4DA208

HEX: #4DA208 RGB: (77,162,8)

Color info

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

RGB color model

#4DA208 color RGB value is (77,162,8).

RGB: (77,162,8) (30%, 64%, 3%)

RGB channels and saturation

R 77 of 255 = 30%
G 162 of 255 = 64%
B 8 of 255 = 3%

77
162
8

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

Portions of RGB colors in percentages

R + G + B = 77 + 162 + 8 = 247 (100%)
R 77 of 247 ~ 31.17%
G 162 of 247 ~ 65.59%
B 8 of 247 ~ 3.24'%

%31.17
%65.59

CMYK color model

#4DA208 color CMYK value is (52,0,95,36).

  • cyan value is 52.47%
  • magenta value is 0.00%
  • yellow value is 95.06%
  • key color value is 36.47%

CMYK: (52,0,95,36)
C52M0Y95K36 (52%, 0%, 95%, 36%)
(0.52 / 0.00 / 0.95 / 0.36)

CMYK percentages

%52.47
%0
%95.06
%36.47

Codes

Color #4DA208 in popluar color models

4D A2 08
RGB 77 162 8
HSL 93° 90.59% 33.33%
HSB/HSV 93° 95.06% 63.53%
CMYK 52.47% 0.00% 95.06%
36.47%

Color #4DA208 in popluar number systems.

HEX 4D A2 08
Decimal 77 162 8
Binary 1001101 10100010 1000
Octal 115 242 10

Shades and tints

Shades of #4DA208

#4DA208
(77,162,8)
#469408
(70,148,8)
#3F8608
(63,134,8)
#387808
(56,120,8)
#316A08
(49,106,8)
#2A5C08
(42,92,8)
#234E08
(35,78,8)
#1C4008
(28,64,8)
#153208
(21,50,8)
#0E2408
(14,36,8)
#071608
(7,22,8)
#000000
(0,0,0)

Tints of #4DA208

#4DA208
(77,162,8)
#5DAA1E
(93,170,30)
#6DB234
(109,178,52)
#7DBA4A
(125,186,74)
#8DC260
(141,194,96)
#9DCA76
(157,202,118)
#ADD28C
(173,210,140)
#BDDAA2
(189,218,162)
#CDE2B8
(205,226,184)
#DDEACE
(221,234,206)
#EDF2E4
(237,242,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4DA208 color. Also use rgb(77,162,8) instead hex code.

Text Font Color

.myTextColor { color: #4DA208; }

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

This text font color is #4DA208.

Background Color

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

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

This div background color is #4DA208.

Border color

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

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

This div border color is #4DA208.

Opacity

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

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

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

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

This text has shadow with #4DA208 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4DA208.

Preview

Color preview on black background

This text has color #4DA208 on black background.


Color preview on white background

This text has color #4DA208 on white background.


Black color preview on #4DA208 background

This text has black color on #4DA208 background.


White color preview on #4DA208 background

This text has white color on #4DA208 background.


Related colors

Complementary color

Complementary color for #hex is #B25DF7.


I love getcolorcode.com

Triadic colors

1 #084DA2 and #A2084D with #4DA208 are triadic colors.

2 #08A24D and #A24D08 with #4DA208 are triadic colors.