COLOR #49D743

HEX: #49D743
RGB: (73,215,67)

Color info

#49D743 contains mainly green color. Web safe color of #49D743 is #33CC33 (or #3C3).

RGB color model

#49D743 color RGB value is (73,215,67).

  • red value is 73;
  • green value is 215;
  • blue value is 67.
RGB:
(73,215,67)
(29%,84%,26%)

RGB channels and saturation

R 73 of 255 = 29%
G 215 of 255 = 84%
B 67 of 255 = 26%

73
215
67

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

Portions of RGB colors in percentages

R + G + B =
73 + 215 + 67 = 355 (100%)
R 73 of 355 ~ 20.56%
G 215 of 355 ~ 60.56%
B 67 of 355 ~ 18.87%

%20.56
%60.56
%18.87

CMYK color model

#49D743 color CMYK value is (66,0,69,16).

  • cyan value is 66.05%
  • magenta value is 0.00%
  • yellow value is 68.84%
  • key color value is 15.69%
CMYK:
(66,0,69,16)
C66M0Y69K16 
(66%,0%,69%,16%)
(0.66/0.00/0.69/0.16)	

CMYK percentages

%66.05
%0
%68.84
%15.69

Codes

Color #49D743 in popluar color models

49D743
RGB7321567
HSL118°64.91%55.29%
HSB/HSV118°68.84%84.31%
CMYK66.05%0.00%68.84%
15.69%

Color #49D743 in popluar number systems.

HEX49D743
Decimal7321567
Binary1001001110101111000011
Octal111327103

Shades and tints

Shades of #49D743

#49D743
(73,215,67)
#43C43D
(67,196,61)
#3DB137
(61,177,55)
#379E31
(55,158,49)
#318B2B
(49,139,43)
#2B7825
(43,120,37)
#25651F
(37,101,31)
#1F5219
(31,82,25)
#193F13
(25,63,19)
#132C0D
(19,44,13)
#0D1907
(13,25,7)
#000000
(0,0,0)

Tints of #49D743

#49D743
(73,215,67)
#59DA54
(89,218,84)
#69DD65
(105,221,101)
#79E076
(121,224,118)
#89E387
(137,227,135)
#99E698
(153,230,152)
#A9E9A9
(169,233,169)
#B9ECBA
(185,236,186)
#C9EFCB
(201,239,203)
#D9F2DC
(217,242,220)
#E9F5ED
(233,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49D743 color. Also use rgb(73,215,67) instead hex code.

Text Font Color

.myTextColor { color: #49D743; }

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

This text font color is #49D743.


Background Color

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

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

This div background color is #49D743.


Border color

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

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

This div border color is #49D743.


Opacity

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

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

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

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

This text has shadow with #49D743 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49D743 on black background.


Color preview on white background

This text has color #49D743 on white background.



Black color preview on #49D743 background

This text has black color on #49D743 background.


White color preview on #49D743 background

This text has white color on #49D743 background.