COLOR #4A9D4F

HEX: #4A9D4F
RGB: (74,157,79)

Color info

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

RGB color model

#4A9D4F color RGB value is (74,157,79).

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

RGB channels and saturation

R 74 of 255 = 29%
G 157 of 255 = 62%
B 79 of 255 = 31%

74
157
79

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

Portions of RGB colors in percentages

R + G + B =
74 + 157 + 79 = 310 (100%)
R 74 of 310 ~ 23.87%
G 157 of 310 ~ 50.65%
B 79 of 310 ~ 25.48%

%23.87
%50.65
%25.48

CMYK color model

#4A9D4F color CMYK value is (53,0,50,38).

  • cyan value is 52.87%
  • magenta value is 0.00%
  • yellow value is 49.68%
  • key color value is 38.43%
CMYK:
(53,0,50,38)
C53M0Y50K38 
(53%,0%,50%,38%)
(0.53/0.00/0.50/0.38)	

CMYK percentages

%52.87
%0
%49.68
%38.43

Codes

Color #4A9D4F in popluar color models

4A9D4F
RGB7415779
HSL124°35.93%45.29%
HSB/HSV124°52.87%61.57%
CMYK52.87%0.00%49.68%
38.43%

Color #4A9D4F in popluar number systems.

HEX4A9D4F
Decimal7415779
Binary1001010100111011001111
Octal112235117

Shades and tints

Shades of #4A9D4F

#4A9D4F
(74,157,79)
#448F48
(68,143,72)
#3E8141
(62,129,65)
#38733A
(56,115,58)
#326533
(50,101,51)
#2C572C
(44,87,44)
#264925
(38,73,37)
#203B1E
(32,59,30)
#1A2D17
(26,45,23)
#141F10
(20,31,16)
#0E1109
(14,17,9)
#000000
(0,0,0)

Tints of #4A9D4F

#4A9D4F
(74,157,79)
#5AA55F
(90,165,95)
#6AAD6F
(106,173,111)
#7AB57F
(122,181,127)
#8ABD8F
(138,189,143)
#9AC59F
(154,197,159)
#AACDAF
(170,205,175)
#BAD5BF
(186,213,191)
#CADDCF
(202,221,207)
#DAE5DF
(218,229,223)
#EAEDEF
(234,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A9D4F; }

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

This text font color is #4A9D4F.


Background Color

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

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

This div background color is #4A9D4F.


Border color

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

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

This div border color is #4A9D4F.


Opacity

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

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

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

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

This text has shadow with #4A9D4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A9D4F on black background.


Color preview on white background

This text has color #4A9D4F on white background.



Black color preview on #4A9D4F background

This text has black color on #4A9D4F background.


White color preview on #4A9D4F background

This text has white color on #4A9D4F background.