COLOR #4A7C29

HEX: #4A7C29
RGB: (74,124,41)

Color info

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

RGB color model

#4A7C29 color RGB value is (74,124,41).

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

RGB channels and saturation

R 74 of 255 = 29%
G 124 of 255 = 49%
B 41 of 255 = 16%

74
124
41

R + G + B ~ 31%. #4A7C29 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 124 + 41 = 239 (100%)
R 74 of 239 ~ 30.96%
G 124 of 239 ~ 51.88%
B 41 of 239 ~ 17.15%

%30.96
%51.88
%17.15

CMYK color model

#4A7C29 color CMYK value is (40,0,67,51).

  • cyan value is 40.32%
  • magenta value is 0.00%
  • yellow value is 66.94%
  • key color value is 51.37%
CMYK:
(40,0,67,51)
C40M0Y67K51 
(40%,0%,67%,51%)
(0.40/0.00/0.67/0.51)	

CMYK percentages

%40.32
%0
%66.94
%51.37

Codes

Color #4A7C29 in popluar color models

4A7C29
RGB7412441
HSL96°50.30%32.35%
HSB/HSV96°66.94%48.63%
CMYK40.32%0.00%66.94%
51.37%

Color #4A7C29 in popluar number systems.

HEX4A7C29
Decimal7412441
Binary10010101111100101001
Octal11217451

Shades and tints

Shades of #4A7C29

#4A7C29
(74,124,41)
#447126
(68,113,38)
#3E6623
(62,102,35)
#385B20
(56,91,32)
#32501D
(50,80,29)
#2C451A
(44,69,26)
#263A17
(38,58,23)
#202F14
(32,47,20)
#1A2411
(26,36,17)
#14190E
(20,25,14)
#0E0E0B
(14,14,11)
#000000
(0,0,0)

Tints of #4A7C29

#4A7C29
(74,124,41)
#5A873C
(90,135,60)
#6A924F
(106,146,79)
#7A9D62
(122,157,98)
#8AA875
(138,168,117)
#9AB388
(154,179,136)
#AABE9B
(170,190,155)
#BAC9AE
(186,201,174)
#CAD4C1
(202,212,193)
#DADFD4
(218,223,212)
#EAEAE7
(234,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A7C29; }

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

This text font color is #4A7C29.


Background Color

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

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

This div background color is #4A7C29.


Border color

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

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

This div border color is #4A7C29.


Opacity

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

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

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

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

This text has shadow with #4A7C29 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A7C29 on black background.


Color preview on white background

This text has color #4A7C29 on white background.



Black color preview on #4A7C29 background

This text has black color on #4A7C29 background.


White color preview on #4A7C29 background

This text has white color on #4A7C29 background.