COLOR #4CA94C

HEX: #4CA94C
RGB: (76,169,76)

Color info

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

RGB color model

#4CA94C color RGB value is (76,169,76).

  • red value is 76;
  • green value is 169;
  • blue value is 76.
RGB:
(76,169,76)
(30%,66%,30%)

RGB channels and saturation

R 76 of 255 = 30%
G 169 of 255 = 66%
B 76 of 255 = 30%

76
169
76

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

Portions of RGB colors in percentages

R + G + B =
76 + 169 + 76 = 321 (100%)
R 76 of 321 ~ 23.68%
G 169 of 321 ~ 52.65%
B 76 of 321 ~ 23.68%

%23.68
%52.65
%23.68

CMYK color model

#4CA94C color CMYK value is (55,0,55,34).

  • cyan value is 55.03%
  • magenta value is 0.00%
  • yellow value is 55.03%
  • key color value is 33.73%
CMYK:
(55,0,55,34)
C55M0Y55K34 
(55%,0%,55%,34%)
(0.55/0.00/0.55/0.34)	

CMYK percentages

%55.03
%0
%55.03
%33.73

Codes

Color #4CA94C in popluar color models

4CA94C
RGB7616976
HSL120°37.96%48.04%
HSB/HSV120°55.03%66.27%
CMYK55.03%0.00%55.03%
33.73%

Color #4CA94C in popluar number systems.

HEX4CA94C
Decimal7616976
Binary1001100101010011001100
Octal114251114

Shades and tints

Shades of #4CA94C

#4CA94C
(76,169,76)
#469A46
(70,154,70)
#408B40
(64,139,64)
#3A7C3A
(58,124,58)
#346D34
(52,109,52)
#2E5E2E
(46,94,46)
#284F28
(40,79,40)
#224022
(34,64,34)
#1C311C
(28,49,28)
#162216
(22,34,22)
#101310
(16,19,16)
#000000
(0,0,0)

Tints of #4CA94C

#4CA94C
(76,169,76)
#5CB05C
(92,176,92)
#6CB76C
(108,183,108)
#7CBE7C
(124,190,124)
#8CC58C
(140,197,140)
#9CCC9C
(156,204,156)
#ACD3AC
(172,211,172)
#BCDABC
(188,218,188)
#CCE1CC
(204,225,204)
#DCE8DC
(220,232,220)
#ECEFEC
(236,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4CA94C; }

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

This text font color is #4CA94C.


Background Color

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

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

This div background color is #4CA94C.


Border color

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

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

This div border color is #4CA94C.


Opacity

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

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

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

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

This text has shadow with #4CA94C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4CA94C on black background.


Color preview on white background

This text has color #4CA94C on white background.



Black color preview on #4CA94C background

This text has black color on #4CA94C background.


White color preview on #4CA94C background

This text has white color on #4CA94C background.