COLOR #4DA788

HEX: #4DA788
RGB: (77,167,136)

Color info

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

RGB color model

#4DA788 color RGB value is (77,167,136).

  • red value is 77;
  • green value is 167;
  • blue value is 136.
RGB:
(77,167,136)
(30%,65%,53%)

RGB channels and saturation

R 77 of 255 = 30%
G 167 of 255 = 65%
B 136 of 255 = 53%

77
167
136

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

Portions of RGB colors in percentages

R + G + B =
77 + 167 + 136 = 380 (100%)
R 77 of 380 ~ 20.26%
G 167 of 380 ~ 43.95%
B 136 of 380 ~ 35.79%

%20.26
%43.95
%35.79

CMYK color model

#4DA788 color CMYK value is (54,0,19,35).

  • cyan value is 53.89%
  • magenta value is 0.00%
  • yellow value is 18.56%
  • key color value is 34.51%
CMYK:
(54,0,19,35)
C54M0Y19K35 
(54%,0%,19%,35%)
(0.54/0.00/0.19/0.35)	

CMYK percentages

%53.89
%0
%18.56
%34.51

Codes

Color #4DA788 in popluar color models

4DA788
RGB77167136
HSL159°36.89%47.84%
HSB/HSV159°53.89%65.49%
CMYK53.89%0.00%18.56%
34.51%

Color #4DA788 in popluar number systems.

HEX4DA788
Decimal77167136
Binary10011011010011110001000
Octal115247210

Shades and tints

Shades of #4DA788

#4DA788
(77,167,136)
#46987C
(70,152,124)
#3F8970
(63,137,112)
#387A64
(56,122,100)
#316B58
(49,107,88)
#2A5C4C
(42,92,76)
#234D40
(35,77,64)
#1C3E34
(28,62,52)
#152F28
(21,47,40)
#0E201C
(14,32,28)
#071110
(7,17,16)
#000000
(0,0,0)

Tints of #4DA788

#4DA788
(77,167,136)
#5DAF92
(93,175,146)
#6DB79C
(109,183,156)
#7DBFA6
(125,191,166)
#8DC7B0
(141,199,176)
#9DCFBA
(157,207,186)
#ADD7C4
(173,215,196)
#BDDFCE
(189,223,206)
#CDE7D8
(205,231,216)
#DDEFE2
(221,239,226)
#EDF7EC
(237,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4DA788 color. Also use rgb(77,167,136) instead hex code.

Text Font Color

.myTextColor { color: #4DA788; }

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

This text font color is #4DA788.


Background Color

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

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

This div background color is #4DA788.


Border color

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

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

This div border color is #4DA788.


Opacity

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

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

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

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

This text has shadow with #4DA788 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4DA788 on black background.


Color preview on white background

This text has color #4DA788 on white background.



Black color preview on #4DA788 background

This text has black color on #4DA788 background.


White color preview on #4DA788 background

This text has white color on #4DA788 background.