COLOR #4A7D0F

HEX: #4A7D0F
RGB: (74,125,15)

Color info

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

RGB color model

#4A7D0F color RGB value is (74,125,15).

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

RGB channels and saturation

R 74 of 255 = 29%
G 125 of 255 = 49%
B 15 of 255 = 6%

74
125
15

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

Portions of RGB colors in percentages

R + G + B =
74 + 125 + 15 = 214 (100%)
R 74 of 214 ~ 34.58%
G 125 of 214 ~ 58.41%
B 15 of 214 ~ 7.01%

%34.58
%58.41

CMYK color model

#4A7D0F color CMYK value is (41,0,88,51).

  • cyan value is 40.80%
  • magenta value is 0.00%
  • yellow value is 88.00%
  • key color value is 50.98%
CMYK:
(41,0,88,51)
C41M0Y88K51 
(41%,0%,88%,51%)
(0.41/0.00/0.88/0.51)	

CMYK percentages

%40.8
%0
%88
%50.98

Codes

Color #4A7D0F in popluar color models

4A7D0F
RGB7412515
HSL88°78.57%27.45%
HSB/HSV88°88.00%49.02%
CMYK40.80%0.00%88.00%
50.98%

Color #4A7D0F in popluar number systems.

HEX4A7D0F
Decimal7412515
Binary100101011111011111
Octal11217517

Shades and tints

Shades of #4A7D0F

#4A7D0F
(74,125,15)
#44720E
(68,114,14)
#3E670D
(62,103,13)
#385C0C
(56,92,12)
#32510B
(50,81,11)
#2C460A
(44,70,10)
#263B09
(38,59,9)
#203008
(32,48,8)
#1A2507
(26,37,7)
#141A06
(20,26,6)
#0E0F05
(14,15,5)
#000000
(0,0,0)

Tints of #4A7D0F

#4A7D0F
(74,125,15)
#5A8824
(90,136,36)
#6A9339
(106,147,57)
#7A9E4E
(122,158,78)
#8AA963
(138,169,99)
#9AB478
(154,180,120)
#AABF8D
(170,191,141)
#BACAA2
(186,202,162)
#CAD5B7
(202,213,183)
#DAE0CC
(218,224,204)
#EAEBE1
(234,235,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A7D0F; }

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

This text font color is #4A7D0F.


Background Color

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

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

This div background color is #4A7D0F.


Border color

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

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

This div border color is #4A7D0F.


Opacity

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

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

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

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

This text has shadow with #4A7D0F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A7D0F on black background.


Color preview on white background

This text has color #4A7D0F on white background.



Black color preview on #4A7D0F background

This text has black color on #4A7D0F background.


White color preview on #4A7D0F background

This text has white color on #4A7D0F background.