COLOR #4A7E41

HEX: #4A7E41
RGB: (74,126,65)

Color info

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

RGB color model

#4A7E41 color RGB value is (74,126,65).

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

RGB channels and saturation

R 74 of 255 = 29%
G 126 of 255 = 49%
B 65 of 255 = 25%

74
126
65

R + G + B ~ 34%. #4A7E41 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 126 + 65 = 265 (100%)
R 74 of 265 ~ 27.92%
G 126 of 265 ~ 47.55%
B 65 of 265 ~ 24.53%

%27.92
%47.55
%24.53

CMYK color model

#4A7E41 color CMYK value is (41,0,48,51).

  • cyan value is 41.27%
  • magenta value is 0.00%
  • yellow value is 48.41%
  • key color value is 50.59%
CMYK:
(41,0,48,51)
C41M0Y48K51 
(41%,0%,48%,51%)
(0.41/0.00/0.48/0.51)	

CMYK percentages

%41.27
%0
%48.41
%50.59

Codes

Color #4A7E41 in popluar color models

4A7E41
RGB7412665
HSL111°31.94%37.45%
HSB/HSV111°48.41%49.41%
CMYK41.27%0.00%48.41%
50.59%

Color #4A7E41 in popluar number systems.

HEX4A7E41
Decimal7412665
Binary100101011111101000001
Octal112176101

Shades and tints

Shades of #4A7E41

#4A7E41
(74,126,65)
#44733C
(68,115,60)
#3E6837
(62,104,55)
#385D32
(56,93,50)
#32522D
(50,82,45)
#2C4728
(44,71,40)
#263C23
(38,60,35)
#20311E
(32,49,30)
#1A2619
(26,38,25)
#141B14
(20,27,20)
#0E100F
(14,16,15)
#000000
(0,0,0)

Tints of #4A7E41

#4A7E41
(74,126,65)
#5A8952
(90,137,82)
#6A9463
(106,148,99)
#7A9F74
(122,159,116)
#8AAA85
(138,170,133)
#9AB596
(154,181,150)
#AAC0A7
(170,192,167)
#BACBB8
(186,203,184)
#CAD6C9
(202,214,201)
#DAE1DA
(218,225,218)
#EAECEB
(234,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A7E41; }

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

This text font color is #4A7E41.


Background Color

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

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

This div background color is #4A7E41.


Border color

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

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

This div border color is #4A7E41.


Opacity

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

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

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

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

This text has shadow with #4A7E41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A7E41 on black background.


Color preview on white background

This text has color #4A7E41 on white background.



Black color preview on #4A7E41 background

This text has black color on #4A7E41 background.


White color preview on #4A7E41 background

This text has white color on #4A7E41 background.