COLOR #47C64D

HEX: #47C64D
RGB: (71,198,77)

Color info

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

RGB color model

#47C64D color RGB value is (71,198,77).

  • red value is 71;
  • green value is 198;
  • blue value is 77.
RGB:
(71,198,77)
(28%,78%,30%)

RGB channels and saturation

R 71 of 255 = 28%
G 198 of 255 = 78%
B 77 of 255 = 30%

71
198
77

R + G + B ~ 45%. #47C64D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
71 + 198 + 77 = 346 (100%)
R 71 of 346 ~ 20.52%
G 198 of 346 ~ 57.23%
B 77 of 346 ~ 22.25%

%20.52
%57.23
%22.25

CMYK color model

#47C64D color CMYK value is (64,0,61,22).

  • cyan value is 64.14%
  • magenta value is 0.00%
  • yellow value is 61.11%
  • key color value is 22.35%
CMYK:
(64,0,61,22)
C64M0Y61K22 
(64%,0%,61%,22%)
(0.64/0.00/0.61/0.22)	

CMYK percentages

%64.14
%0
%61.11
%22.35

Codes

Color #47C64D in popluar color models

47C64D
RGB7119877
HSL123°52.70%52.75%
HSB/HSV123°64.14%77.65%
CMYK64.14%0.00%61.11%
22.35%

Color #47C64D in popluar number systems.

HEX47C64D
Decimal7119877
Binary1000111110001101001101
Octal107306115

Shades and tints

Shades of #47C64D

#47C64D
(71,198,77)
#41B446
(65,180,70)
#3BA23F
(59,162,63)
#359038
(53,144,56)
#2F7E31
(47,126,49)
#296C2A
(41,108,42)
#235A23
(35,90,35)
#1D481C
(29,72,28)
#173615
(23,54,21)
#11240E
(17,36,14)
#0B1207
(11,18,7)
#000000
(0,0,0)

Tints of #47C64D

#47C64D
(71,198,77)
#57CB5D
(87,203,93)
#67D06D
(103,208,109)
#77D57D
(119,213,125)
#87DA8D
(135,218,141)
#97DF9D
(151,223,157)
#A7E4AD
(167,228,173)
#B7E9BD
(183,233,189)
#C7EECD
(199,238,205)
#D7F3DD
(215,243,221)
#E7F8ED
(231,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47C64D color. Also use rgb(71,198,77) instead hex code.

Text Font Color

.myTextColor { color: #47C64D; }

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

This text font color is #47C64D.


Background Color

.myBgColor { background-color: #47C64D; }

<div style="background-color:#47C64D">Inner text</div>

This div background color is #47C64D.


Border color

.myBorderColor { border: 1px solid #47C64D; }

<div style="border:3px solid #47C64D">Div</div>

This div border color is #47C64D.


Opacity

.myOpacity80 { color: #47C64D; opacity: 0.8; }

<p style="color:#47C64D;opacity:0.8;">80%</p>

Text with #47C64D 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 #47C64D;}

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

This text has shadow with #47C64D color.

.textShadow {text-shadow: 3px 3px 1px #47C64D, 3px 3px 1px red;}

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

This text has shadow with #47C64D primary color and red secondary color.


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

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

This text has shadow with #47C64D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47C64D on black background.


Color preview on white background

This text has color #47C64D on white background.



Black color preview on #47C64D background

This text has black color on #47C64D background.


White color preview on #47C64D background

This text has white color on #47C64D background.