COLOR #4A7D12

HEX: #4A7D12
RGB: (74,125,18)

Color info

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

RGB color model

#4A7D12 color RGB value is (74,125,18).

  • red value is 74;
  • green value is 125;
  • blue value is 18.
RGB:
(74,125,18)
(29%,49%,7%)

RGB channels and saturation

R 74 of 255 = 29%
G 125 of 255 = 49%
B 18 of 255 = 7%

74
125
18

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

Portions of RGB colors in percentages

R + G + B =
74 + 125 + 18 = 217 (100%)
R 74 of 217 ~ 34.1%
G 125 of 217 ~ 57.6%
B 18 of 217 ~ 8.29%

%34.1
%57.6

CMYK color model

#4A7D12 color CMYK value is (41,0,86,51).

  • cyan value is 40.80%
  • magenta value is 0.00%
  • yellow value is 85.60%
  • key color value is 50.98%
CMYK:
(41,0,86,51)
C41M0Y86K51 
(41%,0%,86%,51%)
(0.41/0.00/0.86/0.51)	

CMYK percentages

%40.8
%0
%85.6
%50.98

Codes

Color #4A7D12 in popluar color models

4A7D12
RGB7412518
HSL89°74.83%28.04%
HSB/HSV89°85.60%49.02%
CMYK40.80%0.00%85.60%
50.98%

Color #4A7D12 in popluar number systems.

HEX4A7D12
Decimal7412518
Binary1001010111110110010
Octal11217522

Shades and tints

Shades of #4A7D12

#4A7D12
(74,125,18)
#447211
(68,114,17)
#3E6710
(62,103,16)
#385C0F
(56,92,15)
#32510E
(50,81,14)
#2C460D
(44,70,13)
#263B0C
(38,59,12)
#20300B
(32,48,11)
#1A250A
(26,37,10)
#141A09
(20,26,9)
#0E0F08
(14,15,8)
#000000
(0,0,0)

Tints of #4A7D12

#4A7D12
(74,125,18)
#5A8827
(90,136,39)
#6A933C
(106,147,60)
#7A9E51
(122,158,81)
#8AA966
(138,169,102)
#9AB47B
(154,180,123)
#AABF90
(170,191,144)
#BACAA5
(186,202,165)
#CAD5BA
(202,213,186)
#DAE0CF
(218,224,207)
#EAEBE4
(234,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A7D12 color. Also use rgb(74,125,18) instead hex code.

Text Font Color

.myTextColor { color: #4A7D12; }

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

This text font color is #4A7D12.


Background Color

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

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

This div background color is #4A7D12.


Border color

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

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

This div border color is #4A7D12.


Opacity

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

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

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

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

This text has shadow with #4A7D12 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A7D12 on black background.


Color preview on white background

This text has color #4A7D12 on white background.



Black color preview on #4A7D12 background

This text has black color on #4A7D12 background.


White color preview on #4A7D12 background

This text has white color on #4A7D12 background.