COLOR #4DA45E

HEX: #4DA45E
RGB: (77,164,94)

Color info

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

RGB color model

#4DA45E color RGB value is (77,164,94).

  • red value is 77;
  • green value is 164;
  • blue value is 94.
RGB:
(77,164,94)
(30%,64%,37%)

RGB channels and saturation

R 77 of 255 = 30%
G 164 of 255 = 64%
B 94 of 255 = 37%

77
164
94

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

Portions of RGB colors in percentages

R + G + B =
77 + 164 + 94 = 335 (100%)
R 77 of 335 ~ 22.99%
G 164 of 335 ~ 48.96%
B 94 of 335 ~ 28.06%

%22.99
%48.96
%28.06

CMYK color model

#4DA45E color CMYK value is (53,0,43,36).

  • cyan value is 53.05%
  • magenta value is 0.00%
  • yellow value is 42.68%
  • key color value is 35.69%
CMYK:
(53,0,43,36)
C53M0Y43K36 
(53%,0%,43%,36%)
(0.53/0.00/0.43/0.36)	

CMYK percentages

%53.05
%0
%42.68
%35.69

Codes

Color #4DA45E in popluar color models

4DA45E
RGB7716494
HSL132°36.10%47.25%
HSB/HSV132°53.05%64.31%
CMYK53.05%0.00%42.68%
35.69%

Color #4DA45E in popluar number systems.

HEX4DA45E
Decimal7716494
Binary1001101101001001011110
Octal115244136

Shades and tints

Shades of #4DA45E

#4DA45E
(77,164,94)
#469656
(70,150,86)
#3F884E
(63,136,78)
#387A46
(56,122,70)
#316C3E
(49,108,62)
#2A5E36
(42,94,54)
#23502E
(35,80,46)
#1C4226
(28,66,38)
#15341E
(21,52,30)
#0E2616
(14,38,22)
#07180E
(7,24,14)
#000000
(0,0,0)

Tints of #4DA45E

#4DA45E
(77,164,94)
#5DAC6C
(93,172,108)
#6DB47A
(109,180,122)
#7DBC88
(125,188,136)
#8DC496
(141,196,150)
#9DCCA4
(157,204,164)
#ADD4B2
(173,212,178)
#BDDCC0
(189,220,192)
#CDE4CE
(205,228,206)
#DDECDC
(221,236,220)
#EDF4EA
(237,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4DA45E color. Also use rgb(77,164,94) instead hex code.

Text Font Color

.myTextColor { color: #4DA45E; }

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

This text font color is #4DA45E.


Background Color

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

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

This div background color is #4DA45E.


Border color

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

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

This div border color is #4DA45E.


Opacity

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

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

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

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

This text has shadow with #4DA45E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4DA45E on black background.


Color preview on white background

This text has color #4DA45E on white background.



Black color preview on #4DA45E background

This text has black color on #4DA45E background.


White color preview on #4DA45E background

This text has white color on #4DA45E background.