COLOR #4DAB62

HEX: #4DAB62
RGB: (77,171,98)

Color info

#4DAB62 contains mainly green color. Web safe color of #4DAB62 is #339966 (or #396).

RGB color model

#4DAB62 color RGB value is (77,171,98).

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

RGB channels and saturation

R 77 of 255 = 30%
G 171 of 255 = 67%
B 98 of 255 = 38%

77
171
98

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

Portions of RGB colors in percentages

R + G + B =
77 + 171 + 98 = 346 (100%)
R 77 of 346 ~ 22.25%
G 171 of 346 ~ 49.42%
B 98 of 346 ~ 28.32%

%22.25
%49.42
%28.32

CMYK color model

#4DAB62 color CMYK value is (55,0,43,33).

  • cyan value is 54.97%
  • magenta value is 0.00%
  • yellow value is 42.69%
  • key color value is 32.94%
CMYK:
(55,0,43,33)
C55M0Y43K33 
(55%,0%,43%,33%)
(0.55/0.00/0.43/0.33)	

CMYK percentages

%54.97
%0
%42.69
%32.94

Codes

Color #4DAB62 in popluar color models

4DAB62
RGB7717198
HSL133°37.90%48.63%
HSB/HSV133°54.97%67.06%
CMYK54.97%0.00%42.69%
32.94%

Color #4DAB62 in popluar number systems.

HEX4DAB62
Decimal7717198
Binary1001101101010111100010
Octal115253142

Shades and tints

Shades of #4DAB62

#4DAB62
(77,171,98)
#469C5A
(70,156,90)
#3F8D52
(63,141,82)
#387E4A
(56,126,74)
#316F42
(49,111,66)
#2A603A
(42,96,58)
#235132
(35,81,50)
#1C422A
(28,66,42)
#153322
(21,51,34)
#0E241A
(14,36,26)
#071512
(7,21,18)
#000000
(0,0,0)

Tints of #4DAB62

#4DAB62
(77,171,98)
#5DB270
(93,178,112)
#6DB97E
(109,185,126)
#7DC08C
(125,192,140)
#8DC79A
(141,199,154)
#9DCEA8
(157,206,168)
#ADD5B6
(173,213,182)
#BDDCC4
(189,220,196)
#CDE3D2
(205,227,210)
#DDEAE0
(221,234,224)
#EDF1EE
(237,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4DAB62; }

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

This text font color is #4DAB62.


Background Color

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

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

This div background color is #4DAB62.


Border color

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

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

This div border color is #4DAB62.


Opacity

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

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

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

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

This text has shadow with #4DAB62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4DAB62 on black background.


Color preview on white background

This text has color #4DAB62 on white background.



Black color preview on #4DAB62 background

This text has black color on #4DAB62 background.


White color preview on #4DAB62 background

This text has white color on #4DAB62 background.