COLOR #4DAC62

HEX: #4DAC62
RGB: (77,172,98)

Color info

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

RGB color model

#4DAC62 color RGB value is (77,172,98).

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

RGB channels and saturation

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

77
172
98

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

Portions of RGB colors in percentages

R + G + B =
77 + 172 + 98 = 347 (100%)
R 77 of 347 ~ 22.19%
G 172 of 347 ~ 49.57%
B 98 of 347 ~ 28.24%

%22.19
%49.57
%28.24

CMYK color model

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

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

CMYK percentages

%55.23
%0
%43.02
%32.55

Codes

Color #4DAC62 in popluar color models

4DAC62
RGB7717298
HSL133°38.15%48.82%
HSB/HSV133°55.23%67.45%
CMYK55.23%0.00%43.02%
32.55%

Color #4DAC62 in popluar number systems.

HEX4DAC62
Decimal7717298
Binary1001101101011001100010
Octal115254142

Shades and tints

Shades of #4DAC62

#4DAC62
(77,172,98)
#469D5A
(70,157,90)
#3F8E52
(63,142,82)
#387F4A
(56,127,74)
#317042
(49,112,66)
#2A613A
(42,97,58)
#235232
(35,82,50)
#1C432A
(28,67,42)
#153422
(21,52,34)
#0E251A
(14,37,26)
#071612
(7,22,18)
#000000
(0,0,0)

Tints of #4DAC62

#4DAC62
(77,172,98)
#5DB370
(93,179,112)
#6DBA7E
(109,186,126)
#7DC18C
(125,193,140)
#8DC89A
(141,200,154)
#9DCFA8
(157,207,168)
#ADD6B6
(173,214,182)
#BDDDC4
(189,221,196)
#CDE4D2
(205,228,210)
#DDEBE0
(221,235,224)
#EDF2EE
(237,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4DAC62; }

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

This text font color is #4DAC62.


Background Color

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

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

This div background color is #4DAC62.


Border color

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

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

This div border color is #4DAC62.


Opacity

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

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

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

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

This text has shadow with #4DAC62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4DAC62 on black background.


Color preview on white background

This text has color #4DAC62 on white background.



Black color preview on #4DAC62 background

This text has black color on #4DAC62 background.


White color preview on #4DAC62 background

This text has white color on #4DAC62 background.