COLOR #4DA384

HEX: #4DA384
RGB: (77,163,132)

Color info

#4DA384 contains mainly green and blue colors. Web safe color of #4DA384 is #339999 (or #399).

RGB color model

#4DA384 color RGB value is (77,163,132).

  • red value is 77;
  • green value is 163;
  • blue value is 132.
RGB:
(77,163,132)
(30%,64%,52%)

RGB channels and saturation

R 77 of 255 = 30%
G 163 of 255 = 64%
B 132 of 255 = 52%

77
163
132

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

Portions of RGB colors in percentages

R + G + B =
77 + 163 + 132 = 372 (100%)
R 77 of 372 ~ 20.7%
G 163 of 372 ~ 43.82%
B 132 of 372 ~ 35.48%

%20.7
%43.82
%35.48

CMYK color model

#4DA384 color CMYK value is (53,0,19,36).

  • cyan value is 52.76%
  • magenta value is 0.00%
  • yellow value is 19.02%
  • key color value is 36.08%
CMYK:
(53,0,19,36)
C53M0Y19K36 
(53%,0%,19%,36%)
(0.53/0.00/0.19/0.36)	

CMYK percentages

%52.76
%0
%19.02
%36.08

Codes

Color #4DA384 in popluar color models

4DA384
RGB77163132
HSL158°35.83%47.06%
HSB/HSV158°52.76%63.92%
CMYK52.76%0.00%19.02%
36.08%

Color #4DA384 in popluar number systems.

HEX4DA384
Decimal77163132
Binary10011011010001110000100
Octal115243204

Shades and tints

Shades of #4DA384

#4DA384
(77,163,132)
#469578
(70,149,120)
#3F876C
(63,135,108)
#387960
(56,121,96)
#316B54
(49,107,84)
#2A5D48
(42,93,72)
#234F3C
(35,79,60)
#1C4130
(28,65,48)
#153324
(21,51,36)
#0E2518
(14,37,24)
#07170C
(7,23,12)
#000000
(0,0,0)

Tints of #4DA384

#4DA384
(77,163,132)
#5DAB8F
(93,171,143)
#6DB39A
(109,179,154)
#7DBBA5
(125,187,165)
#8DC3B0
(141,195,176)
#9DCBBB
(157,203,187)
#ADD3C6
(173,211,198)
#BDDBD1
(189,219,209)
#CDE3DC
(205,227,220)
#DDEBE7
(221,235,231)
#EDF3F2
(237,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4DA384 color. Also use rgb(77,163,132) instead hex code.

Text Font Color

.myTextColor { color: #4DA384; }

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

This text font color is #4DA384.


Background Color

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

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

This div background color is #4DA384.


Border color

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

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

This div border color is #4DA384.


Opacity

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

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

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

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

This text has shadow with #4DA384 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4DA384 on black background.


Color preview on white background

This text has color #4DA384 on white background.



Black color preview on #4DA384 background

This text has black color on #4DA384 background.


White color preview on #4DA384 background

This text has white color on #4DA384 background.