COLOR #4DAC7B

HEX: #4DAC7B RGB: (77,172,123)

Color info

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

RGB color model

#4DAC7B color RGB value is (77,172,123).

RGB: (77,172,123) (30%, 67%, 48%)

RGB channels and saturation

R 77 of 255 = 30%
G 172 of 255 = 67%
B 123 of 255 = 48%

77
172
123

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

Portions of RGB colors in percentages

R + G + B = 77 + 172 + 123 = 372 (100%)
R 77 of 372 ~ 20.7%
G 172 of 372 ~ 46.24%
B 123 of 372 ~ 33.06'%

%20.7
%46.24
%33.06

CMYK color model

#4DAC7B color CMYK value is (55,0,28,33).

  • cyan value is 55.23%
  • magenta value is 0.00%
  • yellow value is 28.49%
  • key color value is 32.55%
CMYK: (55,0,28,33) C55M0Y28K33 (55%,0%,28%,33%) (0.55/0.00/0.28/0.33) 

CMYK percentages

%55.23
%0
%28.49
%32.55

Codes

Color #4DAC7B in popluar color models

4D AC 7B
RGB 77 172 123
HSL 149° 38.15% 48.82%
HSB/HSV 149° 55.23% 67.45%
CMYK 55.23% 0.00% 28.49%
32.55%

Color #4DAC7B in popluar number systems.

HEX 4D AC 7B
Decimal 77 172 123
Binary 1001101 10101100 1111011
Octal 115 254 173

Shades and tints

Shades of #4DAC7B

#4DAC7B
(77,172,123)
#469D70
(70,157,112)
#3F8E65
(63,142,101)
#387F5A
(56,127,90)
#31704F
(49,112,79)
#2A6144
(42,97,68)
#235239
(35,82,57)
#1C432E
(28,67,46)
#153423
(21,52,35)
#0E2518
(14,37,24)
#07160D
(7,22,13)
#000000
(0,0,0)

Tints of #4DAC7B

#4DAC7B
(77,172,123)
#5DB387
(93,179,135)
#6DBA93
(109,186,147)
#7DC19F
(125,193,159)
#8DC8AB
(141,200,171)
#9DCFB7
(157,207,183)
#ADD6C3
(173,214,195)
#BDDDCF
(189,221,207)
#CDE4DB
(205,228,219)
#DDEBE7
(221,235,231)
#EDF2F3
(237,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4DAC7B; }

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

This text font color is #4DAC7B.

Background Color

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

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

This div background color is #4DAC7B.

Border color

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

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

This div border color is #4DAC7B.

Opacity

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

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

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

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

This text has shadow with #4DAC7B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4DAC7B.

Preview

Color preview on black background

This text has color #4DAC7B on black background.


Color preview on white background

This text has color #4DAC7B on white background.


Black color preview on #4DAC7B background

This text has black color on #4DAC7B background.


White color preview on #4DAC7B background

This text has white color on #4DAC7B background.


Related colors

Complementary color

Complementary color for #hex is #B25384.


I love getcolorcode.com

Triadic colors

1 #7B4DAC and #AC7B4D with #4DAC7B are triadic colors.

2 #7BAC4D and #AC4D7B with #4DAC7B are triadic colors.