COLOR #4DA05D

HEX: #4DA05D
RGB: (77,160,93)

Color info

#4DA05D contains mainly green color. Web safe color of #4DA05D is #339966 (or #396).

RGB color model

#4DA05D color RGB value is (77,160,93).

  • red value is 77;
  • green value is 160;
  • blue value is 93.
RGB:
(77,160,93)
(30%,63%,36%)

RGB channels and saturation

R 77 of 255 = 30%
G 160 of 255 = 63%
B 93 of 255 = 36%

77
160
93

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

Portions of RGB colors in percentages

R + G + B =
77 + 160 + 93 = 330 (100%)
R 77 of 330 ~ 23.33%
G 160 of 330 ~ 48.48%
B 93 of 330 ~ 28.18%

%23.33
%48.48
%28.18

CMYK color model

#4DA05D color CMYK value is (52,0,42,37).

  • cyan value is 51.88%
  • magenta value is 0.00%
  • yellow value is 41.88%
  • key color value is 37.25%
CMYK:
(52,0,42,37)
C52M0Y42K37 
(52%,0%,42%,37%)
(0.52/0.00/0.42/0.37)	

CMYK percentages

%51.88
%0
%41.88
%37.25

Codes

Color #4DA05D in popluar color models

4DA05D
RGB7716093
HSL132°35.02%46.47%
HSB/HSV132°51.88%62.75%
CMYK51.88%0.00%41.88%
37.25%

Color #4DA05D in popluar number systems.

HEX4DA05D
Decimal7716093
Binary1001101101000001011101
Octal115240135

Shades and tints

Shades of #4DA05D

#4DA05D
(77,160,93)
#469255
(70,146,85)
#3F844D
(63,132,77)
#387645
(56,118,69)
#31683D
(49,104,61)
#2A5A35
(42,90,53)
#234C2D
(35,76,45)
#1C3E25
(28,62,37)
#15301D
(21,48,29)
#0E2215
(14,34,21)
#07140D
(7,20,13)
#000000
(0,0,0)

Tints of #4DA05D

#4DA05D
(77,160,93)
#5DA86B
(93,168,107)
#6DB079
(109,176,121)
#7DB887
(125,184,135)
#8DC095
(141,192,149)
#9DC8A3
(157,200,163)
#ADD0B1
(173,208,177)
#BDD8BF
(189,216,191)
#CDE0CD
(205,224,205)
#DDE8DB
(221,232,219)
#EDF0E9
(237,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4DA05D color. Also use rgb(77,160,93) instead hex code.

Text Font Color

.myTextColor { color: #4DA05D; }

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

This text font color is #4DA05D.


Background Color

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

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

This div background color is #4DA05D.


Border color

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

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

This div border color is #4DA05D.


Opacity

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

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

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

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

This text has shadow with #4DA05D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4DA05D on black background.


Color preview on white background

This text has color #4DA05D on white background.



Black color preview on #4DA05D background

This text has black color on #4DA05D background.


White color preview on #4DA05D background

This text has white color on #4DA05D background.