COLOR #49A53E

HEX: #49A53E
RGB: (73,165,62)

Color info

#49A53E contains mainly green color. Web safe color of #49A53E is #339933 (or #393).

RGB color model

#49A53E color RGB value is (73,165,62).

  • red value is 73;
  • green value is 165;
  • blue value is 62.
RGB:
(73,165,62)
(29%,65%,24%)

RGB channels and saturation

R 73 of 255 = 29%
G 165 of 255 = 65%
B 62 of 255 = 24%

73
165
62

R + G + B ~ 39%. #49A53E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 165 + 62 = 300 (100%)
R 73 of 300 ~ 24.33%
G 165 of 300 ~ 55%
B 62 of 300 ~ 20.67%

%24.33
%55
%20.67

CMYK color model

#49A53E color CMYK value is (56,0,62,35).

  • cyan value is 55.76%
  • magenta value is 0.00%
  • yellow value is 62.42%
  • key color value is 35.29%
CMYK:
(56,0,62,35)
C56M0Y62K35 
(56%,0%,62%,35%)
(0.56/0.00/0.62/0.35)	

CMYK percentages

%55.76
%0
%62.42
%35.29

Codes

Color #49A53E in popluar color models

49A53E
RGB7316562
HSL114°45.37%44.51%
HSB/HSV114°62.42%64.71%
CMYK55.76%0.00%62.42%
35.29%

Color #49A53E in popluar number systems.

HEX49A53E
Decimal7316562
Binary100100110100101111110
Octal11124576

Shades and tints

Shades of #49A53E

#49A53E
(73,165,62)
#439639
(67,150,57)
#3D8734
(61,135,52)
#37782F
(55,120,47)
#31692A
(49,105,42)
#2B5A25
(43,90,37)
#254B20
(37,75,32)
#1F3C1B
(31,60,27)
#192D16
(25,45,22)
#131E11
(19,30,17)
#0D0F0C
(13,15,12)
#000000
(0,0,0)

Tints of #49A53E

#49A53E
(73,165,62)
#59AD4F
(89,173,79)
#69B560
(105,181,96)
#79BD71
(121,189,113)
#89C582
(137,197,130)
#99CD93
(153,205,147)
#A9D5A4
(169,213,164)
#B9DDB5
(185,221,181)
#C9E5C6
(201,229,198)
#D9EDD7
(217,237,215)
#E9F5E8
(233,245,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49A53E color. Also use rgb(73,165,62) instead hex code.

Text Font Color

.myTextColor { color: #49A53E; }

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

This text font color is #49A53E.


Background Color

.myBgColor { background-color: #49A53E; }

<div style="background-color:#49A53E">Inner text</div>

This div background color is #49A53E.


Border color

.myBorderColor { border: 1px solid #49A53E; }

<div style="border:3px solid #49A53E">Div</div>

This div border color is #49A53E.


Opacity

.myOpacity80 { color: #49A53E; opacity: 0.8; }

<p style="color:#49A53E;opacity:0.8;">80%</p>

Text with #49A53E 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 #49A53E;}

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

This text has shadow with #49A53E color.

.textShadow {text-shadow: 3px 3px 1px #49A53E, 3px 3px 1px red;}

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

This text has shadow with #49A53E primary color and red secondary color.


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

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

This text has shadow with #49A53E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49A53E on black background.


Color preview on white background

This text has color #49A53E on white background.



Black color preview on #49A53E background

This text has black color on #49A53E background.


White color preview on #49A53E background

This text has white color on #49A53E background.