COLOR #49A69E

HEX: #49A69E
RGB: (73,166,158)

Color info

#49A69E contains mainly green and blue colors. Web safe color of #49A69E is #339999 (or #399).

RGB color model

#49A69E color RGB value is (73,166,158).

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

RGB channels and saturation

R 73 of 255 = 29%
G 166 of 255 = 65%
B 158 of 255 = 62%

73
166
158

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

Portions of RGB colors in percentages

R + G + B =
73 + 166 + 158 = 397 (100%)
R 73 of 397 ~ 18.39%
G 166 of 397 ~ 41.81%
B 158 of 397 ~ 39.8%

%18.39
%41.81
%39.8

CMYK color model

#49A69E color CMYK value is (56,0,5,35).

  • cyan value is 56.02%
  • magenta value is 0.00%
  • yellow value is 4.82%
  • key color value is 34.90%
CMYK:
(56,0,5,35)
C56M0Y5K35 
(56%,0%,5%,35%)
(0.56/0.00/0.05/0.35)	

CMYK percentages

%56.02
%0
%4.82
%34.9

Codes

Color #49A69E in popluar color models

49A69E
RGB73166158
HSL175°38.91%46.86%
HSB/HSV175°56.02%65.10%
CMYK56.02%0.00%4.82%
34.90%

Color #49A69E in popluar number systems.

HEX49A69E
Decimal73166158
Binary10010011010011010011110
Octal111246236

Shades and tints

Shades of #49A69E

#49A69E
(73,166,158)
#439790
(67,151,144)
#3D8882
(61,136,130)
#377974
(55,121,116)
#316A66
(49,106,102)
#2B5B58
(43,91,88)
#254C4A
(37,76,74)
#1F3D3C
(31,61,60)
#192E2E
(25,46,46)
#131F20
(19,31,32)
#0D1012
(13,16,18)
#000000
(0,0,0)

Tints of #49A69E

#49A69E
(73,166,158)
#59AEA6
(89,174,166)
#69B6AE
(105,182,174)
#79BEB6
(121,190,182)
#89C6BE
(137,198,190)
#99CEC6
(153,206,198)
#A9D6CE
(169,214,206)
#B9DED6
(185,222,214)
#C9E6DE
(201,230,222)
#D9EEE6
(217,238,230)
#E9F6EE
(233,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49A69E color. Also use rgb(73,166,158) instead hex code.

Text Font Color

.myTextColor { color: #49A69E; }

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

This text font color is #49A69E.


Background Color

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

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

This div background color is #49A69E.


Border color

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

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

This div border color is #49A69E.


Opacity

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

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

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

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

This text has shadow with #49A69E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49A69E on black background.


Color preview on white background

This text has color #49A69E on white background.



Black color preview on #49A69E background

This text has black color on #49A69E background.


White color preview on #49A69E background

This text has white color on #49A69E background.