COLOR #4D954C

HEX: #4D954C
RGB: (77,149,76)

Color info

#4D954C contains mainly green color. Web safe color of #4D954C is #339933 (or #393).

RGB color model

#4D954C color RGB value is (77,149,76).

  • red value is 77;
  • green value is 149;
  • blue value is 76.
RGB:
(77,149,76)
(30%,58%,30%)

RGB channels and saturation

R 77 of 255 = 30%
G 149 of 255 = 58%
B 76 of 255 = 30%

77
149
76

R + G + B ~ 39%. #4D954C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 149 + 76 = 302 (100%)
R 77 of 302 ~ 25.5%
G 149 of 302 ~ 49.34%
B 76 of 302 ~ 25.17%

%25.5
%49.34
%25.17

CMYK color model

#4D954C color CMYK value is (48,0,49,42).

  • cyan value is 48.32%
  • magenta value is 0.00%
  • yellow value is 48.99%
  • key color value is 41.57%
CMYK:
(48,0,49,42)
C48M0Y49K42 
(48%,0%,49%,42%)
(0.48/0.00/0.49/0.42)	

CMYK percentages

%48.32
%0
%48.99
%41.57

Codes

Color #4D954C in popluar color models

4D954C
RGB7714976
HSL119°32.44%44.12%
HSB/HSV119°48.99%58.43%
CMYK48.32%0.00%48.99%
41.57%

Color #4D954C in popluar number systems.

HEX4D954C
Decimal7714976
Binary1001101100101011001100
Octal115225114

Shades and tints

Shades of #4D954C

#4D954C
(77,149,76)
#468846
(70,136,70)
#3F7B40
(63,123,64)
#386E3A
(56,110,58)
#316134
(49,97,52)
#2A542E
(42,84,46)
#234728
(35,71,40)
#1C3A22
(28,58,34)
#152D1C
(21,45,28)
#0E2016
(14,32,22)
#071310
(7,19,16)
#000000
(0,0,0)

Tints of #4D954C

#4D954C
(77,149,76)
#5D9E5C
(93,158,92)
#6DA76C
(109,167,108)
#7DB07C
(125,176,124)
#8DB98C
(141,185,140)
#9DC29C
(157,194,156)
#ADCBAC
(173,203,172)
#BDD4BC
(189,212,188)
#CDDDCC
(205,221,204)
#DDE6DC
(221,230,220)
#EDEFEC
(237,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D954C color. Also use rgb(77,149,76) instead hex code.

Text Font Color

.myTextColor { color: #4D954C; }

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

This text font color is #4D954C.


Background Color

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

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

This div background color is #4D954C.


Border color

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

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

This div border color is #4D954C.


Opacity

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

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

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

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

This text has shadow with #4D954C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D954C on black background.


Color preview on white background

This text has color #4D954C on white background.



Black color preview on #4D954C background

This text has black color on #4D954C background.


White color preview on #4D954C background

This text has white color on #4D954C background.