COLOR #49A586

HEX: #49A586
RGB: (73,165,134)

Color info

#49A586 contains mainly green and blue colors. Web safe color of #49A586 is #339999 (or #399).

RGB color model

#49A586 color RGB value is (73,165,134).

  • red value is 73;
  • green value is 165;
  • blue value is 134.
RGB:
(73,165,134)
(29%,65%,53%)

RGB channels and saturation

R 73 of 255 = 29%
G 165 of 255 = 65%
B 134 of 255 = 53%

73
165
134

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

Portions of RGB colors in percentages

R + G + B =
73 + 165 + 134 = 372 (100%)
R 73 of 372 ~ 19.62%
G 165 of 372 ~ 44.35%
B 134 of 372 ~ 36.02%

%19.62
%44.35
%36.02

CMYK color model

#49A586 color CMYK value is (56,0,19,35).

  • cyan value is 55.76%
  • magenta value is 0.00%
  • yellow value is 18.79%
  • key color value is 35.29%
CMYK:
(56,0,19,35)
C56M0Y19K35 
(56%,0%,19%,35%)
(0.56/0.00/0.19/0.35)	

CMYK percentages

%55.76
%0
%18.79
%35.29

Codes

Color #49A586 in popluar color models

49A586
RGB73165134
HSL160°38.66%46.67%
HSB/HSV160°55.76%64.71%
CMYK55.76%0.00%18.79%
35.29%

Color #49A586 in popluar number systems.

HEX49A586
Decimal73165134
Binary10010011010010110000110
Octal111245206

Shades and tints

Shades of #49A586

#49A586
(73,165,134)
#43967A
(67,150,122)
#3D876E
(61,135,110)
#377862
(55,120,98)
#316956
(49,105,86)
#2B5A4A
(43,90,74)
#254B3E
(37,75,62)
#1F3C32
(31,60,50)
#192D26
(25,45,38)
#131E1A
(19,30,26)
#0D0F0E
(13,15,14)
#000000
(0,0,0)

Tints of #49A586

#49A586
(73,165,134)
#59AD91
(89,173,145)
#69B59C
(105,181,156)
#79BDA7
(121,189,167)
#89C5B2
(137,197,178)
#99CDBD
(153,205,189)
#A9D5C8
(169,213,200)
#B9DDD3
(185,221,211)
#C9E5DE
(201,229,222)
#D9EDE9
(217,237,233)
#E9F5F4
(233,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49A586 color. Also use rgb(73,165,134) instead hex code.

Text Font Color

.myTextColor { color: #49A586; }

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

This text font color is #49A586.


Background Color

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

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

This div background color is #49A586.


Border color

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

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

This div border color is #49A586.


Opacity

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

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

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

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

This text has shadow with #49A586 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49A586 on black background.


Color preview on white background

This text has color #49A586 on white background.



Black color preview on #49A586 background

This text has black color on #49A586 background.


White color preview on #49A586 background

This text has white color on #49A586 background.