COLOR #49A96C

HEX: #49A96C
RGB: (73,169,108)

Color info

#49A96C contains mainly green color. Web safe color of #49A96C is #339966 (or #396).

RGB color model

#49A96C color RGB value is (73,169,108).

  • red value is 73;
  • green value is 169;
  • blue value is 108.
RGB:
(73,169,108)
(29%,66%,42%)

RGB channels and saturation

R 73 of 255 = 29%
G 169 of 255 = 66%
B 108 of 255 = 42%

73
169
108

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

Portions of RGB colors in percentages

R + G + B =
73 + 169 + 108 = 350 (100%)
R 73 of 350 ~ 20.86%
G 169 of 350 ~ 48.29%
B 108 of 350 ~ 30.86%

%20.86
%48.29
%30.86

CMYK color model

#49A96C color CMYK value is (57,0,36,34).

  • cyan value is 56.80%
  • magenta value is 0.00%
  • yellow value is 36.09%
  • key color value is 33.73%
CMYK:
(57,0,36,34)
C57M0Y36K34 
(57%,0%,36%,34%)
(0.57/0.00/0.36/0.34)	

CMYK percentages

%56.8
%0
%36.09
%33.73

Codes

Color #49A96C in popluar color models

49A96C
RGB73169108
HSL142°39.67%47.45%
HSB/HSV142°56.80%66.27%
CMYK56.80%0.00%36.09%
33.73%

Color #49A96C in popluar number systems.

HEX49A96C
Decimal73169108
Binary1001001101010011101100
Octal111251154

Shades and tints

Shades of #49A96C

#49A96C
(73,169,108)
#439A63
(67,154,99)
#3D8B5A
(61,139,90)
#377C51
(55,124,81)
#316D48
(49,109,72)
#2B5E3F
(43,94,63)
#254F36
(37,79,54)
#1F402D
(31,64,45)
#193124
(25,49,36)
#13221B
(19,34,27)
#0D1312
(13,19,18)
#000000
(0,0,0)

Tints of #49A96C

#49A96C
(73,169,108)
#59B079
(89,176,121)
#69B786
(105,183,134)
#79BE93
(121,190,147)
#89C5A0
(137,197,160)
#99CCAD
(153,204,173)
#A9D3BA
(169,211,186)
#B9DAC7
(185,218,199)
#C9E1D4
(201,225,212)
#D9E8E1
(217,232,225)
#E9EFEE
(233,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49A96C color. Also use rgb(73,169,108) instead hex code.

Text Font Color

.myTextColor { color: #49A96C; }

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

This text font color is #49A96C.


Background Color

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

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

This div background color is #49A96C.


Border color

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

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

This div border color is #49A96C.


Opacity

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

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

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

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

This text has shadow with #49A96C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49A96C on black background.


Color preview on white background

This text has color #49A96C on white background.



Black color preview on #49A96C background

This text has black color on #49A96C background.


White color preview on #49A96C background

This text has white color on #49A96C background.