COLOR #49A174

HEX: #49A174
RGB: (73,161,116)

Color info

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

RGB color model

#49A174 color RGB value is (73,161,116).

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

RGB channels and saturation

R 73 of 255 = 29%
G 161 of 255 = 63%
B 116 of 255 = 45%

73
161
116

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

Portions of RGB colors in percentages

R + G + B =
73 + 161 + 116 = 350 (100%)
R 73 of 350 ~ 20.86%
G 161 of 350 ~ 46%
B 116 of 350 ~ 33.14%

%20.86
%46
%33.14

CMYK color model

#49A174 color CMYK value is (55,0,28,37).

  • cyan value is 54.66%
  • magenta value is 0.00%
  • yellow value is 27.95%
  • key color value is 36.86%
CMYK:
(55,0,28,37)
C55M0Y28K37 
(55%,0%,28%,37%)
(0.55/0.00/0.28/0.37)	

CMYK percentages

%54.66
%0
%27.95
%36.86

Codes

Color #49A174 in popluar color models

49A174
RGB73161116
HSL149°37.61%45.88%
HSB/HSV149°54.66%63.14%
CMYK54.66%0.00%27.95%
36.86%

Color #49A174 in popluar number systems.

HEX49A174
Decimal73161116
Binary1001001101000011110100
Octal111241164

Shades and tints

Shades of #49A174

#49A174
(73,161,116)
#43936A
(67,147,106)
#3D8560
(61,133,96)
#377756
(55,119,86)
#31694C
(49,105,76)
#2B5B42
(43,91,66)
#254D38
(37,77,56)
#1F3F2E
(31,63,46)
#193124
(25,49,36)
#13231A
(19,35,26)
#0D1510
(13,21,16)
#000000
(0,0,0)

Tints of #49A174

#49A174
(73,161,116)
#59A980
(89,169,128)
#69B18C
(105,177,140)
#79B998
(121,185,152)
#89C1A4
(137,193,164)
#99C9B0
(153,201,176)
#A9D1BC
(169,209,188)
#B9D9C8
(185,217,200)
#C9E1D4
(201,225,212)
#D9E9E0
(217,233,224)
#E9F1EC
(233,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #49A174; }

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

This text font color is #49A174.


Background Color

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

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

This div background color is #49A174.


Border color

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

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

This div border color is #49A174.


Opacity

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

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

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

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

This text has shadow with #49A174 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49A174 on black background.


Color preview on white background

This text has color #49A174 on white background.



Black color preview on #49A174 background

This text has black color on #49A174 background.


White color preview on #49A174 background

This text has white color on #49A174 background.