COLOR #49A166

HEX: #49A166
RGB: (73,161,102)

Color info

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

RGB color model

#49A166 color RGB value is (73,161,102).

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

RGB channels and saturation

R 73 of 255 = 29%
G 161 of 255 = 63%
B 102 of 255 = 40%

73
161
102

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

Portions of RGB colors in percentages

R + G + B =
73 + 161 + 102 = 336 (100%)
R 73 of 336 ~ 21.73%
G 161 of 336 ~ 47.92%
B 102 of 336 ~ 30.36%

%21.73
%47.92
%30.36

CMYK color model

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

  • cyan value is 54.66%
  • magenta value is 0.00%
  • yellow value is 36.65%
  • key color value is 36.86%
CMYK:
(55,0,37,37)
C55M0Y37K37 
(55%,0%,37%,37%)
(0.55/0.00/0.37/0.37)	

CMYK percentages

%54.66
%0
%36.65
%36.86

Codes

Color #49A166 in popluar color models

49A166
RGB73161102
HSL140°37.61%45.88%
HSB/HSV140°54.66%63.14%
CMYK54.66%0.00%36.65%
36.86%

Color #49A166 in popluar number systems.

HEX49A166
Decimal73161102
Binary1001001101000011100110
Octal111241146

Shades and tints

Shades of #49A166

#49A166
(73,161,102)
#43935D
(67,147,93)
#3D8554
(61,133,84)
#37774B
(55,119,75)
#316942
(49,105,66)
#2B5B39
(43,91,57)
#254D30
(37,77,48)
#1F3F27
(31,63,39)
#19311E
(25,49,30)
#132315
(19,35,21)
#0D150C
(13,21,12)
#000000
(0,0,0)

Tints of #49A166

#49A166
(73,161,102)
#59A973
(89,169,115)
#69B180
(105,177,128)
#79B98D
(121,185,141)
#89C19A
(137,193,154)
#99C9A7
(153,201,167)
#A9D1B4
(169,209,180)
#B9D9C1
(185,217,193)
#C9E1CE
(201,225,206)
#D9E9DB
(217,233,219)
#E9F1E8
(233,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #49A166; }

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

This text font color is #49A166.


Background Color

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

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

This div background color is #49A166.


Border color

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

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

This div border color is #49A166.


Opacity

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

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

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

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

This text has shadow with #49A166 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49A166 on black background.


Color preview on white background

This text has color #49A166 on white background.



Black color preview on #49A166 background

This text has black color on #49A166 background.


White color preview on #49A166 background

This text has white color on #49A166 background.