COLOR #4A7911

HEX: #4A7911
RGB: (74,121,17)

Color info

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

RGB color model

#4A7911 color RGB value is (74,121,17).

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

RGB channels and saturation

R 74 of 255 = 29%
G 121 of 255 = 47%
B 17 of 255 = 7%

74
121
17

R + G + B ~ 28%. #4A7911 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 121 + 17 = 212 (100%)
R 74 of 212 ~ 34.91%
G 121 of 212 ~ 57.08%
B 17 of 212 ~ 8.02%

%34.91
%57.08

CMYK color model

#4A7911 color CMYK value is (39,0,86,53).

  • cyan value is 38.84%
  • magenta value is 0.00%
  • yellow value is 85.95%
  • key color value is 52.55%
CMYK:
(39,0,86,53)
C39M0Y86K53 
(39%,0%,86%,53%)
(0.39/0.00/0.86/0.53)	

CMYK percentages

%38.84
%0
%85.95
%52.55

Codes

Color #4A7911 in popluar color models

4A7911
RGB7412117
HSL87°75.36%27.06%
HSB/HSV87°85.95%47.45%
CMYK38.84%0.00%85.95%
52.55%

Color #4A7911 in popluar number systems.

HEX4A7911
Decimal7412117
Binary1001010111100110001
Octal11217121

Shades and tints

Shades of #4A7911

#4A7911
(74,121,17)
#446E10
(68,110,16)
#3E630F
(62,99,15)
#38580E
(56,88,14)
#324D0D
(50,77,13)
#2C420C
(44,66,12)
#26370B
(38,55,11)
#202C0A
(32,44,10)
#1A2109
(26,33,9)
#141608
(20,22,8)
#0E0B07
(14,11,7)
#000000
(0,0,0)

Tints of #4A7911

#4A7911
(74,121,17)
#5A8526
(90,133,38)
#6A913B
(106,145,59)
#7A9D50
(122,157,80)
#8AA965
(138,169,101)
#9AB57A
(154,181,122)
#AAC18F
(170,193,143)
#BACDA4
(186,205,164)
#CAD9B9
(202,217,185)
#DAE5CE
(218,229,206)
#EAF1E3
(234,241,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A7911; }

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

This text font color is #4A7911.


Background Color

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

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

This div background color is #4A7911.


Border color

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

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

This div border color is #4A7911.


Opacity

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

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

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

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

This text has shadow with #4A7911 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A7911 on black background.


Color preview on white background

This text has color #4A7911 on white background.



Black color preview on #4A7911 background

This text has black color on #4A7911 background.


White color preview on #4A7911 background

This text has white color on #4A7911 background.