COLOR #4A791E

HEX: #4A791E
RGB: (74,121,30)

Color info

#4A791E contains mainly red and green colors. Web safe color of #4A791E is #336633 (or #363).

RGB color model

#4A791E color RGB value is (74,121,30).

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

RGB channels and saturation

R 74 of 255 = 29%
G 121 of 255 = 47%
B 30 of 255 = 12%

74
121
30

R + G + B ~ 29%. #4A791E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 121 + 30 = 225 (100%)
R 74 of 225 ~ 32.89%
G 121 of 225 ~ 53.78%
B 30 of 225 ~ 13.33%

%32.89
%53.78
%13.33

CMYK color model

#4A791E color CMYK value is (39,0,75,53).

  • cyan value is 38.84%
  • magenta value is 0.00%
  • yellow value is 75.21%
  • key color value is 52.55%
CMYK:
(39,0,75,53)
C39M0Y75K53 
(39%,0%,75%,53%)
(0.39/0.00/0.75/0.53)	

CMYK percentages

%38.84
%0
%75.21
%52.55

Codes

Color #4A791E in popluar color models

4A791E
RGB7412130
HSL91°60.26%29.61%
HSB/HSV91°75.21%47.45%
CMYK38.84%0.00%75.21%
52.55%

Color #4A791E in popluar number systems.

HEX4A791E
Decimal7412130
Binary1001010111100111110
Octal11217136

Shades and tints

Shades of #4A791E

#4A791E
(74,121,30)
#446E1C
(68,110,28)
#3E631A
(62,99,26)
#385818
(56,88,24)
#324D16
(50,77,22)
#2C4214
(44,66,20)
#263712
(38,55,18)
#202C10
(32,44,16)
#1A210E
(26,33,14)
#14160C
(20,22,12)
#0E0B0A
(14,11,10)
#000000
(0,0,0)

Tints of #4A791E

#4A791E
(74,121,30)
#5A8532
(90,133,50)
#6A9146
(106,145,70)
#7A9D5A
(122,157,90)
#8AA96E
(138,169,110)
#9AB582
(154,181,130)
#AAC196
(170,193,150)
#BACDAA
(186,205,170)
#CAD9BE
(202,217,190)
#DAE5D2
(218,229,210)
#EAF1E6
(234,241,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A791E; }

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

This text font color is #4A791E.


Background Color

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

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

This div background color is #4A791E.


Border color

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

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

This div border color is #4A791E.


Opacity

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

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

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

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

This text has shadow with #4A791E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A791E on black background.


Color preview on white background

This text has color #4A791E on white background.



Black color preview on #4A791E background

This text has black color on #4A791E background.


White color preview on #4A791E background

This text has white color on #4A791E background.