COLOR #49A699

HEX: #49A699
RGB: (73,166,153)

Color info

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

RGB color model

#49A699 color RGB value is (73,166,153).

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

RGB channels and saturation

R 73 of 255 = 29%
G 166 of 255 = 65%
B 153 of 255 = 60%

73
166
153

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

Portions of RGB colors in percentages

R + G + B =
73 + 166 + 153 = 392 (100%)
R 73 of 392 ~ 18.62%
G 166 of 392 ~ 42.35%
B 153 of 392 ~ 39.03%

%18.62
%42.35
%39.03

CMYK color model

#49A699 color CMYK value is (56,0,8,35).

  • cyan value is 56.02%
  • magenta value is 0.00%
  • yellow value is 7.83%
  • key color value is 34.90%
CMYK:
(56,0,8,35)
C56M0Y8K35 
(56%,0%,8%,35%)
(0.56/0.00/0.08/0.35)	

CMYK percentages

%56.02
%0
%7.83
%34.9

Codes

Color #49A699 in popluar color models

49A699
RGB73166153
HSL172°38.91%46.86%
HSB/HSV172°56.02%65.10%
CMYK56.02%0.00%7.83%
34.90%

Color #49A699 in popluar number systems.

HEX49A699
Decimal73166153
Binary10010011010011010011001
Octal111246231

Shades and tints

Shades of #49A699

#49A699
(73,166,153)
#43978C
(67,151,140)
#3D887F
(61,136,127)
#377972
(55,121,114)
#316A65
(49,106,101)
#2B5B58
(43,91,88)
#254C4B
(37,76,75)
#1F3D3E
(31,61,62)
#192E31
(25,46,49)
#131F24
(19,31,36)
#0D1017
(13,16,23)
#000000
(0,0,0)

Tints of #49A699

#49A699
(73,166,153)
#59AEA2
(89,174,162)
#69B6AB
(105,182,171)
#79BEB4
(121,190,180)
#89C6BD
(137,198,189)
#99CEC6
(153,206,198)
#A9D6CF
(169,214,207)
#B9DED8
(185,222,216)
#C9E6E1
(201,230,225)
#D9EEEA
(217,238,234)
#E9F6F3
(233,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #49A699; }

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

This text font color is #49A699.


Background Color

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

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

This div background color is #49A699.


Border color

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

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

This div border color is #49A699.


Opacity

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

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

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

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

This text has shadow with #49A699 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49A699 on black background.


Color preview on white background

This text has color #49A699 on white background.



Black color preview on #49A699 background

This text has black color on #49A699 background.


White color preview on #49A699 background

This text has white color on #49A699 background.