COLOR #49CA94

HEX: #49CA94
RGB: (73,202,148)

Color info

#49CA94 contains mainly green and blue colors. Web safe color of #49CA94 is #33CC99 (or #3C9).

RGB color model

#49CA94 color RGB value is (73,202,148).

  • red value is 73;
  • green value is 202;
  • blue value is 148.
RGB:
(73,202,148)
(29%,79%,58%)

RGB channels and saturation

R 73 of 255 = 29%
G 202 of 255 = 79%
B 148 of 255 = 58%

73
202
148

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

Portions of RGB colors in percentages

R + G + B =
73 + 202 + 148 = 423 (100%)
R 73 of 423 ~ 17.26%
G 202 of 423 ~ 47.75%
B 148 of 423 ~ 34.99%

%17.26
%47.75
%34.99

CMYK color model

#49CA94 color CMYK value is (64,0,27,21).

  • cyan value is 63.86%
  • magenta value is 0.00%
  • yellow value is 26.73%
  • key color value is 20.78%
CMYK:
(64,0,27,21)
C64M0Y27K21 
(64%,0%,27%,21%)
(0.64/0.00/0.27/0.21)	

CMYK percentages

%63.86
%0
%26.73
%20.78

Codes

Color #49CA94 in popluar color models

49CA94
RGB73202148
HSL155°54.89%53.92%
HSB/HSV155°63.86%79.22%
CMYK63.86%0.00%26.73%
20.78%

Color #49CA94 in popluar number systems.

HEX49CA94
Decimal73202148
Binary10010011100101010010100
Octal111312224

Shades and tints

Shades of #49CA94

#49CA94
(73,202,148)
#43B887
(67,184,135)
#3DA67A
(61,166,122)
#37946D
(55,148,109)
#318260
(49,130,96)
#2B7053
(43,112,83)
#255E46
(37,94,70)
#1F4C39
(31,76,57)
#193A2C
(25,58,44)
#13281F
(19,40,31)
#0D1612
(13,22,18)
#000000
(0,0,0)

Tints of #49CA94

#49CA94
(73,202,148)
#59CE9D
(89,206,157)
#69D2A6
(105,210,166)
#79D6AF
(121,214,175)
#89DAB8
(137,218,184)
#99DEC1
(153,222,193)
#A9E2CA
(169,226,202)
#B9E6D3
(185,230,211)
#C9EADC
(201,234,220)
#D9EEE5
(217,238,229)
#E9F2EE
(233,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49CA94 color. Also use rgb(73,202,148) instead hex code.

Text Font Color

.myTextColor { color: #49CA94; }

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

This text font color is #49CA94.


Background Color

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

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

This div background color is #49CA94.


Border color

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

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

This div border color is #49CA94.


Opacity

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

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

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

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

This text has shadow with #49CA94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49CA94 on black background.


Color preview on white background

This text has color #49CA94 on white background.



Black color preview on #49CA94 background

This text has black color on #49CA94 background.


White color preview on #49CA94 background

This text has white color on #49CA94 background.