COLOR #49A3A0

HEX: #49A3A0
RGB: (73,163,160)

Color info

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

RGB color model

#49A3A0 color RGB value is (73,163,160).

  • red value is 73;
  • green value is 163;
  • blue value is 160.
RGB:
(73,163,160)
(29%,64%,63%)

RGB channels and saturation

R 73 of 255 = 29%
G 163 of 255 = 64%
B 160 of 255 = 63%

73
163
160

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

Portions of RGB colors in percentages

R + G + B =
73 + 163 + 160 = 396 (100%)
R 73 of 396 ~ 18.43%
G 163 of 396 ~ 41.16%
B 160 of 396 ~ 40.4%

%18.43
%41.16
%40.4

CMYK color model

#49A3A0 color CMYK value is (55,0,2,36).

  • cyan value is 55.21%
  • magenta value is 0.00%
  • yellow value is 1.84%
  • key color value is 36.08%
CMYK:
(55,0,2,36)
C55M0Y2K36 
(55%,0%,2%,36%)
(0.55/0.00/0.02/0.36)	

CMYK percentages

%55.21
%0
%1.84
%36.08

Codes

Color #49A3A0 in popluar color models

49A3A0
RGB73163160
HSL178°38.14%46.27%
HSB/HSV178°55.21%63.92%
CMYK55.21%0.00%1.84%
36.08%

Color #49A3A0 in popluar number systems.

HEX49A3A0
Decimal73163160
Binary10010011010001110100000
Octal111243240

Shades and tints

Shades of #49A3A0

#49A3A0
(73,163,160)
#439592
(67,149,146)
#3D8784
(61,135,132)
#377976
(55,121,118)
#316B68
(49,107,104)
#2B5D5A
(43,93,90)
#254F4C
(37,79,76)
#1F413E
(31,65,62)
#193330
(25,51,48)
#132522
(19,37,34)
#0D1714
(13,23,20)
#000000
(0,0,0)

Tints of #49A3A0

#49A3A0
(73,163,160)
#59ABA8
(89,171,168)
#69B3B0
(105,179,176)
#79BBB8
(121,187,184)
#89C3C0
(137,195,192)
#99CBC8
(153,203,200)
#A9D3D0
(169,211,208)
#B9DBD8
(185,219,216)
#C9E3E0
(201,227,224)
#D9EBE8
(217,235,232)
#E9F3F0
(233,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49A3A0 color. Also use rgb(73,163,160) instead hex code.

Text Font Color

.myTextColor { color: #49A3A0; }

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

This text font color is #49A3A0.


Background Color

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

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

This div background color is #49A3A0.


Border color

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

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

This div border color is #49A3A0.


Opacity

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

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

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

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

This text has shadow with #49A3A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49A3A0 on black background.


Color preview on white background

This text has color #49A3A0 on white background.



Black color preview on #49A3A0 background

This text has black color on #49A3A0 background.


White color preview on #49A3A0 background

This text has white color on #49A3A0 background.