COLOR #47A71D

HEX: #47A71D
RGB: (71,167,29)

Color info

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

RGB color model

#47A71D color RGB value is (71,167,29).

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

RGB channels and saturation

R 71 of 255 = 28%
G 167 of 255 = 65%
B 29 of 255 = 11%

71
167
29

R + G + B ~ 35%. #47A71D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 167 + 29 = 267 (100%)
R 71 of 267 ~ 26.59%
G 167 of 267 ~ 62.55%
B 29 of 267 ~ 10.86%

%26.59
%62.55
%10.86

CMYK color model

#47A71D color CMYK value is (57,0,83,35).

  • cyan value is 57.49%
  • magenta value is 0.00%
  • yellow value is 82.63%
  • key color value is 34.51%
CMYK:
(57,0,83,35)
C57M0Y83K35 
(57%,0%,83%,35%)
(0.57/0.00/0.83/0.35)	

CMYK percentages

%57.49
%0
%82.63
%34.51

Codes

Color #47A71D in popluar color models

47A71D
RGB7116729
HSL102°70.41%38.43%
HSB/HSV102°82.63%65.49%
CMYK57.49%0.00%82.63%
34.51%

Color #47A71D in popluar number systems.

HEX47A71D
Decimal7116729
Binary10001111010011111101
Octal10724735

Shades and tints

Shades of #47A71D

#47A71D
(71,167,29)
#41981B
(65,152,27)
#3B8919
(59,137,25)
#357A17
(53,122,23)
#2F6B15
(47,107,21)
#295C13
(41,92,19)
#234D11
(35,77,17)
#1D3E0F
(29,62,15)
#172F0D
(23,47,13)
#11200B
(17,32,11)
#0B1109
(11,17,9)
#000000
(0,0,0)

Tints of #47A71D

#47A71D
(71,167,29)
#57AF31
(87,175,49)
#67B745
(103,183,69)
#77BF59
(119,191,89)
#87C76D
(135,199,109)
#97CF81
(151,207,129)
#A7D795
(167,215,149)
#B7DFA9
(183,223,169)
#C7E7BD
(199,231,189)
#D7EFD1
(215,239,209)
#E7F7E5
(231,247,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #47A71D; }

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

This text font color is #47A71D.


Background Color

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

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

This div background color is #47A71D.


Border color

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

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

This div border color is #47A71D.


Opacity

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

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

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

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

This text has shadow with #47A71D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47A71D on black background.


Color preview on white background

This text has color #47A71D on white background.



Black color preview on #47A71D background

This text has black color on #47A71D background.


White color preview on #47A71D background

This text has white color on #47A71D background.