COLOR #4A7E3B

HEX: #4A7E3B
RGB: (74,126,59)

Color info

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

RGB color model

#4A7E3B color RGB value is (74,126,59).

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

RGB channels and saturation

R 74 of 255 = 29%
G 126 of 255 = 49%
B 59 of 255 = 23%

74
126
59

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

Portions of RGB colors in percentages

R + G + B =
74 + 126 + 59 = 259 (100%)
R 74 of 259 ~ 28.57%
G 126 of 259 ~ 48.65%
B 59 of 259 ~ 22.78%

%28.57
%48.65
%22.78

CMYK color model

#4A7E3B color CMYK value is (41,0,53,51).

  • cyan value is 41.27%
  • magenta value is 0.00%
  • yellow value is 53.17%
  • key color value is 50.59%
CMYK:
(41,0,53,51)
C41M0Y53K51 
(41%,0%,53%,51%)
(0.41/0.00/0.53/0.51)	

CMYK percentages

%41.27
%0
%53.17
%50.59

Codes

Color #4A7E3B in popluar color models

4A7E3B
RGB7412659
HSL107°36.22%36.27%
HSB/HSV107°53.17%49.41%
CMYK41.27%0.00%53.17%
50.59%

Color #4A7E3B in popluar number systems.

HEX4A7E3B
Decimal7412659
Binary10010101111110111011
Octal11217673

Shades and tints

Shades of #4A7E3B

#4A7E3B
(74,126,59)
#447336
(68,115,54)
#3E6831
(62,104,49)
#385D2C
(56,93,44)
#325227
(50,82,39)
#2C4722
(44,71,34)
#263C1D
(38,60,29)
#203118
(32,49,24)
#1A2613
(26,38,19)
#141B0E
(20,27,14)
#0E1009
(14,16,9)
#000000
(0,0,0)

Tints of #4A7E3B

#4A7E3B
(74,126,59)
#5A894C
(90,137,76)
#6A945D
(106,148,93)
#7A9F6E
(122,159,110)
#8AAA7F
(138,170,127)
#9AB590
(154,181,144)
#AAC0A1
(170,192,161)
#BACBB2
(186,203,178)
#CAD6C3
(202,214,195)
#DAE1D4
(218,225,212)
#EAECE5
(234,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A7E3B; }

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

This text font color is #4A7E3B.


Background Color

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

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

This div background color is #4A7E3B.


Border color

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

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

This div border color is #4A7E3B.


Opacity

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

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

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

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

This text has shadow with #4A7E3B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A7E3B on black background.


Color preview on white background

This text has color #4A7E3B on white background.



Black color preview on #4A7E3B background

This text has black color on #4A7E3B background.


White color preview on #4A7E3B background

This text has white color on #4A7E3B background.