COLOR #4DB662

HEX: #4DB662
RGB: (77,182,98)

Color info

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

RGB color model

#4DB662 color RGB value is (77,182,98).

  • red value is 77;
  • green value is 182;
  • blue value is 98.
RGB:
(77,182,98)
(30%,71%,38%)

RGB channels and saturation

R 77 of 255 = 30%
G 182 of 255 = 71%
B 98 of 255 = 38%

77
182
98

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

Portions of RGB colors in percentages

R + G + B =
77 + 182 + 98 = 357 (100%)
R 77 of 357 ~ 21.57%
G 182 of 357 ~ 50.98%
B 98 of 357 ~ 27.45%

%21.57
%50.98
%27.45

CMYK color model

#4DB662 color CMYK value is (58,0,46,29).

  • cyan value is 57.69%
  • magenta value is 0.00%
  • yellow value is 46.15%
  • key color value is 28.63%
CMYK:
(58,0,46,29)
C58M0Y46K29 
(58%,0%,46%,29%)
(0.58/0.00/0.46/0.29)	

CMYK percentages

%57.69
%0
%46.15
%28.63

Codes

Color #4DB662 in popluar color models

4DB662
RGB7718298
HSL132°41.83%50.78%
HSB/HSV132°57.69%71.37%
CMYK57.69%0.00%46.15%
28.63%

Color #4DB662 in popluar number systems.

HEX4DB662
Decimal7718298
Binary1001101101101101100010
Octal115266142

Shades and tints

Shades of #4DB662

#4DB662
(77,182,98)
#46A65A
(70,166,90)
#3F9652
(63,150,82)
#38864A
(56,134,74)
#317642
(49,118,66)
#2A663A
(42,102,58)
#235632
(35,86,50)
#1C462A
(28,70,42)
#153622
(21,54,34)
#0E261A
(14,38,26)
#071612
(7,22,18)
#000000
(0,0,0)

Tints of #4DB662

#4DB662
(77,182,98)
#5DBC70
(93,188,112)
#6DC27E
(109,194,126)
#7DC88C
(125,200,140)
#8DCE9A
(141,206,154)
#9DD4A8
(157,212,168)
#ADDAB6
(173,218,182)
#BDE0C4
(189,224,196)
#CDE6D2
(205,230,210)
#DDECE0
(221,236,224)
#EDF2EE
(237,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4DB662 color. Also use rgb(77,182,98) instead hex code.

Text Font Color

.myTextColor { color: #4DB662; }

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

This text font color is #4DB662.


Background Color

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

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

This div background color is #4DB662.


Border color

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

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

This div border color is #4DB662.


Opacity

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

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

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

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

This text has shadow with #4DB662 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4DB662 on black background.


Color preview on white background

This text has color #4DB662 on white background.



Black color preview on #4DB662 background

This text has black color on #4DB662 background.


White color preview on #4DB662 background

This text has white color on #4DB662 background.