COLOR #49AD4A

HEX: #49AD4A
RGB: (73,173,74)

Color info

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

RGB color model

#49AD4A color RGB value is (73,173,74).

  • red value is 73;
  • green value is 173;
  • blue value is 74.
RGB:
(73,173,74)
(29%,68%,29%)

RGB channels and saturation

R 73 of 255 = 29%
G 173 of 255 = 68%
B 74 of 255 = 29%

73
173
74

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

Portions of RGB colors in percentages

R + G + B =
73 + 173 + 74 = 320 (100%)
R 73 of 320 ~ 22.81%
G 173 of 320 ~ 54.06%
B 74 of 320 ~ 23.13%

%22.81
%54.06
%23.13

CMYK color model

#49AD4A color CMYK value is (58,0,57,32).

  • cyan value is 57.80%
  • magenta value is 0.00%
  • yellow value is 57.23%
  • key color value is 32.16%
CMYK:
(58,0,57,32)
C58M0Y57K32 
(58%,0%,57%,32%)
(0.58/0.00/0.57/0.32)	

CMYK percentages

%57.8
%0
%57.23
%32.16

Codes

Color #49AD4A in popluar color models

49AD4A
RGB7317374
HSL121°40.65%48.24%
HSB/HSV121°57.80%67.84%
CMYK57.80%0.00%57.23%
32.16%

Color #49AD4A in popluar number systems.

HEX49AD4A
Decimal7317374
Binary1001001101011011001010
Octal111255112

Shades and tints

Shades of #49AD4A

#49AD4A
(73,173,74)
#439E44
(67,158,68)
#3D8F3E
(61,143,62)
#378038
(55,128,56)
#317132
(49,113,50)
#2B622C
(43,98,44)
#255326
(37,83,38)
#1F4420
(31,68,32)
#19351A
(25,53,26)
#132614
(19,38,20)
#0D170E
(13,23,14)
#000000
(0,0,0)

Tints of #49AD4A

#49AD4A
(73,173,74)
#59B45A
(89,180,90)
#69BB6A
(105,187,106)
#79C27A
(121,194,122)
#89C98A
(137,201,138)
#99D09A
(153,208,154)
#A9D7AA
(169,215,170)
#B9DEBA
(185,222,186)
#C9E5CA
(201,229,202)
#D9ECDA
(217,236,218)
#E9F3EA
(233,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49AD4A color. Also use rgb(73,173,74) instead hex code.

Text Font Color

.myTextColor { color: #49AD4A; }

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

This text font color is #49AD4A.


Background Color

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

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

This div background color is #49AD4A.


Border color

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

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

This div border color is #49AD4A.


Opacity

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

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

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

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

This text has shadow with #49AD4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49AD4A on black background.


Color preview on white background

This text has color #49AD4A on white background.



Black color preview on #49AD4A background

This text has black color on #49AD4A background.


White color preview on #49AD4A background

This text has white color on #49AD4A background.