COLOR #49C32F

HEX: #49C32F
RGB: (73,195,47)

Color info

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

RGB color model

#49C32F color RGB value is (73,195,47).

  • red value is 73;
  • green value is 195;
  • blue value is 47.
RGB: (73,195,47) (29%,76%,18%)

RGB channels and saturation

R 73 of 255 = 29%
G 195 of 255 = 76%
B 47 of 255 = 18%

73
195
47

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

Portions of RGB colors in percentages

R + G + B =
73 + 195 + 47 = 315 (100%)
R 73 of 315 ~ 23.17%
G 195 of 315 ~ 61.9%
B 47 of 315 ~ 14.92%

%23.17
%61.9
%14.92

CMYK color model

#49C32F color CMYK value is (63,0,76,24).

  • cyan value is 62.56%
  • magenta value is 0.00%
  • yellow value is 75.90%
  • key color value is 23.53%
CMYK: (63,0,76,24) C63M0Y76K24 (63%,0%,76%,24%) (0.63/0.00/0.76/0.24)

CMYK percentages

%62.56
%0
%75.9
%23.53

Codes

Color #49C32F in popluar color models

49C32F
RGB7319547
HSL109°61.16%47.45%
HSB/HSV109°75.90%76.47%
CMYK62.56%0.00%75.90%
23.53%

Color #49C32F in popluar number systems.

HEX49C32F
Decimal7319547
Binary100100111000011101111
Octal11130357

Shades and tints

Shades of #49C32F

#49C32F
(73,195,47)
#43B22B
(67,178,43)
#3DA127
(61,161,39)
#379023
(55,144,35)
#317F1F
(49,127,31)
#2B6E1B
(43,110,27)
#255D17
(37,93,23)
#1F4C13
(31,76,19)
#193B0F
(25,59,15)
#132A0B
(19,42,11)
#0D1907
(13,25,7)
#000000
(0,0,0)

Tints of #49C32F

#49C32F
(73,195,47)
#59C841
(89,200,65)
#69CD53
(105,205,83)
#79D265
(121,210,101)
#89D777
(137,215,119)
#99DC89
(153,220,137)
#A9E19B
(169,225,155)
#B9E6AD
(185,230,173)
#C9EBBF
(201,235,191)
#D9F0D1
(217,240,209)
#E9F5E3
(233,245,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49C32F color. Also use rgb(73,195,47) instead hex code.

Text Font Color

.myTextColor { color: #49C32F; }

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

This text font color is #49C32F.


Background Color

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

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

This div background color is #49C32F.


Border color

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

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

This div border color is #49C32F.


Opacity

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

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

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

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

This text has shadow with #49C32F color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #49C32F on black background.


Color preview on white background

This text has color #49C32F on white background.



Black color preview on #49C32F background

This text has black color on #49C32F background.


White color preview on #49C32F background

This text has white color on #49C32F background.