COLOR #49AB7A

HEX: #49AB7A
RGB: (73,171,122)

Color info

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

RGB color model

#49AB7A color RGB value is (73,171,122).

  • red value is 73;
  • green value is 171;
  • blue value is 122.
RGB:
(73,171,122)
(29%,67%,48%)

RGB channels and saturation

R 73 of 255 = 29%
G 171 of 255 = 67%
B 122 of 255 = 48%

73
171
122

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

Portions of RGB colors in percentages

R + G + B =
73 + 171 + 122 = 366 (100%)
R 73 of 366 ~ 19.95%
G 171 of 366 ~ 46.72%
B 122 of 366 ~ 33.33%

%19.95
%46.72
%33.33

CMYK color model

#49AB7A color CMYK value is (57,0,29,33).

  • cyan value is 57.31%
  • magenta value is 0.00%
  • yellow value is 28.65%
  • key color value is 32.94%
CMYK:
(57,0,29,33)
C57M0Y29K33 
(57%,0%,29%,33%)
(0.57/0.00/0.29/0.33)	

CMYK percentages

%57.31
%0
%28.65
%32.94

Codes

Color #49AB7A in popluar color models

49AB7A
RGB73171122
HSL150°40.16%47.84%
HSB/HSV150°57.31%67.06%
CMYK57.31%0.00%28.65%
32.94%

Color #49AB7A in popluar number systems.

HEX49AB7A
Decimal73171122
Binary1001001101010111111010
Octal111253172

Shades and tints

Shades of #49AB7A

#49AB7A
(73,171,122)
#439C6F
(67,156,111)
#3D8D64
(61,141,100)
#377E59
(55,126,89)
#316F4E
(49,111,78)
#2B6043
(43,96,67)
#255138
(37,81,56)
#1F422D
(31,66,45)
#193322
(25,51,34)
#132417
(19,36,23)
#0D150C
(13,21,12)
#000000
(0,0,0)

Tints of #49AB7A

#49AB7A
(73,171,122)
#59B286
(89,178,134)
#69B992
(105,185,146)
#79C09E
(121,192,158)
#89C7AA
(137,199,170)
#99CEB6
(153,206,182)
#A9D5C2
(169,213,194)
#B9DCCE
(185,220,206)
#C9E3DA
(201,227,218)
#D9EAE6
(217,234,230)
#E9F1F2
(233,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49AB7A color. Also use rgb(73,171,122) instead hex code.

Text Font Color

.myTextColor { color: #49AB7A; }

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

This text font color is #49AB7A.


Background Color

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

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

This div background color is #49AB7A.


Border color

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

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

This div border color is #49AB7A.


Opacity

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

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

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

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

This text has shadow with #49AB7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49AB7A on black background.


Color preview on white background

This text has color #49AB7A on white background.



Black color preview on #49AB7A background

This text has black color on #49AB7A background.


White color preview on #49AB7A background

This text has white color on #49AB7A background.