COLOR #4DB981

HEX: #4DB981
RGB: (77,185,129)

Color info

#4DB981 contains mainly green and blue colors. Web safe color of #4DB981 is #33CC99 (or #3C9).

RGB color model

#4DB981 color RGB value is (77,185,129).

  • red value is 77;
  • green value is 185;
  • blue value is 129.
RGB: (77,185,129) (30%,73%,51%)

RGB channels and saturation

R 77 of 255 = 30%
G 185 of 255 = 73%
B 129 of 255 = 51%

77
185
129

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

Portions of RGB colors in percentages

R + G + B =
77 + 185 + 129 = 391 (100%)
R 77 of 391 ~ 19.69%
G 185 of 391 ~ 47.31%
B 129 of 391 ~ 32.99%

%19.69
%47.31
%32.99

CMYK color model

#4DB981 color CMYK value is (58,0,30,27).

  • cyan value is 58.38%
  • magenta value is 0.00%
  • yellow value is 30.27%
  • key color value is 27.45%
CMYK: (58,0,30,27) C58M0Y30K27 (58%,0%,30%,27%) (0.58/0.00/0.30/0.27)

CMYK percentages

%58.38
%0
%30.27
%27.45

Codes

Color #4DB981 in popluar color models

4DB981
RGB77185129
HSL149°43.55%51.37%
HSB/HSV149°58.38%72.55%
CMYK58.38%0.00%30.27%
27.45%

Color #4DB981 in popluar number systems.

HEX4DB981
Decimal77185129
Binary10011011011100110000001
Octal115271201

Shades and tints

Shades of #4DB981

#4DB981
(77,185,129)
#46A976
(70,169,118)
#3F996B
(63,153,107)
#388960
(56,137,96)
#317955
(49,121,85)
#2A694A
(42,105,74)
#23593F
(35,89,63)
#1C4934
(28,73,52)
#153929
(21,57,41)
#0E291E
(14,41,30)
#071913
(7,25,19)
#000000
(0,0,0)

Tints of #4DB981

#4DB981
(77,185,129)
#5DBF8C
(93,191,140)
#6DC597
(109,197,151)
#7DCBA2
(125,203,162)
#8DD1AD
(141,209,173)
#9DD7B8
(157,215,184)
#ADDDC3
(173,221,195)
#BDE3CE
(189,227,206)
#CDE9D9
(205,233,217)
#DDEFE4
(221,239,228)
#EDF5EF
(237,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4DB981 color. Also use rgb(77,185,129) instead hex code.

Text Font Color

.myTextColor { color: #4DB981; }

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

This text font color is #4DB981.


Background Color

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

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

This div background color is #4DB981.


Border color

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

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

This div border color is #4DB981.


Opacity

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

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

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

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

This text has shadow with #4DB981 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #4DB981 on black background.


Color preview on white background

This text has color #4DB981 on white background.



Black color preview on #4DB981 background

This text has black color on #4DB981 background.


White color preview on #4DB981 background

This text has white color on #4DB981 background.