COLOR #4D8C78

HEX: #4D8C78
RGB: (77,140,120)

Color info

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

RGB color model

#4D8C78 color RGB value is (77,140,120).

  • red value is 77;
  • green value is 140;
  • blue value is 120.
RGB:
(77,140,120)
(30%,55%,47%)

RGB channels and saturation

R 77 of 255 = 30%
G 140 of 255 = 55%
B 120 of 255 = 47%

77
140
120

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

Portions of RGB colors in percentages

R + G + B =
77 + 140 + 120 = 337 (100%)
R 77 of 337 ~ 22.85%
G 140 of 337 ~ 41.54%
B 120 of 337 ~ 35.61%

%22.85
%41.54
%35.61

CMYK color model

#4D8C78 color CMYK value is (45,0,14,45).

  • cyan value is 45.00%
  • magenta value is 0.00%
  • yellow value is 14.29%
  • key color value is 45.10%
CMYK:
(45,0,14,45)
C45M0Y14K45 
(45%,0%,14%,45%)
(0.45/0.00/0.14/0.45)	

CMYK percentages

%45
%0
%14.29
%45.1

Codes

Color #4D8C78 in popluar color models

4D8C78
RGB77140120
HSL161°29.03%42.55%
HSB/HSV161°45.00%54.90%
CMYK45.00%0.00%14.29%
45.10%

Color #4D8C78 in popluar number systems.

HEX4D8C78
Decimal77140120
Binary1001101100011001111000
Octal115214170

Shades and tints

Shades of #4D8C78

#4D8C78
(77,140,120)
#46806E
(70,128,110)
#3F7464
(63,116,100)
#38685A
(56,104,90)
#315C50
(49,92,80)
#2A5046
(42,80,70)
#23443C
(35,68,60)
#1C3832
(28,56,50)
#152C28
(21,44,40)
#0E201E
(14,32,30)
#071414
(7,20,20)
#000000
(0,0,0)

Tints of #4D8C78

#4D8C78
(77,140,120)
#5D9684
(93,150,132)
#6DA090
(109,160,144)
#7DAA9C
(125,170,156)
#8DB4A8
(141,180,168)
#9DBEB4
(157,190,180)
#ADC8C0
(173,200,192)
#BDD2CC
(189,210,204)
#CDDCD8
(205,220,216)
#DDE6E4
(221,230,228)
#EDF0F0
(237,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D8C78 color. Also use rgb(77,140,120) instead hex code.

Text Font Color

.myTextColor { color: #4D8C78; }

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

This text font color is #4D8C78.


Background Color

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

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

This div background color is #4D8C78.


Border color

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

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

This div border color is #4D8C78.


Opacity

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

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

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

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

This text has shadow with #4D8C78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D8C78 on black background.


Color preview on white background

This text has color #4D8C78 on white background.



Black color preview on #4D8C78 background

This text has black color on #4D8C78 background.


White color preview on #4D8C78 background

This text has white color on #4D8C78 background.