COLOR #4A9D5A

HEX: #4A9D5A
RGB: (74,157,90)

Color info

#4A9D5A contains mainly green color. Web safe color of #4A9D5A is #339966 (or #396).

RGB color model

#4A9D5A color RGB value is (74,157,90).

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

RGB channels and saturation

R 74 of 255 = 29%
G 157 of 255 = 62%
B 90 of 255 = 35%

74
157
90

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

Portions of RGB colors in percentages

R + G + B =
74 + 157 + 90 = 321 (100%)
R 74 of 321 ~ 23.05%
G 157 of 321 ~ 48.91%
B 90 of 321 ~ 28.04%

%23.05
%48.91
%28.04

CMYK color model

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

  • cyan value is 52.87%
  • magenta value is 0.00%
  • yellow value is 42.68%
  • key color value is 38.43%
CMYK:
(53,0,43,38)
C53M0Y43K38 
(53%,0%,43%,38%)
(0.53/0.00/0.43/0.38)	

CMYK percentages

%52.87
%0
%42.68
%38.43

Codes

Color #4A9D5A in popluar color models

4A9D5A
RGB7415790
HSL132°35.93%45.29%
HSB/HSV132°52.87%61.57%
CMYK52.87%0.00%42.68%
38.43%

Color #4A9D5A in popluar number systems.

HEX4A9D5A
Decimal7415790
Binary1001010100111011011010
Octal112235132

Shades and tints

Shades of #4A9D5A

#4A9D5A
(74,157,90)
#448F52
(68,143,82)
#3E814A
(62,129,74)
#387342
(56,115,66)
#32653A
(50,101,58)
#2C5732
(44,87,50)
#26492A
(38,73,42)
#203B22
(32,59,34)
#1A2D1A
(26,45,26)
#141F12
(20,31,18)
#0E110A
(14,17,10)
#000000
(0,0,0)

Tints of #4A9D5A

#4A9D5A
(74,157,90)
#5AA569
(90,165,105)
#6AAD78
(106,173,120)
#7AB587
(122,181,135)
#8ABD96
(138,189,150)
#9AC5A5
(154,197,165)
#AACDB4
(170,205,180)
#BAD5C3
(186,213,195)
#CADDD2
(202,221,210)
#DAE5E1
(218,229,225)
#EAEDF0
(234,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A9D5A; }

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

This text font color is #4A9D5A.


Background Color

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

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

This div background color is #4A9D5A.


Border color

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

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

This div border color is #4A9D5A.


Opacity

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

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

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

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

This text has shadow with #4A9D5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A9D5A on black background.


Color preview on white background

This text has color #4A9D5A on white background.



Black color preview on #4A9D5A background

This text has black color on #4A9D5A background.


White color preview on #4A9D5A background

This text has white color on #4A9D5A background.