COLOR #49A37B

HEX: #49A37B
RGB: (73,163,123)

Color info

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

RGB color model

#49A37B color RGB value is (73,163,123).

  • red value is 73;
  • green value is 163;
  • blue value is 123.
RGB:
(73,163,123)
(29%,64%,48%)

RGB channels and saturation

R 73 of 255 = 29%
G 163 of 255 = 64%
B 123 of 255 = 48%

73
163
123

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

Portions of RGB colors in percentages

R + G + B =
73 + 163 + 123 = 359 (100%)
R 73 of 359 ~ 20.33%
G 163 of 359 ~ 45.4%
B 123 of 359 ~ 34.26%

%20.33
%45.4
%34.26

CMYK color model

#49A37B color CMYK value is (55,0,25,36).

  • cyan value is 55.21%
  • magenta value is 0.00%
  • yellow value is 24.54%
  • key color value is 36.08%
CMYK:
(55,0,25,36)
C55M0Y25K36 
(55%,0%,25%,36%)
(0.55/0.00/0.25/0.36)	

CMYK percentages

%55.21
%0
%24.54
%36.08

Codes

Color #49A37B in popluar color models

49A37B
RGB73163123
HSL153°38.14%46.27%
HSB/HSV153°55.21%63.92%
CMYK55.21%0.00%24.54%
36.08%

Color #49A37B in popluar number systems.

HEX49A37B
Decimal73163123
Binary1001001101000111111011
Octal111243173

Shades and tints

Shades of #49A37B

#49A37B
(73,163,123)
#439570
(67,149,112)
#3D8765
(61,135,101)
#37795A
(55,121,90)
#316B4F
(49,107,79)
#2B5D44
(43,93,68)
#254F39
(37,79,57)
#1F412E
(31,65,46)
#193323
(25,51,35)
#132518
(19,37,24)
#0D170D
(13,23,13)
#000000
(0,0,0)

Tints of #49A37B

#49A37B
(73,163,123)
#59AB87
(89,171,135)
#69B393
(105,179,147)
#79BB9F
(121,187,159)
#89C3AB
(137,195,171)
#99CBB7
(153,203,183)
#A9D3C3
(169,211,195)
#B9DBCF
(185,219,207)
#C9E3DB
(201,227,219)
#D9EBE7
(217,235,231)
#E9F3F3
(233,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49A37B color. Also use rgb(73,163,123) instead hex code.

Text Font Color

.myTextColor { color: #49A37B; }

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

This text font color is #49A37B.


Background Color

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

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

This div background color is #49A37B.


Border color

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

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

This div border color is #49A37B.


Opacity

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

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

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

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

This text has shadow with #49A37B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49A37B on black background.


Color preview on white background

This text has color #49A37B on white background.



Black color preview on #49A37B background

This text has black color on #49A37B background.


White color preview on #49A37B background

This text has white color on #49A37B background.