COLOR #4DA469

HEX: #4DA469
RGB: (77,164,105)

Color info

#4DA469 contains mainly green and blue colors. Web safe color of #4DA469 is #339966 (or #396).

RGB color model

#4DA469 color RGB value is (77,164,105).

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

RGB channels and saturation

R 77 of 255 = 30%
G 164 of 255 = 64%
B 105 of 255 = 41%

77
164
105

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

Portions of RGB colors in percentages

R + G + B =
77 + 164 + 105 = 346 (100%)
R 77 of 346 ~ 22.25%
G 164 of 346 ~ 47.4%
B 105 of 346 ~ 30.35%

%22.25
%47.4
%30.35

CMYK color model

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

  • cyan value is 53.05%
  • magenta value is 0.00%
  • yellow value is 35.98%
  • key color value is 35.69%
CMYK:
(53,0,36,36)
C53M0Y36K36 
(53%,0%,36%,36%)
(0.53/0.00/0.36/0.36)	

CMYK percentages

%53.05
%0
%35.98
%35.69

Codes

Color #4DA469 in popluar color models

4DA469
RGB77164105
HSL139°36.10%47.25%
HSB/HSV139°53.05%64.31%
CMYK53.05%0.00%35.98%
35.69%

Color #4DA469 in popluar number systems.

HEX4DA469
Decimal77164105
Binary1001101101001001101001
Octal115244151

Shades and tints

Shades of #4DA469

#4DA469
(77,164,105)
#469660
(70,150,96)
#3F8857
(63,136,87)
#387A4E
(56,122,78)
#316C45
(49,108,69)
#2A5E3C
(42,94,60)
#235033
(35,80,51)
#1C422A
(28,66,42)
#153421
(21,52,33)
#0E2618
(14,38,24)
#07180F
(7,24,15)
#000000
(0,0,0)

Tints of #4DA469

#4DA469
(77,164,105)
#5DAC76
(93,172,118)
#6DB483
(109,180,131)
#7DBC90
(125,188,144)
#8DC49D
(141,196,157)
#9DCCAA
(157,204,170)
#ADD4B7
(173,212,183)
#BDDCC4
(189,220,196)
#CDE4D1
(205,228,209)
#DDECDE
(221,236,222)
#EDF4EB
(237,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4DA469; }

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

This text font color is #4DA469.


Background Color

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

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

This div background color is #4DA469.


Border color

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

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

This div border color is #4DA469.


Opacity

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

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

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

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

This text has shadow with #4DA469 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4DA469 on black background.


Color preview on white background

This text has color #4DA469 on white background.



Black color preview on #4DA469 background

This text has black color on #4DA469 background.


White color preview on #4DA469 background

This text has white color on #4DA469 background.