COLOR #4DAF5D

HEX: #4DAF5D
RGB: (77,175,93)

Color info

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

RGB color model

#4DAF5D color RGB value is (77,175,93).

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

RGB channels and saturation

R 77 of 255 = 30%
G 175 of 255 = 69%
B 93 of 255 = 36%

77
175
93

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

Portions of RGB colors in percentages

R + G + B =
77 + 175 + 93 = 345 (100%)
R 77 of 345 ~ 22.32%
G 175 of 345 ~ 50.72%
B 93 of 345 ~ 26.96%

%22.32
%50.72
%26.96

CMYK color model

#4DAF5D color CMYK value is (56,0,47,31).

  • cyan value is 56.00%
  • magenta value is 0.00%
  • yellow value is 46.86%
  • key color value is 31.37%
CMYK:
(56,0,47,31)
C56M0Y47K31 
(56%,0%,47%,31%)
(0.56/0.00/0.47/0.31)	

CMYK percentages

%56
%0
%46.86
%31.37

Codes

Color #4DAF5D in popluar color models

4DAF5D
RGB7717593
HSL130°38.89%49.41%
HSB/HSV130°56.00%68.63%
CMYK56.00%0.00%46.86%
31.37%

Color #4DAF5D in popluar number systems.

HEX4DAF5D
Decimal7717593
Binary1001101101011111011101
Octal115257135

Shades and tints

Shades of #4DAF5D

#4DAF5D
(77,175,93)
#46A055
(70,160,85)
#3F914D
(63,145,77)
#388245
(56,130,69)
#31733D
(49,115,61)
#2A6435
(42,100,53)
#23552D
(35,85,45)
#1C4625
(28,70,37)
#15371D
(21,55,29)
#0E2815
(14,40,21)
#07190D
(7,25,13)
#000000
(0,0,0)

Tints of #4DAF5D

#4DAF5D
(77,175,93)
#5DB66B
(93,182,107)
#6DBD79
(109,189,121)
#7DC487
(125,196,135)
#8DCB95
(141,203,149)
#9DD2A3
(157,210,163)
#ADD9B1
(173,217,177)
#BDE0BF
(189,224,191)
#CDE7CD
(205,231,205)
#DDEEDB
(221,238,219)
#EDF5E9
(237,245,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4DAF5D; }

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

This text font color is #4DAF5D.


Background Color

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

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

This div background color is #4DAF5D.


Border color

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

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

This div border color is #4DAF5D.


Opacity

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

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

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

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

This text has shadow with #4DAF5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4DAF5D on black background.


Color preview on white background

This text has color #4DAF5D on white background.



Black color preview on #4DAF5D background

This text has black color on #4DAF5D background.


White color preview on #4DAF5D background

This text has white color on #4DAF5D background.