COLOR #49AA9B

HEX: #49AA9B
RGB: (73,170,155)

Color info

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

RGB color model

#49AA9B color RGB value is (73,170,155).

  • red value is 73;
  • green value is 170;
  • blue value is 155.
RGB:
(73,170,155)
(29%,67%,61%)

RGB channels and saturation

R 73 of 255 = 29%
G 170 of 255 = 67%
B 155 of 255 = 61%

73
170
155

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

Portions of RGB colors in percentages

R + G + B =
73 + 170 + 155 = 398 (100%)
R 73 of 398 ~ 18.34%
G 170 of 398 ~ 42.71%
B 155 of 398 ~ 38.94%

%18.34
%42.71
%38.94

CMYK color model

#49AA9B color CMYK value is (57,0,9,33).

  • cyan value is 57.06%
  • magenta value is 0.00%
  • yellow value is 8.82%
  • key color value is 33.33%
CMYK:
(57,0,9,33)
C57M0Y9K33 
(57%,0%,9%,33%)
(0.57/0.00/0.09/0.33)	

CMYK percentages

%57.06
%0
%8.82
%33.33

Codes

Color #49AA9B in popluar color models

49AA9B
RGB73170155
HSL171°39.92%47.65%
HSB/HSV171°57.06%66.67%
CMYK57.06%0.00%8.82%
33.33%

Color #49AA9B in popluar number systems.

HEX49AA9B
Decimal73170155
Binary10010011010101010011011
Octal111252233

Shades and tints

Shades of #49AA9B

#49AA9B
(73,170,155)
#439B8D
(67,155,141)
#3D8C7F
(61,140,127)
#377D71
(55,125,113)
#316E63
(49,110,99)
#2B5F55
(43,95,85)
#255047
(37,80,71)
#1F4139
(31,65,57)
#19322B
(25,50,43)
#13231D
(19,35,29)
#0D140F
(13,20,15)
#000000
(0,0,0)

Tints of #49AA9B

#49AA9B
(73,170,155)
#59B1A4
(89,177,164)
#69B8AD
(105,184,173)
#79BFB6
(121,191,182)
#89C6BF
(137,198,191)
#99CDC8
(153,205,200)
#A9D4D1
(169,212,209)
#B9DBDA
(185,219,218)
#C9E2E3
(201,226,227)
#D9E9EC
(217,233,236)
#E9F0F5
(233,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #49AA9B; }

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

This text font color is #49AA9B.


Background Color

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

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

This div background color is #49AA9B.


Border color

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

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

This div border color is #49AA9B.


Opacity

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

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

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

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

This text has shadow with #49AA9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49AA9B on black background.


Color preview on white background

This text has color #49AA9B on white background.



Black color preview on #49AA9B background

This text has black color on #49AA9B background.


White color preview on #49AA9B background

This text has white color on #49AA9B background.