COLOR #4A7029

HEX: #4A7029
RGB: (74,112,41)

Color info

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

RGB color model

#4A7029 color RGB value is (74,112,41).

  • red value is 74;
  • green value is 112;
  • blue value is 41.
RGB:
(74,112,41)
(29%,44%,16%)

RGB channels and saturation

R 74 of 255 = 29%
G 112 of 255 = 44%
B 41 of 255 = 16%

74
112
41

R + G + B ~ 30%. #4A7029 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 112 + 41 = 227 (100%)
R 74 of 227 ~ 32.6%
G 112 of 227 ~ 49.34%
B 41 of 227 ~ 18.06%

%32.6
%49.34
%18.06

CMYK color model

#4A7029 color CMYK value is (34,0,63,56).

  • cyan value is 33.93%
  • magenta value is 0.00%
  • yellow value is 63.39%
  • key color value is 56.08%
CMYK:
(34,0,63,56)
C34M0Y63K56 
(34%,0%,63%,56%)
(0.34/0.00/0.63/0.56)	

CMYK percentages

%33.93
%0
%63.39
%56.08

Codes

Color #4A7029 in popluar color models

4A7029
RGB7411241
HSL92°46.41%30.00%
HSB/HSV92°63.39%43.92%
CMYK33.93%0.00%63.39%
56.08%

Color #4A7029 in popluar number systems.

HEX4A7029
Decimal7411241
Binary10010101110000101001
Octal11216051

Shades and tints

Shades of #4A7029

#4A7029
(74,112,41)
#446626
(68,102,38)
#3E5C23
(62,92,35)
#385220
(56,82,32)
#32481D
(50,72,29)
#2C3E1A
(44,62,26)
#263417
(38,52,23)
#202A14
(32,42,20)
#1A2011
(26,32,17)
#14160E
(20,22,14)
#0E0C0B
(14,12,11)
#000000
(0,0,0)

Tints of #4A7029

#4A7029
(74,112,41)
#5A7D3C
(90,125,60)
#6A8A4F
(106,138,79)
#7A9762
(122,151,98)
#8AA475
(138,164,117)
#9AB188
(154,177,136)
#AABE9B
(170,190,155)
#BACBAE
(186,203,174)
#CAD8C1
(202,216,193)
#DAE5D4
(218,229,212)
#EAF2E7
(234,242,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A7029 color. Also use rgb(74,112,41) instead hex code.

Text Font Color

.myTextColor { color: #4A7029; }

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

This text font color is #4A7029.


Background Color

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

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

This div background color is #4A7029.


Border color

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

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

This div border color is #4A7029.


Opacity

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

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

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

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

This text has shadow with #4A7029 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A7029 on black background.


Color preview on white background

This text has color #4A7029 on white background.



Black color preview on #4A7029 background

This text has black color on #4A7029 background.


White color preview on #4A7029 background

This text has white color on #4A7029 background.