COLOR #4DAC72

HEX: #4DAC72 RGB: (77,172,114)

Color info

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

RGB color model

#4DAC72 color RGB value is (77,172,114).

RGB: (77,172,114) (30%, 67%, 45%)

RGB channels and saturation

R 77 of 255 = 30%
G 172 of 255 = 67%
B 114 of 255 = 45%

77
172
114

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

Portions of RGB colors in percentages

R + G + B = 77 + 172 + 114 = 363 (100%)
R 77 of 363 ~ 21.21%
G 172 of 363 ~ 47.38%
B 114 of 363 ~ 31.4'%

%21.21
%47.38
%31.4

CMYK color model

#4DAC72 color CMYK value is (55,0,34,33).

  • cyan value is 55.23%
  • magenta value is 0.00%
  • yellow value is 33.72%
  • key color value is 32.55%

CMYK: (55,0,34,33)
C55M0Y34K33 (55%, 0%, 34%, 33%)
(0.55 / 0.00 / 0.34 / 0.33)

CMYK percentages

%55.23
%0
%33.72
%32.55

Codes

Color #4DAC72 in popluar color models

4D AC 72
RGB 77 172 114
HSL 143° 38.15% 48.82%
HSB/HSV 143° 55.23% 67.45%
CMYK 55.23% 0.00% 33.72%
32.55%

Color #4DAC72 in popluar number systems.

HEX 4D AC 72
Decimal 77 172 114
Binary 1001101 10101100 1110010
Octal 115 254 162

Shades and tints

Shades of #4DAC72

#4DAC72
(77,172,114)
#469D68
(70,157,104)
#3F8E5E
(63,142,94)
#387F54
(56,127,84)
#31704A
(49,112,74)
#2A6140
(42,97,64)
#235236
(35,82,54)
#1C432C
(28,67,44)
#153422
(21,52,34)
#0E2518
(14,37,24)
#07160E
(7,22,14)
#000000
(0,0,0)

Tints of #4DAC72

#4DAC72
(77,172,114)
#5DB37E
(93,179,126)
#6DBA8A
(109,186,138)
#7DC196
(125,193,150)
#8DC8A2
(141,200,162)
#9DCFAE
(157,207,174)
#ADD6BA
(173,214,186)
#BDDDC6
(189,221,198)
#CDE4D2
(205,228,210)
#DDEBDE
(221,235,222)
#EDF2EA
(237,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4DAC72 color. Also use rgb(77,172,114) instead hex code.

Text Font Color

.myTextColor { color: #4DAC72; }

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

This text font color is #4DAC72.

Background Color

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

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

This div background color is #4DAC72.

Border color

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

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

This div border color is #4DAC72.

Opacity

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

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

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

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

This text has shadow with #4DAC72 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4DAC72.

Preview

Color preview on black background

This text has color #4DAC72 on black background.


Color preview on white background

This text has color #4DAC72 on white background.


Black color preview on #4DAC72 background

This text has black color on #4DAC72 background.


White color preview on #4DAC72 background

This text has white color on #4DAC72 background.


Related colors

Complementary color

Complementary color for #hex is #B2538D.


I love getcolorcode.com

Triadic colors

1 #724DAC and #AC724D with #4DAC72 are triadic colors.

2 #72AC4D and #AC4D72 with #4DAC72 are triadic colors.