COLOR #49AD7E

HEX: #49AD7E RGB: (73,173,126)

Color info

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

RGB color model

#49AD7E color RGB value is (73,173,126).

RGB: (73,173,126) (29%, 68%, 49%)

RGB channels and saturation

R 73 of 255 = 29%
G 173 of 255 = 68%
B 126 of 255 = 49%

73
173
126

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

Portions of RGB colors in percentages

R + G + B = 73 + 173 + 126 = 372 (100%)
R 73 of 372 ~ 19.62%
G 173 of 372 ~ 46.51%
B 126 of 372 ~ 33.87'%

%19.62
%46.51
%33.87

CMYK color model

#49AD7E color CMYK value is (58,0,27,32).

  • cyan value is 57.80%
  • magenta value is 0.00%
  • yellow value is 27.17%
  • key color value is 32.16%

CMYK: (58,0,27,32)
C58M0Y27K32 (58%, 0%, 27%, 32%)
(0.58 / 0.00 / 0.27 / 0.32)

CMYK percentages

%57.8
%0
%27.17
%32.16

Codes

Color #49AD7E in popluar color models

49 AD 7E
RGB 73 173 126
HSL 152° 40.65% 48.24%
HSB/HSV 152° 57.80% 67.84%
CMYK 57.80% 0.00% 27.17%
32.16%

Color #49AD7E in popluar number systems.

HEX 49 AD 7E
Decimal 73 173 126
Binary 1001001 10101101 1111110
Octal 111 255 176

Shades and tints

Shades of #49AD7E

#49AD7E
(73,173,126)
#439E73
(67,158,115)
#3D8F68
(61,143,104)
#37805D
(55,128,93)
#317152
(49,113,82)
#2B6247
(43,98,71)
#25533C
(37,83,60)
#1F4431
(31,68,49)
#193526
(25,53,38)
#13261B
(19,38,27)
#0D1710
(13,23,16)
#000000
(0,0,0)

Tints of #49AD7E

#49AD7E
(73,173,126)
#59B489
(89,180,137)
#69BB94
(105,187,148)
#79C29F
(121,194,159)
#89C9AA
(137,201,170)
#99D0B5
(153,208,181)
#A9D7C0
(169,215,192)
#B9DECB
(185,222,203)
#C9E5D6
(201,229,214)
#D9ECE1
(217,236,225)
#E9F3EC
(233,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #49AD7E; }

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

This text font color is #49AD7E.

Background Color

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

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

This div background color is #49AD7E.

Border color

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

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

This div border color is #49AD7E.

Opacity

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

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

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

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

This text has shadow with #49AD7E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #49AD7E.

Preview

Color preview on black background

This text has color #49AD7E on black background.


Color preview on white background

This text has color #49AD7E on white background.


Black color preview on #49AD7E background

This text has black color on #49AD7E background.


White color preview on #49AD7E background

This text has white color on #49AD7E background.


Related colors

Complementary color

Complementary color for #hex is #B65281.


I love getcolorcode.com

Triadic colors

1 #7E49AD and #AD7E49 with #49AD7E are triadic colors.

2 #7EAD49 and #AD497E with #49AD7E are triadic colors.