COLOR #49A276

HEX: #49A276
RGB: (73,162,118)

Color info

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

RGB color model

#49A276 color RGB value is (73,162,118).

  • red value is 73;
  • green value is 162;
  • blue value is 118.
RGB:
(73,162,118)
(29%,64%,46%)

RGB channels and saturation

R 73 of 255 = 29%
G 162 of 255 = 64%
B 118 of 255 = 46%

73
162
118

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

Portions of RGB colors in percentages

R + G + B =
73 + 162 + 118 = 353 (100%)
R 73 of 353 ~ 20.68%
G 162 of 353 ~ 45.89%
B 118 of 353 ~ 33.43%

%20.68
%45.89
%33.43

CMYK color model

#49A276 color CMYK value is (55,0,27,36).

  • cyan value is 54.94%
  • magenta value is 0.00%
  • yellow value is 27.16%
  • key color value is 36.47%
CMYK:
(55,0,27,36)
C55M0Y27K36 
(55%,0%,27%,36%)
(0.55/0.00/0.27/0.36)	

CMYK percentages

%54.94
%0
%27.16
%36.47

Codes

Color #49A276 in popluar color models

49A276
RGB73162118
HSL150°37.87%46.08%
HSB/HSV150°54.94%63.53%
CMYK54.94%0.00%27.16%
36.47%

Color #49A276 in popluar number systems.

HEX49A276
Decimal73162118
Binary1001001101000101110110
Octal111242166

Shades and tints

Shades of #49A276

#49A276
(73,162,118)
#43946C
(67,148,108)
#3D8662
(61,134,98)
#377858
(55,120,88)
#316A4E
(49,106,78)
#2B5C44
(43,92,68)
#254E3A
(37,78,58)
#1F4030
(31,64,48)
#193226
(25,50,38)
#13241C
(19,36,28)
#0D1612
(13,22,18)
#000000
(0,0,0)

Tints of #49A276

#49A276
(73,162,118)
#59AA82
(89,170,130)
#69B28E
(105,178,142)
#79BA9A
(121,186,154)
#89C2A6
(137,194,166)
#99CAB2
(153,202,178)
#A9D2BE
(169,210,190)
#B9DACA
(185,218,202)
#C9E2D6
(201,226,214)
#D9EAE2
(217,234,226)
#E9F2EE
(233,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49A276 color. Also use rgb(73,162,118) instead hex code.

Text Font Color

.myTextColor { color: #49A276; }

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

This text font color is #49A276.


Background Color

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

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

This div background color is #49A276.


Border color

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

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

This div border color is #49A276.


Opacity

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

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

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

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

This text has shadow with #49A276 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49A276 on black background.


Color preview on white background

This text has color #49A276 on white background.



Black color preview on #49A276 background

This text has black color on #49A276 background.


White color preview on #49A276 background

This text has white color on #49A276 background.