COLOR #4D9E80

HEX: #4D9E80
RGB: (77,158,128)

Color info

#4D9E80 contains mainly green and blue colors. Web safe color of #4D9E80 is #339966 (or #396).

RGB color model

#4D9E80 color RGB value is (77,158,128).

  • red value is 77;
  • green value is 158;
  • blue value is 128.
RGB:
(77,158,128)
(30%,62%,50%)

RGB channels and saturation

R 77 of 255 = 30%
G 158 of 255 = 62%
B 128 of 255 = 50%

77
158
128

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

Portions of RGB colors in percentages

R + G + B =
77 + 158 + 128 = 363 (100%)
R 77 of 363 ~ 21.21%
G 158 of 363 ~ 43.53%
B 128 of 363 ~ 35.26%

%21.21
%43.53
%35.26

CMYK color model

#4D9E80 color CMYK value is (51,0,19,38).

  • cyan value is 51.27%
  • magenta value is 0.00%
  • yellow value is 18.99%
  • key color value is 38.04%
CMYK:
(51,0,19,38)
C51M0Y19K38 
(51%,0%,19%,38%)
(0.51/0.00/0.19/0.38)	

CMYK percentages

%51.27
%0
%18.99
%38.04

Codes

Color #4D9E80 in popluar color models

4D9E80
RGB77158128
HSL158°34.47%46.08%
HSB/HSV158°51.27%61.96%
CMYK51.27%0.00%18.99%
38.04%

Color #4D9E80 in popluar number systems.

HEX4D9E80
Decimal77158128
Binary10011011001111010000000
Octal115236200

Shades and tints

Shades of #4D9E80

#4D9E80
(77,158,128)
#469075
(70,144,117)
#3F826A
(63,130,106)
#38745F
(56,116,95)
#316654
(49,102,84)
#2A5849
(42,88,73)
#234A3E
(35,74,62)
#1C3C33
(28,60,51)
#152E28
(21,46,40)
#0E201D
(14,32,29)
#071212
(7,18,18)
#000000
(0,0,0)

Tints of #4D9E80

#4D9E80
(77,158,128)
#5DA68B
(93,166,139)
#6DAE96
(109,174,150)
#7DB6A1
(125,182,161)
#8DBEAC
(141,190,172)
#9DC6B7
(157,198,183)
#ADCEC2
(173,206,194)
#BDD6CD
(189,214,205)
#CDDED8
(205,222,216)
#DDE6E3
(221,230,227)
#EDEEEE
(237,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D9E80 color. Also use rgb(77,158,128) instead hex code.

Text Font Color

.myTextColor { color: #4D9E80; }

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

This text font color is #4D9E80.


Background Color

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

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

This div background color is #4D9E80.


Border color

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

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

This div border color is #4D9E80.


Opacity

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

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

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

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

This text has shadow with #4D9E80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D9E80 on black background.


Color preview on white background

This text has color #4D9E80 on white background.



Black color preview on #4D9E80 background

This text has black color on #4D9E80 background.


White color preview on #4D9E80 background

This text has white color on #4D9E80 background.