COLOR #49A688

HEX: #49A688
RGB: (73,166,136)

Color info

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

RGB color model

#49A688 color RGB value is (73,166,136).

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

RGB channels and saturation

R 73 of 255 = 29%
G 166 of 255 = 65%
B 136 of 255 = 53%

73
166
136

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

Portions of RGB colors in percentages

R + G + B =
73 + 166 + 136 = 375 (100%)
R 73 of 375 ~ 19.47%
G 166 of 375 ~ 44.27%
B 136 of 375 ~ 36.27%

%19.47
%44.27
%36.27

CMYK color model

#49A688 color CMYK value is (56,0,18,35).

  • cyan value is 56.02%
  • magenta value is 0.00%
  • yellow value is 18.07%
  • key color value is 34.90%
CMYK:
(56,0,18,35)
C56M0Y18K35 
(56%,0%,18%,35%)
(0.56/0.00/0.18/0.35)	

CMYK percentages

%56.02
%0
%18.07
%34.9

Codes

Color #49A688 in popluar color models

49A688
RGB73166136
HSL161°38.91%46.86%
HSB/HSV161°56.02%65.10%
CMYK56.02%0.00%18.07%
34.90%

Color #49A688 in popluar number systems.

HEX49A688
Decimal73166136
Binary10010011010011010001000
Octal111246210

Shades and tints

Shades of #49A688

#49A688
(73,166,136)
#43977C
(67,151,124)
#3D8870
(61,136,112)
#377964
(55,121,100)
#316A58
(49,106,88)
#2B5B4C
(43,91,76)
#254C40
(37,76,64)
#1F3D34
(31,61,52)
#192E28
(25,46,40)
#131F1C
(19,31,28)
#0D1010
(13,16,16)
#000000
(0,0,0)

Tints of #49A688

#49A688
(73,166,136)
#59AE92
(89,174,146)
#69B69C
(105,182,156)
#79BEA6
(121,190,166)
#89C6B0
(137,198,176)
#99CEBA
(153,206,186)
#A9D6C4
(169,214,196)
#B9DECE
(185,222,206)
#C9E6D8
(201,230,216)
#D9EEE2
(217,238,226)
#E9F6EC
(233,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49A688 color. Also use rgb(73,166,136) instead hex code.

Text Font Color

.myTextColor { color: #49A688; }

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

This text font color is #49A688.


Background Color

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

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

This div background color is #49A688.


Border color

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

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

This div border color is #49A688.


Opacity

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

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

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

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

This text has shadow with #49A688 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49A688 on black background.


Color preview on white background

This text has color #49A688 on white background.



Black color preview on #49A688 background

This text has black color on #49A688 background.


White color preview on #49A688 background

This text has white color on #49A688 background.