COLOR #4A9415

HEX: #4A9415
RGB: (74,148,21)

Color info

#4A9415 contains mainly green color. Web safe color of #4A9415 is #339900 (or #390).

RGB color model

#4A9415 color RGB value is (74,148,21).

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

RGB channels and saturation

R 74 of 255 = 29%
G 148 of 255 = 58%
B 21 of 255 = 8%

74
148
21

R + G + B ~ 32%. #4A9415 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 148 + 21 = 243 (100%)
R 74 of 243 ~ 30.45%
G 148 of 243 ~ 60.91%
B 21 of 243 ~ 8.64%

%30.45
%60.91

CMYK color model

#4A9415 color CMYK value is (50,0,86,42).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 85.81%
  • key color value is 41.96%
CMYK:
(50,0,86,42)
C50M0Y86K42 
(50%,0%,86%,42%)
(0.50/0.00/0.86/0.42)	

CMYK percentages

%50
%0
%85.81
%41.96

Codes

Color #4A9415 in popluar color models

4A9415
RGB7414821
HSL95°75.15%33.14%
HSB/HSV95°85.81%58.04%
CMYK50.00%0.00%85.81%
41.96%

Color #4A9415 in popluar number systems.

HEX4A9415
Decimal7414821
Binary10010101001010010101
Octal11222425

Shades and tints

Shades of #4A9415

#4A9415
(74,148,21)
#448714
(68,135,20)
#3E7A13
(62,122,19)
#386D12
(56,109,18)
#326011
(50,96,17)
#2C5310
(44,83,16)
#26460F
(38,70,15)
#20390E
(32,57,14)
#1A2C0D
(26,44,13)
#141F0C
(20,31,12)
#0E120B
(14,18,11)
#000000
(0,0,0)

Tints of #4A9415

#4A9415
(74,148,21)
#5A9D2A
(90,157,42)
#6AA63F
(106,166,63)
#7AAF54
(122,175,84)
#8AB869
(138,184,105)
#9AC17E
(154,193,126)
#AACA93
(170,202,147)
#BAD3A8
(186,211,168)
#CADCBD
(202,220,189)
#DAE5D2
(218,229,210)
#EAEEE7
(234,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A9415; }

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

This text font color is #4A9415.


Background Color

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

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

This div background color is #4A9415.


Border color

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

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

This div border color is #4A9415.


Opacity

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

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

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

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

This text has shadow with #4A9415 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A9415 on black background.


Color preview on white background

This text has color #4A9415 on white background.



Black color preview on #4A9415 background

This text has black color on #4A9415 background.


White color preview on #4A9415 background

This text has white color on #4A9415 background.