COLOR #4D947F

HEX: #4D947F
RGB: (77,148,127)

Color info

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

RGB color model

#4D947F color RGB value is (77,148,127).

  • red value is 77;
  • green value is 148;
  • blue value is 127.
RGB:
(77,148,127)
(30%,58%,50%)

RGB channels and saturation

R 77 of 255 = 30%
G 148 of 255 = 58%
B 127 of 255 = 50%

77
148
127

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

Portions of RGB colors in percentages

R + G + B =
77 + 148 + 127 = 352 (100%)
R 77 of 352 ~ 21.88%
G 148 of 352 ~ 42.05%
B 127 of 352 ~ 36.08%

%21.88
%42.05
%36.08

CMYK color model

#4D947F color CMYK value is (48,0,14,42).

  • cyan value is 47.97%
  • magenta value is 0.00%
  • yellow value is 14.19%
  • key color value is 41.96%
CMYK:
(48,0,14,42)
C48M0Y14K42 
(48%,0%,14%,42%)
(0.48/0.00/0.14/0.42)	

CMYK percentages

%47.97
%0
%14.19
%41.96

Codes

Color #4D947F in popluar color models

4D947F
RGB77148127
HSL162°31.56%44.12%
HSB/HSV162°47.97%58.04%
CMYK47.97%0.00%14.19%
41.96%

Color #4D947F in popluar number systems.

HEX4D947F
Decimal77148127
Binary1001101100101001111111
Octal115224177

Shades and tints

Shades of #4D947F

#4D947F
(77,148,127)
#468774
(70,135,116)
#3F7A69
(63,122,105)
#386D5E
(56,109,94)
#316053
(49,96,83)
#2A5348
(42,83,72)
#23463D
(35,70,61)
#1C3932
(28,57,50)
#152C27
(21,44,39)
#0E1F1C
(14,31,28)
#071211
(7,18,17)
#000000
(0,0,0)

Tints of #4D947F

#4D947F
(77,148,127)
#5D9D8A
(93,157,138)
#6DA695
(109,166,149)
#7DAFA0
(125,175,160)
#8DB8AB
(141,184,171)
#9DC1B6
(157,193,182)
#ADCAC1
(173,202,193)
#BDD3CC
(189,211,204)
#CDDCD7
(205,220,215)
#DDE5E2
(221,229,226)
#EDEEED
(237,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D947F color. Also use rgb(77,148,127) instead hex code.

Text Font Color

.myTextColor { color: #4D947F; }

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

This text font color is #4D947F.


Background Color

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

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

This div background color is #4D947F.


Border color

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

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

This div border color is #4D947F.


Opacity

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

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

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

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

This text has shadow with #4D947F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D947F on black background.


Color preview on white background

This text has color #4D947F on white background.



Black color preview on #4D947F background

This text has black color on #4D947F background.


White color preview on #4D947F background

This text has white color on #4D947F background.