COLOR #4C9D44

HEX: #4C9D44
RGB: (76,157,68)

Color info

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

RGB color model

#4C9D44 color RGB value is (76,157,68).

  • red value is 76;
  • green value is 157;
  • blue value is 68.
RGB:
(76,157,68)
(30%,62%,27%)

RGB channels and saturation

R 76 of 255 = 30%
G 157 of 255 = 62%
B 68 of 255 = 27%

76
157
68

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

Portions of RGB colors in percentages

R + G + B =
76 + 157 + 68 = 301 (100%)
R 76 of 301 ~ 25.25%
G 157 of 301 ~ 52.16%
B 68 of 301 ~ 22.59%

%25.25
%52.16
%22.59

CMYK color model

#4C9D44 color CMYK value is (52,0,57,38).

  • cyan value is 51.59%
  • magenta value is 0.00%
  • yellow value is 56.69%
  • key color value is 38.43%
CMYK:
(52,0,57,38)
C52M0Y57K38 
(52%,0%,57%,38%)
(0.52/0.00/0.57/0.38)	

CMYK percentages

%51.59
%0
%56.69
%38.43

Codes

Color #4C9D44 in popluar color models

4C9D44
RGB7615768
HSL115°39.56%44.12%
HSB/HSV115°56.69%61.57%
CMYK51.59%0.00%56.69%
38.43%

Color #4C9D44 in popluar number systems.

HEX4C9D44
Decimal7615768
Binary1001100100111011000100
Octal114235104

Shades and tints

Shades of #4C9D44

#4C9D44
(76,157,68)
#468F3E
(70,143,62)
#408138
(64,129,56)
#3A7332
(58,115,50)
#34652C
(52,101,44)
#2E5726
(46,87,38)
#284920
(40,73,32)
#223B1A
(34,59,26)
#1C2D14
(28,45,20)
#161F0E
(22,31,14)
#101108
(16,17,8)
#000000
(0,0,0)

Tints of #4C9D44

#4C9D44
(76,157,68)
#5CA555
(92,165,85)
#6CAD66
(108,173,102)
#7CB577
(124,181,119)
#8CBD88
(140,189,136)
#9CC599
(156,197,153)
#ACCDAA
(172,205,170)
#BCD5BB
(188,213,187)
#CCDDCC
(204,221,204)
#DCE5DD
(220,229,221)
#ECEDEE
(236,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C9D44 color. Also use rgb(76,157,68) instead hex code.

Text Font Color

.myTextColor { color: #4C9D44; }

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

This text font color is #4C9D44.


Background Color

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

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

This div background color is #4C9D44.


Border color

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

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

This div border color is #4C9D44.


Opacity

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

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

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

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

This text has shadow with #4C9D44 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C9D44 on black background.


Color preview on white background

This text has color #4C9D44 on white background.



Black color preview on #4C9D44 background

This text has black color on #4C9D44 background.


White color preview on #4C9D44 background

This text has white color on #4C9D44 background.