COLOR #4DA05A

HEX: #4DA05A
RGB: (77,160,90)

Color info

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

RGB color model

#4DA05A color RGB value is (77,160,90).

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

RGB channels and saturation

R 77 of 255 = 30%
G 160 of 255 = 63%
B 90 of 255 = 35%

77
160
90

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

Portions of RGB colors in percentages

R + G + B =
77 + 160 + 90 = 327 (100%)
R 77 of 327 ~ 23.55%
G 160 of 327 ~ 48.93%
B 90 of 327 ~ 27.52%

%23.55
%48.93
%27.52

CMYK color model

#4DA05A color CMYK value is (52,0,44,37).

  • cyan value is 51.88%
  • magenta value is 0.00%
  • yellow value is 43.75%
  • key color value is 37.25%
CMYK:
(52,0,44,37)
C52M0Y44K37 
(52%,0%,44%,37%)
(0.52/0.00/0.44/0.37)	

CMYK percentages

%51.88
%0
%43.75
%37.25

Codes

Color #4DA05A in popluar color models

4DA05A
RGB7716090
HSL129°35.02%46.47%
HSB/HSV129°51.88%62.75%
CMYK51.88%0.00%43.75%
37.25%

Color #4DA05A in popluar number systems.

HEX4DA05A
Decimal7716090
Binary1001101101000001011010
Octal115240132

Shades and tints

Shades of #4DA05A

#4DA05A
(77,160,90)
#469252
(70,146,82)
#3F844A
(63,132,74)
#387642
(56,118,66)
#31683A
(49,104,58)
#2A5A32
(42,90,50)
#234C2A
(35,76,42)
#1C3E22
(28,62,34)
#15301A
(21,48,26)
#0E2212
(14,34,18)
#07140A
(7,20,10)
#000000
(0,0,0)

Tints of #4DA05A

#4DA05A
(77,160,90)
#5DA869
(93,168,105)
#6DB078
(109,176,120)
#7DB887
(125,184,135)
#8DC096
(141,192,150)
#9DC8A5
(157,200,165)
#ADD0B4
(173,208,180)
#BDD8C3
(189,216,195)
#CDE0D2
(205,224,210)
#DDE8E1
(221,232,225)
#EDF0F0
(237,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4DA05A; }

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

This text font color is #4DA05A.


Background Color

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

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

This div background color is #4DA05A.


Border color

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

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

This div border color is #4DA05A.


Opacity

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

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

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

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

This text has shadow with #4DA05A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4DA05A on black background.


Color preview on white background

This text has color #4DA05A on white background.



Black color preview on #4DA05A background

This text has black color on #4DA05A background.


White color preview on #4DA05A background

This text has white color on #4DA05A background.