COLOR #4DA387

HEX: #4DA387
RGB: (77,163,135)

Color info

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

RGB color model

#4DA387 color RGB value is (77,163,135).

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

RGB channels and saturation

R 77 of 255 = 30%
G 163 of 255 = 64%
B 135 of 255 = 53%

77
163
135

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

Portions of RGB colors in percentages

R + G + B =
77 + 163 + 135 = 375 (100%)
R 77 of 375 ~ 20.53%
G 163 of 375 ~ 43.47%
B 135 of 375 ~ 36%

%20.53
%43.47
%36

CMYK color model

#4DA387 color CMYK value is (53,0,17,36).

  • cyan value is 52.76%
  • magenta value is 0.00%
  • yellow value is 17.18%
  • key color value is 36.08%
CMYK:
(53,0,17,36)
C53M0Y17K36 
(53%,0%,17%,36%)
(0.53/0.00/0.17/0.36)	

CMYK percentages

%52.76
%0
%17.18
%36.08

Codes

Color #4DA387 in popluar color models

4DA387
RGB77163135
HSL160°35.83%47.06%
HSB/HSV160°52.76%63.92%
CMYK52.76%0.00%17.18%
36.08%

Color #4DA387 in popluar number systems.

HEX4DA387
Decimal77163135
Binary10011011010001110000111
Octal115243207

Shades and tints

Shades of #4DA387

#4DA387
(77,163,135)
#46957B
(70,149,123)
#3F876F
(63,135,111)
#387963
(56,121,99)
#316B57
(49,107,87)
#2A5D4B
(42,93,75)
#234F3F
(35,79,63)
#1C4133
(28,65,51)
#153327
(21,51,39)
#0E251B
(14,37,27)
#07170F
(7,23,15)
#000000
(0,0,0)

Tints of #4DA387

#4DA387
(77,163,135)
#5DAB91
(93,171,145)
#6DB39B
(109,179,155)
#7DBBA5
(125,187,165)
#8DC3AF
(141,195,175)
#9DCBB9
(157,203,185)
#ADD3C3
(173,211,195)
#BDDBCD
(189,219,205)
#CDE3D7
(205,227,215)
#DDEBE1
(221,235,225)
#EDF3EB
(237,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4DA387; }

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

This text font color is #4DA387.


Background Color

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

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

This div background color is #4DA387.


Border color

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

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

This div border color is #4DA387.


Opacity

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

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

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

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

This text has shadow with #4DA387 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4DA387 on black background.


Color preview on white background

This text has color #4DA387 on white background.



Black color preview on #4DA387 background

This text has black color on #4DA387 background.


White color preview on #4DA387 background

This text has white color on #4DA387 background.