COLOR #4A9E4A

HEX: #4A9E4A
RGB: (74,158,74)

Color info

#4A9E4A contains mainly green color. Web safe color of #4A9E4A is #339933 (or #393).

RGB color model

#4A9E4A color RGB value is (74,158,74).

  • red value is 74;
  • green value is 158;
  • blue value is 74.
RGB:
(74,158,74)
(29%,62%,29%)

RGB channels and saturation

R 74 of 255 = 29%
G 158 of 255 = 62%
B 74 of 255 = 29%

74
158
74

R + G + B ~ 40%. #4A9E4A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
74 + 158 + 74 = 306 (100%)
R 74 of 306 ~ 24.18%
G 158 of 306 ~ 51.63%
B 74 of 306 ~ 24.18%

%24.18
%51.63
%24.18

CMYK color model

#4A9E4A color CMYK value is (53,0,53,38).

  • cyan value is 53.16%
  • magenta value is 0.00%
  • yellow value is 53.16%
  • key color value is 38.04%
CMYK:
(53,0,53,38)
C53M0Y53K38 
(53%,0%,53%,38%)
(0.53/0.00/0.53/0.38)	

CMYK percentages

%53.16
%0
%53.16
%38.04

Codes

Color #4A9E4A in popluar color models

4A9E4A
RGB7415874
HSL120°36.21%45.49%
HSB/HSV120°53.16%61.96%
CMYK53.16%0.00%53.16%
38.04%

Color #4A9E4A in popluar number systems.

HEX4A9E4A
Decimal7415874
Binary1001010100111101001010
Octal112236112

Shades and tints

Shades of #4A9E4A

#4A9E4A
(74,158,74)
#449044
(68,144,68)
#3E823E
(62,130,62)
#387438
(56,116,56)
#326632
(50,102,50)
#2C582C
(44,88,44)
#264A26
(38,74,38)
#203C20
(32,60,32)
#1A2E1A
(26,46,26)
#142014
(20,32,20)
#0E120E
(14,18,14)
#000000
(0,0,0)

Tints of #4A9E4A

#4A9E4A
(74,158,74)
#5AA65A
(90,166,90)
#6AAE6A
(106,174,106)
#7AB67A
(122,182,122)
#8ABE8A
(138,190,138)
#9AC69A
(154,198,154)
#AACEAA
(170,206,170)
#BAD6BA
(186,214,186)
#CADECA
(202,222,202)
#DAE6DA
(218,230,218)
#EAEEEA
(234,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A9E4A; }

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

This text font color is #4A9E4A.


Background Color

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

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

This div background color is #4A9E4A.


Border color

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

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

This div border color is #4A9E4A.


Opacity

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

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

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

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

This text has shadow with #4A9E4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A9E4A on black background.


Color preview on white background

This text has color #4A9E4A on white background.



Black color preview on #4A9E4A background

This text has black color on #4A9E4A background.


White color preview on #4A9E4A background

This text has white color on #4A9E4A background.