COLOR #49AB74

HEX: #49AB74
RGB: (73,171,116)

Color info

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

RGB color model

#49AB74 color RGB value is (73,171,116).

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

RGB channels and saturation

R 73 of 255 = 29%
G 171 of 255 = 67%
B 116 of 255 = 45%

73
171
116

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

Portions of RGB colors in percentages

R + G + B =
73 + 171 + 116 = 360 (100%)
R 73 of 360 ~ 20.28%
G 171 of 360 ~ 47.5%
B 116 of 360 ~ 32.22%

%20.28
%47.5
%32.22

CMYK color model

#49AB74 color CMYK value is (57,0,32,33).

  • cyan value is 57.31%
  • magenta value is 0.00%
  • yellow value is 32.16%
  • key color value is 32.94%
CMYK:
(57,0,32,33)
C57M0Y32K33 
(57%,0%,32%,33%)
(0.57/0.00/0.32/0.33)	

CMYK percentages

%57.31
%0
%32.16
%32.94

Codes

Color #49AB74 in popluar color models

49AB74
RGB73171116
HSL146°40.16%47.84%
HSB/HSV146°57.31%67.06%
CMYK57.31%0.00%32.16%
32.94%

Color #49AB74 in popluar number systems.

HEX49AB74
Decimal73171116
Binary1001001101010111110100
Octal111253164

Shades and tints

Shades of #49AB74

#49AB74
(73,171,116)
#439C6A
(67,156,106)
#3D8D60
(61,141,96)
#377E56
(55,126,86)
#316F4C
(49,111,76)
#2B6042
(43,96,66)
#255138
(37,81,56)
#1F422E
(31,66,46)
#193324
(25,51,36)
#13241A
(19,36,26)
#0D1510
(13,21,16)
#000000
(0,0,0)

Tints of #49AB74

#49AB74
(73,171,116)
#59B280
(89,178,128)
#69B98C
(105,185,140)
#79C098
(121,192,152)
#89C7A4
(137,199,164)
#99CEB0
(153,206,176)
#A9D5BC
(169,213,188)
#B9DCC8
(185,220,200)
#C9E3D4
(201,227,212)
#D9EAE0
(217,234,224)
#E9F1EC
(233,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #49AB74; }

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

This text font color is #49AB74.


Background Color

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

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

This div background color is #49AB74.


Border color

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

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

This div border color is #49AB74.


Opacity

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

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

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

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

This text has shadow with #49AB74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49AB74 on black background.


Color preview on white background

This text has color #49AB74 on white background.



Black color preview on #49AB74 background

This text has black color on #49AB74 background.


White color preview on #49AB74 background

This text has white color on #49AB74 background.