COLOR #4DA83C

HEX: #4DA83C
RGB: (77,168,60)

Color info

#4DA83C contains mainly green color. Web safe color of #4DA83C is #339933 (or #393).

RGB color model

#4DA83C color RGB value is (77,168,60).

  • red value is 77;
  • green value is 168;
  • blue value is 60.
RGB:
(77,168,60)
(30%,66%,24%)

RGB channels and saturation

R 77 of 255 = 30%
G 168 of 255 = 66%
B 60 of 255 = 24%

77
168
60

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

Portions of RGB colors in percentages

R + G + B =
77 + 168 + 60 = 305 (100%)
R 77 of 305 ~ 25.25%
G 168 of 305 ~ 55.08%
B 60 of 305 ~ 19.67%

%25.25
%55.08
%19.67

CMYK color model

#4DA83C color CMYK value is (54,0,64,34).

  • cyan value is 54.17%
  • magenta value is 0.00%
  • yellow value is 64.29%
  • key color value is 34.12%
CMYK:
(54,0,64,34)
C54M0Y64K34 
(54%,0%,64%,34%)
(0.54/0.00/0.64/0.34)	

CMYK percentages

%54.17
%0
%64.29
%34.12

Codes

Color #4DA83C in popluar color models

4DA83C
RGB7716860
HSL111°47.37%44.71%
HSB/HSV111°64.29%65.88%
CMYK54.17%0.00%64.29%
34.12%

Color #4DA83C in popluar number systems.

HEX4DA83C
Decimal7716860
Binary100110110101000111100
Octal11525074

Shades and tints

Shades of #4DA83C

#4DA83C
(77,168,60)
#469937
(70,153,55)
#3F8A32
(63,138,50)
#387B2D
(56,123,45)
#316C28
(49,108,40)
#2A5D23
(42,93,35)
#234E1E
(35,78,30)
#1C3F19
(28,63,25)
#153014
(21,48,20)
#0E210F
(14,33,15)
#07120A
(7,18,10)
#000000
(0,0,0)

Tints of #4DA83C

#4DA83C
(77,168,60)
#5DAF4D
(93,175,77)
#6DB65E
(109,182,94)
#7DBD6F
(125,189,111)
#8DC480
(141,196,128)
#9DCB91
(157,203,145)
#ADD2A2
(173,210,162)
#BDD9B3
(189,217,179)
#CDE0C4
(205,224,196)
#DDE7D5
(221,231,213)
#EDEEE6
(237,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4DA83C color. Also use rgb(77,168,60) instead hex code.

Text Font Color

.myTextColor { color: #4DA83C; }

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

This text font color is #4DA83C.


Background Color

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

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

This div background color is #4DA83C.


Border color

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

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

This div border color is #4DA83C.


Opacity

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

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

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

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

This text has shadow with #4DA83C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4DA83C on black background.


Color preview on white background

This text has color #4DA83C on white background.



Black color preview on #4DA83C background

This text has black color on #4DA83C background.


White color preview on #4DA83C background

This text has white color on #4DA83C background.