COLOR #47A256

HEX: #47A256
RGB: (71,162,86)

Color info

#47A256 contains mainly green color. Web safe color of #47A256 is #339966 (or #396).

RGB color model

#47A256 color RGB value is (71,162,86).

  • red value is 71;
  • green value is 162;
  • blue value is 86.
RGB:
(71,162,86)
(28%,64%,34%)

RGB channels and saturation

R 71 of 255 = 28%
G 162 of 255 = 64%
B 86 of 255 = 34%

71
162
86

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

Portions of RGB colors in percentages

R + G + B =
71 + 162 + 86 = 319 (100%)
R 71 of 319 ~ 22.26%
G 162 of 319 ~ 50.78%
B 86 of 319 ~ 26.96%

%22.26
%50.78
%26.96

CMYK color model

#47A256 color CMYK value is (56,0,47,36).

  • cyan value is 56.17%
  • magenta value is 0.00%
  • yellow value is 46.91%
  • key color value is 36.47%
CMYK:
(56,0,47,36)
C56M0Y47K36 
(56%,0%,47%,36%)
(0.56/0.00/0.47/0.36)	

CMYK percentages

%56.17
%0
%46.91
%36.47

Codes

Color #47A256 in popluar color models

47A256
RGB7116286
HSL130°39.06%45.69%
HSB/HSV130°56.17%63.53%
CMYK56.17%0.00%46.91%
36.47%

Color #47A256 in popluar number systems.

HEX47A256
Decimal7116286
Binary1000111101000101010110
Octal107242126

Shades and tints

Shades of #47A256

#47A256
(71,162,86)
#41944F
(65,148,79)
#3B8648
(59,134,72)
#357841
(53,120,65)
#2F6A3A
(47,106,58)
#295C33
(41,92,51)
#234E2C
(35,78,44)
#1D4025
(29,64,37)
#17321E
(23,50,30)
#112417
(17,36,23)
#0B1610
(11,22,16)
#000000
(0,0,0)

Tints of #47A256

#47A256
(71,162,86)
#57AA65
(87,170,101)
#67B274
(103,178,116)
#77BA83
(119,186,131)
#87C292
(135,194,146)
#97CAA1
(151,202,161)
#A7D2B0
(167,210,176)
#B7DABF
(183,218,191)
#C7E2CE
(199,226,206)
#D7EADD
(215,234,221)
#E7F2EC
(231,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47A256 color. Also use rgb(71,162,86) instead hex code.

Text Font Color

.myTextColor { color: #47A256; }

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

This text font color is #47A256.


Background Color

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

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

This div background color is #47A256.


Border color

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

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

This div border color is #47A256.


Opacity

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

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

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

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

This text has shadow with #47A256 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47A256 on black background.


Color preview on white background

This text has color #47A256 on white background.



Black color preview on #47A256 background

This text has black color on #47A256 background.


White color preview on #47A256 background

This text has white color on #47A256 background.