COLOR #4DB45C

HEX: #4DB45C
RGB: (77,180,92)

Color info

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

RGB color model

#4DB45C color RGB value is (77,180,92).

  • red value is 77;
  • green value is 180;
  • blue value is 92.
RGB:
(77,180,92)
(30%,71%,36%)

RGB channels and saturation

R 77 of 255 = 30%
G 180 of 255 = 71%
B 92 of 255 = 36%

77
180
92

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

Portions of RGB colors in percentages

R + G + B =
77 + 180 + 92 = 349 (100%)
R 77 of 349 ~ 22.06%
G 180 of 349 ~ 51.58%
B 92 of 349 ~ 26.36%

%22.06
%51.58
%26.36

CMYK color model

#4DB45C color CMYK value is (57,0,49,29).

  • cyan value is 57.22%
  • magenta value is 0.00%
  • yellow value is 48.89%
  • key color value is 29.41%
CMYK:
(57,0,49,29)
C57M0Y49K29 
(57%,0%,49%,29%)
(0.57/0.00/0.49/0.29)	

CMYK percentages

%57.22
%0
%48.89
%29.41

Codes

Color #4DB45C in popluar color models

4DB45C
RGB7718092
HSL129°40.71%50.39%
HSB/HSV129°57.22%70.59%
CMYK57.22%0.00%48.89%
29.41%

Color #4DB45C in popluar number systems.

HEX4DB45C
Decimal7718092
Binary1001101101101001011100
Octal115264134

Shades and tints

Shades of #4DB45C

#4DB45C
(77,180,92)
#46A454
(70,164,84)
#3F944C
(63,148,76)
#388444
(56,132,68)
#31743C
(49,116,60)
#2A6434
(42,100,52)
#23542C
(35,84,44)
#1C4424
(28,68,36)
#15341C
(21,52,28)
#0E2414
(14,36,20)
#07140C
(7,20,12)
#000000
(0,0,0)

Tints of #4DB45C

#4DB45C
(77,180,92)
#5DBA6A
(93,186,106)
#6DC078
(109,192,120)
#7DC686
(125,198,134)
#8DCC94
(141,204,148)
#9DD2A2
(157,210,162)
#ADD8B0
(173,216,176)
#BDDEBE
(189,222,190)
#CDE4CC
(205,228,204)
#DDEADA
(221,234,218)
#EDF0E8
(237,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4DB45C color. Also use rgb(77,180,92) instead hex code.

Text Font Color

.myTextColor { color: #4DB45C; }

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

This text font color is #4DB45C.


Background Color

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

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

This div background color is #4DB45C.


Border color

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

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

This div border color is #4DB45C.


Opacity

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

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

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

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

This text has shadow with #4DB45C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4DB45C on black background.


Color preview on white background

This text has color #4DB45C on white background.



Black color preview on #4DB45C background

This text has black color on #4DB45C background.


White color preview on #4DB45C background

This text has white color on #4DB45C background.