COLOR #4DA796

HEX: #4DA796
RGB: (77,167,150)

Color info

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

RGB color model

#4DA796 color RGB value is (77,167,150).

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

RGB channels and saturation

R 77 of 255 = 30%
G 167 of 255 = 65%
B 150 of 255 = 59%

77
167
150

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

Portions of RGB colors in percentages

R + G + B =
77 + 167 + 150 = 394 (100%)
R 77 of 394 ~ 19.54%
G 167 of 394 ~ 42.39%
B 150 of 394 ~ 38.07%

%19.54
%42.39
%38.07

CMYK color model

#4DA796 color CMYK value is (54,0,10,35).

  • cyan value is 53.89%
  • magenta value is 0.00%
  • yellow value is 10.18%
  • key color value is 34.51%
CMYK:
(54,0,10,35)
C54M0Y10K35 
(54%,0%,10%,35%)
(0.54/0.00/0.10/0.35)	

CMYK percentages

%53.89
%0
%10.18
%34.51

Codes

Color #4DA796 in popluar color models

4DA796
RGB77167150
HSL169°36.89%47.84%
HSB/HSV169°53.89%65.49%
CMYK53.89%0.00%10.18%
34.51%

Color #4DA796 in popluar number systems.

HEX4DA796
Decimal77167150
Binary10011011010011110010110
Octal115247226

Shades and tints

Shades of #4DA796

#4DA796
(77,167,150)
#469889
(70,152,137)
#3F897C
(63,137,124)
#387A6F
(56,122,111)
#316B62
(49,107,98)
#2A5C55
(42,92,85)
#234D48
(35,77,72)
#1C3E3B
(28,62,59)
#152F2E
(21,47,46)
#0E2021
(14,32,33)
#071114
(7,17,20)
#000000
(0,0,0)

Tints of #4DA796

#4DA796
(77,167,150)
#5DAF9F
(93,175,159)
#6DB7A8
(109,183,168)
#7DBFB1
(125,191,177)
#8DC7BA
(141,199,186)
#9DCFC3
(157,207,195)
#ADD7CC
(173,215,204)
#BDDFD5
(189,223,213)
#CDE7DE
(205,231,222)
#DDEFE7
(221,239,231)
#EDF7F0
(237,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4DA796; }

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

This text font color is #4DA796.


Background Color

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

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

This div background color is #4DA796.


Border color

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

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

This div border color is #4DA796.


Opacity

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

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

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

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

This text has shadow with #4DA796 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4DA796 on black background.


Color preview on white background

This text has color #4DA796 on white background.



Black color preview on #4DA796 background

This text has black color on #4DA796 background.


White color preview on #4DA796 background

This text has white color on #4DA796 background.