COLOR #49D69D

HEX: #49D69D RGB: (73,214,157)

Color info

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

RGB color model

#49D69D color RGB value is (73,214,157).

RGB: (73,214,157) (29%, 84%, 62%)

RGB channels and saturation

R 73 of 255 = 29%
G 214 of 255 = 84%
B 157 of 255 = 62%

73
214
157

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

Portions of RGB colors in percentages

R + G + B = 73 + 214 + 157 = 444 (100%)
R 73 of 444 ~ 16.44%
G 214 of 444 ~ 48.2%
B 157 of 444 ~ 35.36'%

%16.44
%48.2
%35.36

CMYK color model

#49D69D color CMYK value is (66,0,27,16).

  • cyan value is 65.89%
  • magenta value is 0.00%
  • yellow value is 26.64%
  • key color value is 16.08%

CMYK: (66,0,27,16)
C66M0Y27K16 (66%, 0%, 27%, 16%)
(0.66 / 0.00 / 0.27 / 0.16)

CMYK percentages

%65.89
%0
%26.64
%16.08

Codes

Color #49D69D in popluar color models

49 D6 9D
RGB 73 214 157
HSL 156° 63.23% 56.27%
HSB/HSV 156° 65.89% 83.92%
CMYK 65.89% 0.00% 26.64%
16.08%

Color #49D69D in popluar number systems.

HEX 49 D6 9D
Decimal 73 214 157
Binary 1001001 11010110 10011101
Octal 111 326 235

Shades and tints

Shades of #49D69D

#49D69D
(73,214,157)
#43C38F
(67,195,143)
#3DB081
(61,176,129)
#379D73
(55,157,115)
#318A65
(49,138,101)
#2B7757
(43,119,87)
#256449
(37,100,73)
#1F513B
(31,81,59)
#193E2D
(25,62,45)
#132B1F
(19,43,31)
#0D1811
(13,24,17)
#000000
(0,0,0)

Tints of #49D69D

#49D69D
(73,214,157)
#59D9A5
(89,217,165)
#69DCAD
(105,220,173)
#79DFB5
(121,223,181)
#89E2BD
(137,226,189)
#99E5C5
(153,229,197)
#A9E8CD
(169,232,205)
#B9EBD5
(185,235,213)
#C9EEDD
(201,238,221)
#D9F1E5
(217,241,229)
#E9F4ED
(233,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49D69D color. Also use rgb(73,214,157) instead hex code.

Text Font Color

.myTextColor { color: #49D69D; }

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

This text font color is #49D69D.

Background Color

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

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

This div background color is #49D69D.

Border color

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

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

This div border color is #49D69D.

Opacity

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

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

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

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

This text has shadow with #49D69D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #49D69D.

Preview

Color preview on black background

This text has color #49D69D on black background.


Color preview on white background

This text has color #49D69D on white background.


Black color preview on #49D69D background

This text has black color on #49D69D background.


White color preview on #49D69D background

This text has white color on #49D69D background.


Related colors

Complementary color

Complementary color for #hex is #B62962.


I love getcolorcode.com

Triadic colors

1 #9D49D6 and #D69D49 with #49D69D are triadic colors.

2 #9DD649 and #D6499D with #49D69D are triadic colors.