COLOR #4A9F4A

HEX: #4A9F4A
RGB: (74,159,74)

Color info

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

RGB color model

#4A9F4A color RGB value is (74,159,74).

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

RGB channels and saturation

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

74
159
74

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

Portions of RGB colors in percentages

R + G + B =
74 + 159 + 74 = 307 (100%)
R 74 of 307 ~ 24.1%
G 159 of 307 ~ 51.79%
B 74 of 307 ~ 24.1%

%24.1
%51.79
%24.1

CMYK color model

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

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

CMYK percentages

%53.46
%0
%53.46
%37.65

Codes

Color #4A9F4A in popluar color models

4A9F4A
RGB7415974
HSL120°36.48%45.69%
HSB/HSV120°53.46%62.35%
CMYK53.46%0.00%53.46%
37.65%

Color #4A9F4A in popluar number systems.

HEX4A9F4A
Decimal7415974
Binary1001010100111111001010
Octal112237112

Shades and tints

Shades of #4A9F4A

#4A9F4A
(74,159,74)
#449144
(68,145,68)
#3E833E
(62,131,62)
#387538
(56,117,56)
#326732
(50,103,50)
#2C592C
(44,89,44)
#264B26
(38,75,38)
#203D20
(32,61,32)
#1A2F1A
(26,47,26)
#142114
(20,33,20)
#0E130E
(14,19,14)
#000000
(0,0,0)

Tints of #4A9F4A

#4A9F4A
(74,159,74)
#5AA75A
(90,167,90)
#6AAF6A
(106,175,106)
#7AB77A
(122,183,122)
#8ABF8A
(138,191,138)
#9AC79A
(154,199,154)
#AACFAA
(170,207,170)
#BAD7BA
(186,215,186)
#CADFCA
(202,223,202)
#DAE7DA
(218,231,218)
#EAEFEA
(234,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A9F4A; }

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

This text font color is #4A9F4A.


Background Color

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

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

This div background color is #4A9F4A.


Border color

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

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

This div border color is #4A9F4A.


Opacity

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

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

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

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

This text has shadow with #4A9F4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A9F4A on black background.


Color preview on white background

This text has color #4A9F4A on white background.



Black color preview on #4A9F4A background

This text has black color on #4A9F4A background.


White color preview on #4A9F4A background

This text has white color on #4A9F4A background.