COLOR #49CD8C

HEX: #49CD8C
RGB: (73,205,140)

Color info

#49CD8C contains mainly green color. Web safe color of #49CD8C is #33CC99 (or #3C9).

RGB color model

#49CD8C color RGB value is (73,205,140).

  • red value is 73;
  • green value is 205;
  • blue value is 140.
RGB:
(73,205,140)
(29%,80%,55%)

RGB channels and saturation

R 73 of 255 = 29%
G 205 of 255 = 80%
B 140 of 255 = 55%

73
205
140

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

Portions of RGB colors in percentages

R + G + B =
73 + 205 + 140 = 418 (100%)
R 73 of 418 ~ 17.46%
G 205 of 418 ~ 49.04%
B 140 of 418 ~ 33.49%

%17.46
%49.04
%33.49

CMYK color model

#49CD8C color CMYK value is (64,0,32,20).

  • cyan value is 64.39%
  • magenta value is 0.00%
  • yellow value is 31.71%
  • key color value is 19.61%
CMYK:
(64,0,32,20)
C64M0Y32K20 
(64%,0%,32%,20%)
(0.64/0.00/0.32/0.20)	

CMYK percentages

%64.39
%0
%31.71
%19.61

Codes

Color #49CD8C in popluar color models

49CD8C
RGB73205140
HSL150°56.90%54.51%
HSB/HSV150°64.39%80.39%
CMYK64.39%0.00%31.71%
19.61%

Color #49CD8C in popluar number systems.

HEX49CD8C
Decimal73205140
Binary10010011100110110001100
Octal111315214

Shades and tints

Shades of #49CD8C

#49CD8C
(73,205,140)
#43BB80
(67,187,128)
#3DA974
(61,169,116)
#379768
(55,151,104)
#31855C
(49,133,92)
#2B7350
(43,115,80)
#256144
(37,97,68)
#1F4F38
(31,79,56)
#193D2C
(25,61,44)
#132B20
(19,43,32)
#0D1914
(13,25,20)
#000000
(0,0,0)

Tints of #49CD8C

#49CD8C
(73,205,140)
#59D196
(89,209,150)
#69D5A0
(105,213,160)
#79D9AA
(121,217,170)
#89DDB4
(137,221,180)
#99E1BE
(153,225,190)
#A9E5C8
(169,229,200)
#B9E9D2
(185,233,210)
#C9EDDC
(201,237,220)
#D9F1E6
(217,241,230)
#E9F5F0
(233,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49CD8C color. Also use rgb(73,205,140) instead hex code.

Text Font Color

.myTextColor { color: #49CD8C; }

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

This text font color is #49CD8C.


Background Color

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

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

This div background color is #49CD8C.


Border color

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

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

This div border color is #49CD8C.


Opacity

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

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

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

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

This text has shadow with #49CD8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49CD8C on black background.


Color preview on white background

This text has color #49CD8C on white background.



Black color preview on #49CD8C background

This text has black color on #49CD8C background.


White color preview on #49CD8C background

This text has white color on #49CD8C background.