COLOR #49A78A

HEX: #49A78A
RGB: (73,167,138)

Color info

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

RGB color model

#49A78A color RGB value is (73,167,138).

  • red value is 73;
  • green value is 167;
  • blue value is 138.
RGB:
(73,167,138)
(29%,65%,54%)

RGB channels and saturation

R 73 of 255 = 29%
G 167 of 255 = 65%
B 138 of 255 = 54%

73
167
138

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

Portions of RGB colors in percentages

R + G + B =
73 + 167 + 138 = 378 (100%)
R 73 of 378 ~ 19.31%
G 167 of 378 ~ 44.18%
B 138 of 378 ~ 36.51%

%19.31
%44.18
%36.51

CMYK color model

#49A78A color CMYK value is (56,0,17,35).

  • cyan value is 56.29%
  • magenta value is 0.00%
  • yellow value is 17.37%
  • key color value is 34.51%
CMYK:
(56,0,17,35)
C56M0Y17K35 
(56%,0%,17%,35%)
(0.56/0.00/0.17/0.35)	

CMYK percentages

%56.29
%0
%17.37
%34.51

Codes

Color #49A78A in popluar color models

49A78A
RGB73167138
HSL161°39.17%47.06%
HSB/HSV161°56.29%65.49%
CMYK56.29%0.00%17.37%
34.51%

Color #49A78A in popluar number systems.

HEX49A78A
Decimal73167138
Binary10010011010011110001010
Octal111247212

Shades and tints

Shades of #49A78A

#49A78A
(73,167,138)
#43987E
(67,152,126)
#3D8972
(61,137,114)
#377A66
(55,122,102)
#316B5A
(49,107,90)
#2B5C4E
(43,92,78)
#254D42
(37,77,66)
#1F3E36
(31,62,54)
#192F2A
(25,47,42)
#13201E
(19,32,30)
#0D1112
(13,17,18)
#000000
(0,0,0)

Tints of #49A78A

#49A78A
(73,167,138)
#59AF94
(89,175,148)
#69B79E
(105,183,158)
#79BFA8
(121,191,168)
#89C7B2
(137,199,178)
#99CFBC
(153,207,188)
#A9D7C6
(169,215,198)
#B9DFD0
(185,223,208)
#C9E7DA
(201,231,218)
#D9EFE4
(217,239,228)
#E9F7EE
(233,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49A78A color. Also use rgb(73,167,138) instead hex code.

Text Font Color

.myTextColor { color: #49A78A; }

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

This text font color is #49A78A.


Background Color

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

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

This div background color is #49A78A.


Border color

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

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

This div border color is #49A78A.


Opacity

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

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

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

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

This text has shadow with #49A78A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49A78A on black background.


Color preview on white background

This text has color #49A78A on white background.



Black color preview on #49A78A background

This text has black color on #49A78A background.


White color preview on #49A78A background

This text has white color on #49A78A background.