COLOR #49AA78

HEX: #49AA78 RGB: (73,170,120)

Color info

#49AA78 contains mainly green and blue colors. Web safe color of #49AA78 is #339966 (or #396).

RGB color model

#49AA78 color RGB value is (73,170,120).

RGB: (73,170,120) (29%, 67%, 47%)

RGB channels and saturation

R 73 of 255 = 29%
G 170 of 255 = 67%
B 120 of 255 = 47%

73
170
120

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

Portions of RGB colors in percentages

R + G + B = 73 + 170 + 120 = 363 (100%)
R 73 of 363 ~ 20.11%
G 170 of 363 ~ 46.83%
B 120 of 363 ~ 33.06'%

%20.11
%46.83
%33.06

CMYK color model

#49AA78 color CMYK value is (57,0,29,33).

  • cyan value is 57.06%
  • magenta value is 0.00%
  • yellow value is 29.41%
  • key color value is 33.33%
CMYK: (57,0,29,33) C57M0Y29K33 (57%,0%,29%,33%) (0.57/0.00/0.29/0.33) 

CMYK percentages

%57.06
%0
%29.41
%33.33

Codes

Color #49AA78 in popluar color models

49 AA 78
RGB 73 170 120
HSL 149° 39.92% 47.65%
HSB/HSV 149° 57.06% 66.67%
CMYK 57.06% 0.00% 29.41%
33.33%

Color #49AA78 in popluar number systems.

HEX 49 AA 78
Decimal 73 170 120
Binary 1001001 10101010 1111000
Octal 111 252 170

Shades and tints

Shades of #49AA78

#49AA78
(73,170,120)
#439B6E
(67,155,110)
#3D8C64
(61,140,100)
#377D5A
(55,125,90)
#316E50
(49,110,80)
#2B5F46
(43,95,70)
#25503C
(37,80,60)
#1F4132
(31,65,50)
#193228
(25,50,40)
#13231E
(19,35,30)
#0D1414
(13,20,20)
#000000
(0,0,0)

Tints of #49AA78

#49AA78
(73,170,120)
#59B184
(89,177,132)
#69B890
(105,184,144)
#79BF9C
(121,191,156)
#89C6A8
(137,198,168)
#99CDB4
(153,205,180)
#A9D4C0
(169,212,192)
#B9DBCC
(185,219,204)
#C9E2D8
(201,226,216)
#D9E9E4
(217,233,228)
#E9F0F0
(233,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49AA78 color. Also use rgb(73,170,120) instead hex code.

Text Font Color

.myTextColor { color: #49AA78; }

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

This text font color is #49AA78.

Background Color

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

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

This div background color is #49AA78.

Border color

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

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

This div border color is #49AA78.

Opacity

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

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

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

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

This text has shadow with #49AA78 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #49AA78.

Preview

Color preview on black background

This text has color #49AA78 on black background.


Color preview on white background

This text has color #49AA78 on white background.


Black color preview on #49AA78 background

This text has black color on #49AA78 background.


White color preview on #49AA78 background

This text has white color on #49AA78 background.


Related colors

Complementary color

Complementary color for #hex is #B65587.


I love getcolorcode.com

Triadic colors

1 #7849AA and #AA7849 with #49AA78 are triadic colors.

2 #78AA49 and #AA4978 with #49AA78 are triadic colors.