COLOR #4DAF60

HEX: #4DAF60
RGB: (77,175,96)

Color info

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

RGB color model

#4DAF60 color RGB value is (77,175,96).

  • red value is 77;
  • green value is 175;
  • blue value is 96.
RGB:
(77,175,96)
(30%,69%,38%)

RGB channels and saturation

R 77 of 255 = 30%
G 175 of 255 = 69%
B 96 of 255 = 38%

77
175
96

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

Portions of RGB colors in percentages

R + G + B =
77 + 175 + 96 = 348 (100%)
R 77 of 348 ~ 22.13%
G 175 of 348 ~ 50.29%
B 96 of 348 ~ 27.59%

%22.13
%50.29
%27.59

CMYK color model

#4DAF60 color CMYK value is (56,0,45,31).

  • cyan value is 56.00%
  • magenta value is 0.00%
  • yellow value is 45.14%
  • key color value is 31.37%
CMYK:
(56,0,45,31)
C56M0Y45K31 
(56%,0%,45%,31%)
(0.56/0.00/0.45/0.31)	

CMYK percentages

%56
%0
%45.14
%31.37

Codes

Color #4DAF60 in popluar color models

4DAF60
RGB7717596
HSL132°38.89%49.41%
HSB/HSV132°56.00%68.63%
CMYK56.00%0.00%45.14%
31.37%

Color #4DAF60 in popluar number systems.

HEX4DAF60
Decimal7717596
Binary1001101101011111100000
Octal115257140

Shades and tints

Shades of #4DAF60

#4DAF60
(77,175,96)
#46A058
(70,160,88)
#3F9150
(63,145,80)
#388248
(56,130,72)
#317340
(49,115,64)
#2A6438
(42,100,56)
#235530
(35,85,48)
#1C4628
(28,70,40)
#153720
(21,55,32)
#0E2818
(14,40,24)
#071910
(7,25,16)
#000000
(0,0,0)

Tints of #4DAF60

#4DAF60
(77,175,96)
#5DB66E
(93,182,110)
#6DBD7C
(109,189,124)
#7DC48A
(125,196,138)
#8DCB98
(141,203,152)
#9DD2A6
(157,210,166)
#ADD9B4
(173,217,180)
#BDE0C2
(189,224,194)
#CDE7D0
(205,231,208)
#DDEEDE
(221,238,222)
#EDF5EC
(237,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4DAF60 color. Also use rgb(77,175,96) instead hex code.

Text Font Color

.myTextColor { color: #4DAF60; }

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

This text font color is #4DAF60.


Background Color

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

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

This div background color is #4DAF60.


Border color

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

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

This div border color is #4DAF60.


Opacity

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

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

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

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

This text has shadow with #4DAF60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4DAF60 on black background.


Color preview on white background

This text has color #4DAF60 on white background.



Black color preview on #4DAF60 background

This text has black color on #4DAF60 background.


White color preview on #4DAF60 background

This text has white color on #4DAF60 background.