COLOR #4A812F

HEX: #4A812F RGB: (74,129,47)

Color info

#4A812F contains mainly red and green colors. Web safe color of #4A812F is #339933 (or #393).

RGB color model

#4A812F color RGB value is (74,129,47).

RGB: (74,129,47) (29%, 51%, 18%)

RGB channels and saturation

R 74 of 255 = 29%
G 129 of 255 = 51%
B 47 of 255 = 18%

74
129
47

R + G + B ~ 33%. #4A812F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 74 + 129 + 47 = 250 (100%)
R 74 of 250 ~ 29.6%
G 129 of 250 ~ 51.6%
B 47 of 250 ~ 18.8'%

%29.6
%51.6
%18.8

CMYK color model

#4A812F color CMYK value is (43,0,64,49).

  • cyan value is 42.64%
  • magenta value is 0.00%
  • yellow value is 63.57%
  • key color value is 49.41%

CMYK: (43,0,64,49)
C43M0Y64K49 (43%, 0%, 64%, 49%)
(0.43 / 0.00 / 0.64 / 0.49)

CMYK percentages

%42.64
%0
%63.57
%49.41

Codes

Color #4A812F in popluar color models

4A 81 2F
RGB 74 129 47
HSL 100° 46.59% 34.51%
HSB/HSV 100° 63.57% 50.59%
CMYK 42.64% 0.00% 63.57%
49.41%

Color #4A812F in popluar number systems.

HEX 4A 81 2F
Decimal 74 129 47
Binary 1001010 10000001 101111
Octal 112 201 57

Shades and tints

Shades of #4A812F

#4A812F
(74,129,47)
#44762B
(68,118,43)
#3E6B27
(62,107,39)
#386023
(56,96,35)
#32551F
(50,85,31)
#2C4A1B
(44,74,27)
#263F17
(38,63,23)
#203413
(32,52,19)
#1A290F
(26,41,15)
#141E0B
(20,30,11)
#0E1307
(14,19,7)
#000000
(0,0,0)

Tints of #4A812F

#4A812F
(74,129,47)
#5A8C41
(90,140,65)
#6A9753
(106,151,83)
#7AA265
(122,162,101)
#8AAD77
(138,173,119)
#9AB889
(154,184,137)
#AAC39B
(170,195,155)
#BACEAD
(186,206,173)
#CAD9BF
(202,217,191)
#DAE4D1
(218,228,209)
#EAEFE3
(234,239,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A812F color. Also use rgb(74,129,47) instead hex code.

Text Font Color

.myTextColor { color: #4A812F; }

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

This text font color is #4A812F.

Background Color

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

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

This div background color is #4A812F.

Border color

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

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

This div border color is #4A812F.

Opacity

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

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

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

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

This text has shadow with #4A812F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A812F.

Preview

Color preview on black background

This text has color #4A812F on black background.


Color preview on white background

This text has color #4A812F on white background.


Black color preview on #4A812F background

This text has black color on #4A812F background.


White color preview on #4A812F background

This text has white color on #4A812F background.


Related colors

Complementary color

Complementary color for #hex is #B57ED0.


I love getcolorcode.com

Triadic colors

1 #2F4A81 and #812F4A with #4A812F are triadic colors.

2 #2F814A and #814A2F with #4A812F are triadic colors.