COLOR #4A7900

HEX: #4A7900
RGB: (74,121,0)

Color info

#4A7900 contains only red and green colors. Web safe color of #4A7900 is #336600 (or #360).

RGB color model

#4A7900 color RGB value is (74,121,0).

  • red value is 74;
  • green value is 121;
  • blue value is 0.
RGB:
(74,121,0)
(29%,47%,0%)

RGB channels and saturation

R 74 of 255 = 29%
G 121 of 255 = 47%
B 0 of 255 = 0%

74
121
0

R + G + B ~ 25%. #4A7900 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 121 + 0 = 195 (100%)
R 74 of 195 ~ 37.95%
G 121 of 195 ~ 62.05%
B 0 of 195 ~ 0%

%37.95
%62.05

CMYK color model

#4A7900 color CMYK value is (39,0,100,53).

  • cyan value is 38.84%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 52.55%
CMYK:
(39,0,100,53)
C39M0Y100K53 
(39%,0%,100%,53%)
(0.39/0.00/1.00/0.53)	

CMYK percentages

%38.84
%0
%100
%52.55

Codes

Color #4A7900 in popluar color models

4A7900
RGB741210
HSL83°100.00%23.73%
HSB/HSV83°100.00%47.45%
CMYK38.84%0.00%100.00%
52.55%

Color #4A7900 in popluar number systems.

HEX4A7900
Decimal741210
Binary100101011110010
Octal1121710

Shades and tints

Shades of #4A7900

#4A7900
(74,121,0)
#446E00
(68,110,0)
#3E6300
(62,99,0)
#385800
(56,88,0)
#324D00
(50,77,0)
#2C4200
(44,66,0)
#263700
(38,55,0)
#202C00
(32,44,0)
#1A2100
(26,33,0)
#141600
(20,22,0)
#0E0B00
(14,11,0)
#000000
(0,0,0)

Tints of #4A7900

#4A7900
(74,121,0)
#5A8517
(90,133,23)
#6A912E
(106,145,46)
#7A9D45
(122,157,69)
#8AA95C
(138,169,92)
#9AB573
(154,181,115)
#AAC18A
(170,193,138)
#BACDA1
(186,205,161)
#CAD9B8
(202,217,184)
#DAE5CF
(218,229,207)
#EAF1E6
(234,241,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A7900 color. Also use rgb(74,121,0) instead hex code.

Text Font Color

.myTextColor { color: #4A7900; }

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

This text font color is #4A7900.


Background Color

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

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

This div background color is #4A7900.


Border color

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

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

This div border color is #4A7900.


Opacity

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

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

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

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

This text has shadow with #4A7900 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A7900 on black background.


Color preview on white background

This text has color #4A7900 on white background.



Black color preview on #4A7900 background

This text has black color on #4A7900 background.


White color preview on #4A7900 background

This text has white color on #4A7900 background.