COLOR #47A72E

HEX: #47A72E
RGB: (71,167,46)

Color info

#47A72E contains mainly green color. Web safe color of #47A72E is #339933 (or #393).

RGB color model

#47A72E color RGB value is (71,167,46).

  • red value is 71;
  • green value is 167;
  • blue value is 46.
RGB:
(71,167,46)
(28%,65%,18%)

RGB channels and saturation

R 71 of 255 = 28%
G 167 of 255 = 65%
B 46 of 255 = 18%

71
167
46

R + G + B ~ 37%. #47A72E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 167 + 46 = 284 (100%)
R 71 of 284 ~ 25%
G 167 of 284 ~ 58.8%
B 46 of 284 ~ 16.2%

%25
%58.8
%16.2

CMYK color model

#47A72E color CMYK value is (57,0,72,35).

  • cyan value is 57.49%
  • magenta value is 0.00%
  • yellow value is 72.46%
  • key color value is 34.51%
CMYK:
(57,0,72,35)
C57M0Y72K35 
(57%,0%,72%,35%)
(0.57/0.00/0.72/0.35)	

CMYK percentages

%57.49
%0
%72.46
%34.51

Codes

Color #47A72E in popluar color models

47A72E
RGB7116746
HSL108°56.81%41.76%
HSB/HSV108°72.46%65.49%
CMYK57.49%0.00%72.46%
34.51%

Color #47A72E in popluar number systems.

HEX47A72E
Decimal7116746
Binary100011110100111101110
Octal10724756

Shades and tints

Shades of #47A72E

#47A72E
(71,167,46)
#41982A
(65,152,42)
#3B8926
(59,137,38)
#357A22
(53,122,34)
#2F6B1E
(47,107,30)
#295C1A
(41,92,26)
#234D16
(35,77,22)
#1D3E12
(29,62,18)
#172F0E
(23,47,14)
#11200A
(17,32,10)
#0B1106
(11,17,6)
#000000
(0,0,0)

Tints of #47A72E

#47A72E
(71,167,46)
#57AF41
(87,175,65)
#67B754
(103,183,84)
#77BF67
(119,191,103)
#87C77A
(135,199,122)
#97CF8D
(151,207,141)
#A7D7A0
(167,215,160)
#B7DFB3
(183,223,179)
#C7E7C6
(199,231,198)
#D7EFD9
(215,239,217)
#E7F7EC
(231,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47A72E color. Also use rgb(71,167,46) instead hex code.

Text Font Color

.myTextColor { color: #47A72E; }

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

This text font color is #47A72E.


Background Color

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

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

This div background color is #47A72E.


Border color

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

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

This div border color is #47A72E.


Opacity

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

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

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

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

This text has shadow with #47A72E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47A72E on black background.


Color preview on white background

This text has color #47A72E on white background.



Black color preview on #47A72E background

This text has black color on #47A72E background.


White color preview on #47A72E background

This text has white color on #47A72E background.