COLOR #4D9178

HEX: #4D9178
RGB: (77,145,120)

Color info

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

RGB color model

#4D9178 color RGB value is (77,145,120).

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

RGB channels and saturation

R 77 of 255 = 30%
G 145 of 255 = 57%
B 120 of 255 = 47%

77
145
120

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

Portions of RGB colors in percentages

R + G + B =
77 + 145 + 120 = 342 (100%)
R 77 of 342 ~ 22.51%
G 145 of 342 ~ 42.4%
B 120 of 342 ~ 35.09%

%22.51
%42.4
%35.09

CMYK color model

#4D9178 color CMYK value is (47,0,17,43).

  • cyan value is 46.90%
  • magenta value is 0.00%
  • yellow value is 17.24%
  • key color value is 43.14%
CMYK:
(47,0,17,43)
C47M0Y17K43 
(47%,0%,17%,43%)
(0.47/0.00/0.17/0.43)	

CMYK percentages

%46.9
%0
%17.24
%43.14

Codes

Color #4D9178 in popluar color models

4D9178
RGB77145120
HSL158°30.63%43.53%
HSB/HSV158°46.90%56.86%
CMYK46.90%0.00%17.24%
43.14%

Color #4D9178 in popluar number systems.

HEX4D9178
Decimal77145120
Binary1001101100100011111000
Octal115221170

Shades and tints

Shades of #4D9178

#4D9178
(77,145,120)
#46846E
(70,132,110)
#3F7764
(63,119,100)
#386A5A
(56,106,90)
#315D50
(49,93,80)
#2A5046
(42,80,70)
#23433C
(35,67,60)
#1C3632
(28,54,50)
#152928
(21,41,40)
#0E1C1E
(14,28,30)
#070F14
(7,15,20)
#000000
(0,0,0)

Tints of #4D9178

#4D9178
(77,145,120)
#5D9B84
(93,155,132)
#6DA590
(109,165,144)
#7DAF9C
(125,175,156)
#8DB9A8
(141,185,168)
#9DC3B4
(157,195,180)
#ADCDC0
(173,205,192)
#BDD7CC
(189,215,204)
#CDE1D8
(205,225,216)
#DDEBE4
(221,235,228)
#EDF5F0
(237,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D9178; }

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

This text font color is #4D9178.


Background Color

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

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

This div background color is #4D9178.


Border color

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

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

This div border color is #4D9178.


Opacity

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

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

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

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

This text has shadow with #4D9178 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D9178 on black background.


Color preview on white background

This text has color #4D9178 on white background.



Black color preview on #4D9178 background

This text has black color on #4D9178 background.


White color preview on #4D9178 background

This text has white color on #4D9178 background.