COLOR #4A7E28

HEX: #4A7E28
RGB: (74,126,40)

Color info

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

RGB color model

#4A7E28 color RGB value is (74,126,40).

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

RGB channels and saturation

R 74 of 255 = 29%
G 126 of 255 = 49%
B 40 of 255 = 16%

74
126
40

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

Portions of RGB colors in percentages

R + G + B =
74 + 126 + 40 = 240 (100%)
R 74 of 240 ~ 30.83%
G 126 of 240 ~ 52.5%
B 40 of 240 ~ 16.67%

%30.83
%52.5
%16.67

CMYK color model

#4A7E28 color CMYK value is (41,0,68,51).

  • cyan value is 41.27%
  • magenta value is 0.00%
  • yellow value is 68.25%
  • key color value is 50.59%
CMYK:
(41,0,68,51)
C41M0Y68K51 
(41%,0%,68%,51%)
(0.41/0.00/0.68/0.51)	

CMYK percentages

%41.27
%0
%68.25
%50.59

Codes

Color #4A7E28 in popluar color models

4A7E28
RGB7412640
HSL96°51.81%32.55%
HSB/HSV96°68.25%49.41%
CMYK41.27%0.00%68.25%
50.59%

Color #4A7E28 in popluar number systems.

HEX4A7E28
Decimal7412640
Binary10010101111110101000
Octal11217650

Shades and tints

Shades of #4A7E28

#4A7E28
(74,126,40)
#447325
(68,115,37)
#3E6822
(62,104,34)
#385D1F
(56,93,31)
#32521C
(50,82,28)
#2C4719
(44,71,25)
#263C16
(38,60,22)
#203113
(32,49,19)
#1A2610
(26,38,16)
#141B0D
(20,27,13)
#0E100A
(14,16,10)
#000000
(0,0,0)

Tints of #4A7E28

#4A7E28
(74,126,40)
#5A893B
(90,137,59)
#6A944E
(106,148,78)
#7A9F61
(122,159,97)
#8AAA74
(138,170,116)
#9AB587
(154,181,135)
#AAC09A
(170,192,154)
#BACBAD
(186,203,173)
#CAD6C0
(202,214,192)
#DAE1D3
(218,225,211)
#EAECE6
(234,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A7E28 color. Also use rgb(74,126,40) instead hex code.

Text Font Color

.myTextColor { color: #4A7E28; }

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

This text font color is #4A7E28.


Background Color

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

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

This div background color is #4A7E28.


Border color

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

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

This div border color is #4A7E28.


Opacity

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

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

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

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

This text has shadow with #4A7E28 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A7E28 on black background.


Color preview on white background

This text has color #4A7E28 on white background.



Black color preview on #4A7E28 background

This text has black color on #4A7E28 background.


White color preview on #4A7E28 background

This text has white color on #4A7E28 background.