COLOR #49C08C

HEX: #49C08C RGB: (73,192,140)

Color info

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

RGB color model

#49C08C color RGB value is (73,192,140).

RGB: (73,192,140) (29%, 75%, 55%)

RGB channels and saturation

R 73 of 255 = 29%
G 192 of 255 = 75%
B 140 of 255 = 55%

73
192
140

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

Portions of RGB colors in percentages

R + G + B = 73 + 192 + 140 = 405 (100%)
R 73 of 405 ~ 18.02%
G 192 of 405 ~ 47.41%
B 140 of 405 ~ 34.57'%

%18.02
%47.41
%34.57

CMYK color model

#49C08C color CMYK value is (62,0,27,25).

  • cyan value is 61.98%
  • magenta value is 0.00%
  • yellow value is 27.08%
  • key color value is 24.71%

CMYK: (62,0,27,25)
C62M0Y27K25 (62%, 0%, 27%, 25%)
(0.62 / 0.00 / 0.27 / 0.25)

CMYK percentages

%61.98
%0
%27.08
%24.71

Codes

Color #49C08C in popluar color models

49 C0 8C
RGB 73 192 140
HSL 154° 48.57% 51.96%
HSB/HSV 154° 61.98% 75.29%
CMYK 61.98% 0.00% 27.08%
24.71%

Color #49C08C in popluar number systems.

HEX 49 C0 8C
Decimal 73 192 140
Binary 1001001 11000000 10001100
Octal 111 300 214

Shades and tints

Shades of #49C08C

#49C08C
(73,192,140)
#43AF80
(67,175,128)
#3D9E74
(61,158,116)
#378D68
(55,141,104)
#317C5C
(49,124,92)
#2B6B50
(43,107,80)
#255A44
(37,90,68)
#1F4938
(31,73,56)
#19382C
(25,56,44)
#132720
(19,39,32)
#0D1614
(13,22,20)
#000000
(0,0,0)

Tints of #49C08C

#49C08C
(73,192,140)
#59C596
(89,197,150)
#69CAA0
(105,202,160)
#79CFAA
(121,207,170)
#89D4B4
(137,212,180)
#99D9BE
(153,217,190)
#A9DEC8
(169,222,200)
#B9E3D2
(185,227,210)
#C9E8DC
(201,232,220)
#D9EDE6
(217,237,230)
#E9F2F0
(233,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #49C08C; }

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

This text font color is #49C08C.

Background Color

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

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

This div background color is #49C08C.

Border color

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

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

This div border color is #49C08C.

Opacity

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

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

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

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

This text has shadow with #49C08C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #49C08C.

Preview

Color preview on black background

This text has color #49C08C on black background.


Color preview on white background

This text has color #49C08C on white background.


Black color preview on #49C08C background

This text has black color on #49C08C background.


White color preview on #49C08C background

This text has white color on #49C08C background.


Related colors

Complementary color

Complementary color for #hex is #B63F73.


I love getcolorcode.com

Triadic colors

1 #8C49C0 and #C08C49 with #49C08C are triadic colors.

2 #8CC049 and #C0498C with #49C08C are triadic colors.