COLOR #4DB97D

HEX: #4DB97D
RGB: (77,185,125)

Color info

#4DB97D contains mainly green color. Web safe color of #4DB97D is #33CC66 (or #3C6).

RGB color model

#4DB97D color RGB value is (77,185,125).

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

RGB channels and saturation

R 77 of 255 = 30%
G 185 of 255 = 73%
B 125 of 255 = 49%

77
185
125

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

Portions of RGB colors in percentages

R + G + B =
77 + 185 + 125 = 387 (100%)
R 77 of 387 ~ 19.9%
G 185 of 387 ~ 47.8%
B 125 of 387 ~ 32.3%

%19.9
%47.8
%32.3

CMYK color model

#4DB97D color CMYK value is (58,0,32,27).

  • cyan value is 58.38%
  • magenta value is 0.00%
  • yellow value is 32.43%
  • key color value is 27.45%
CMYK:
(58,0,32,27)
C58M0Y32K27 
(58%,0%,32%,27%)
(0.58/0.00/0.32/0.27)	

CMYK percentages

%58.38
%0
%32.43
%27.45

Codes

Color #4DB97D in popluar color models

4DB97D
RGB77185125
HSL147°43.55%51.37%
HSB/HSV147°58.38%72.55%
CMYK58.38%0.00%32.43%
27.45%

Color #4DB97D in popluar number systems.

HEX4DB97D
Decimal77185125
Binary1001101101110011111101
Octal115271175

Shades and tints

Shades of #4DB97D

#4DB97D
(77,185,125)
#46A972
(70,169,114)
#3F9967
(63,153,103)
#38895C
(56,137,92)
#317951
(49,121,81)
#2A6946
(42,105,70)
#23593B
(35,89,59)
#1C4930
(28,73,48)
#153925
(21,57,37)
#0E291A
(14,41,26)
#07190F
(7,25,15)
#000000
(0,0,0)

Tints of #4DB97D

#4DB97D
(77,185,125)
#5DBF88
(93,191,136)
#6DC593
(109,197,147)
#7DCB9E
(125,203,158)
#8DD1A9
(141,209,169)
#9DD7B4
(157,215,180)
#ADDDBF
(173,221,191)
#BDE3CA
(189,227,202)
#CDE9D5
(205,233,213)
#DDEFE0
(221,239,224)
#EDF5EB
(237,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4DB97D; }

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

This text font color is #4DB97D.


Background Color

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

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

This div background color is #4DB97D.


Border color

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

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

This div border color is #4DB97D.


Opacity

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

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

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

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

This text has shadow with #4DB97D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4DB97D on black background.


Color preview on white background

This text has color #4DB97D on white background.



Black color preview on #4DB97D background

This text has black color on #4DB97D background.


White color preview on #4DB97D background

This text has white color on #4DB97D background.