COLOR #4DA78D

HEX: #4DA78D RGB: (77,167,141)

Color info

#4DA78D contains mainly green and blue colors. Web safe color of #4DA78D is #339999 (or #399).

RGB color model

#4DA78D color RGB value is (77,167,141).

RGB: (77,167,141) (30%, 65%, 55%)

RGB channels and saturation

R 77 of 255 = 30%
G 167 of 255 = 65%
B 141 of 255 = 55%

77
167
141

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

Portions of RGB colors in percentages

R + G + B = 77 + 167 + 141 = 385 (100%)
R 77 of 385 ~ 20%
G 167 of 385 ~ 43.38%
B 141 of 385 ~ 36.62'%

%20
%43.38
%36.62

CMYK color model

#4DA78D color CMYK value is (54,0,16,35).

  • cyan value is 53.89%
  • magenta value is 0.00%
  • yellow value is 15.57%
  • key color value is 34.51%

CMYK: (54,0,16,35)
C54M0Y16K35 (54%, 0%, 16%, 35%)
(0.54 / 0.00 / 0.16 / 0.35)

CMYK percentages

%53.89
%0
%15.57
%34.51

Codes

Color #4DA78D in popluar color models

4D A7 8D
RGB 77 167 141
HSL 163° 36.89% 47.84%
HSB/HSV 163° 53.89% 65.49%
CMYK 53.89% 0.00% 15.57%
34.51%

Color #4DA78D in popluar number systems.

HEX 4D A7 8D
Decimal 77 167 141
Binary 1001101 10100111 10001101
Octal 115 247 215

Shades and tints

Shades of #4DA78D

#4DA78D
(77,167,141)
#469881
(70,152,129)
#3F8975
(63,137,117)
#387A69
(56,122,105)
#316B5D
(49,107,93)
#2A5C51
(42,92,81)
#234D45
(35,77,69)
#1C3E39
(28,62,57)
#152F2D
(21,47,45)
#0E2021
(14,32,33)
#071115
(7,17,21)
#000000
(0,0,0)

Tints of #4DA78D

#4DA78D
(77,167,141)
#5DAF97
(93,175,151)
#6DB7A1
(109,183,161)
#7DBFAB
(125,191,171)
#8DC7B5
(141,199,181)
#9DCFBF
(157,207,191)
#ADD7C9
(173,215,201)
#BDDFD3
(189,223,211)
#CDE7DD
(205,231,221)
#DDEFE7
(221,239,231)
#EDF7F1
(237,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4DA78D color. Also use rgb(77,167,141) instead hex code.

Text Font Color

.myTextColor { color: #4DA78D; }

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

This text font color is #4DA78D.

Background Color

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

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

This div background color is #4DA78D.

Border color

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

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

This div border color is #4DA78D.

Opacity

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

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

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

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

This text has shadow with #4DA78D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4DA78D.

Preview

Color preview on black background

This text has color #4DA78D on black background.


Color preview on white background

This text has color #4DA78D on white background.


Black color preview on #4DA78D background

This text has black color on #4DA78D background.


White color preview on #4DA78D background

This text has white color on #4DA78D background.


Related colors

Complementary color

Complementary color for #hex is #B25872.


I love getcolorcode.com

Triadic colors

1 #8D4DA7 and #A78D4D with #4DA78D are triadic colors.

2 #8DA74D and #A74D8D with #4DA78D are triadic colors.