COLOR #4A944F

HEX: #4A944F
RGB: (74,148,79)

Color info

#4A944F contains mainly green color. Web safe color of #4A944F is #339966 (or #396).

RGB color model

#4A944F color RGB value is (74,148,79).

  • red value is 74;
  • green value is 148;
  • blue value is 79.
RGB:
(74,148,79)
(29%,58%,31%)

RGB channels and saturation

R 74 of 255 = 29%
G 148 of 255 = 58%
B 79 of 255 = 31%

74
148
79

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

Portions of RGB colors in percentages

R + G + B =
74 + 148 + 79 = 301 (100%)
R 74 of 301 ~ 24.58%
G 148 of 301 ~ 49.17%
B 79 of 301 ~ 26.25%

%24.58
%49.17
%26.25

CMYK color model

#4A944F color CMYK value is (50,0,47,42).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 46.62%
  • key color value is 41.96%
CMYK:
(50,0,47,42)
C50M0Y47K42 
(50%,0%,47%,42%)
(0.50/0.00/0.47/0.42)	

CMYK percentages

%50
%0
%46.62
%41.96

Codes

Color #4A944F in popluar color models

4A944F
RGB7414879
HSL124°33.33%43.53%
HSB/HSV124°50.00%58.04%
CMYK50.00%0.00%46.62%
41.96%

Color #4A944F in popluar number systems.

HEX4A944F
Decimal7414879
Binary1001010100101001001111
Octal112224117

Shades and tints

Shades of #4A944F

#4A944F
(74,148,79)
#448748
(68,135,72)
#3E7A41
(62,122,65)
#386D3A
(56,109,58)
#326033
(50,96,51)
#2C532C
(44,83,44)
#264625
(38,70,37)
#20391E
(32,57,30)
#1A2C17
(26,44,23)
#141F10
(20,31,16)
#0E1209
(14,18,9)
#000000
(0,0,0)

Tints of #4A944F

#4A944F
(74,148,79)
#5A9D5F
(90,157,95)
#6AA66F
(106,166,111)
#7AAF7F
(122,175,127)
#8AB88F
(138,184,143)
#9AC19F
(154,193,159)
#AACAAF
(170,202,175)
#BAD3BF
(186,211,191)
#CADCCF
(202,220,207)
#DAE5DF
(218,229,223)
#EAEEEF
(234,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A944F color. Also use rgb(74,148,79) instead hex code.

Text Font Color

.myTextColor { color: #4A944F; }

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

This text font color is #4A944F.


Background Color

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

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

This div background color is #4A944F.


Border color

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

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

This div border color is #4A944F.


Opacity

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

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

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

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

This text has shadow with #4A944F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A944F on black background.


Color preview on white background

This text has color #4A944F on white background.



Black color preview on #4A944F background

This text has black color on #4A944F background.


White color preview on #4A944F background

This text has white color on #4A944F background.