COLOR #47A243

HEX: #47A243
RGB: (71,162,67)

Color info

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

RGB color model

#47A243 color RGB value is (71,162,67).

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

RGB channels and saturation

R 71 of 255 = 28%
G 162 of 255 = 64%
B 67 of 255 = 26%

71
162
67

R + G + B ~ 39%. #47A243 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 162 + 67 = 300 (100%)
R 71 of 300 ~ 23.67%
G 162 of 300 ~ 54%
B 67 of 300 ~ 22.33%

%23.67
%54
%22.33

CMYK color model

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

  • cyan value is 56.17%
  • magenta value is 0.00%
  • yellow value is 58.64%
  • key color value is 36.47%
CMYK:
(56,0,59,36)
C56M0Y59K36 
(56%,0%,59%,36%)
(0.56/0.00/0.59/0.36)	

CMYK percentages

%56.17
%0
%58.64
%36.47

Codes

Color #47A243 in popluar color models

47A243
RGB7116267
HSL117°41.48%44.90%
HSB/HSV117°58.64%63.53%
CMYK56.17%0.00%58.64%
36.47%

Color #47A243 in popluar number systems.

HEX47A243
Decimal7116267
Binary1000111101000101000011
Octal107242103

Shades and tints

Shades of #47A243

#47A243
(71,162,67)
#41943D
(65,148,61)
#3B8637
(59,134,55)
#357831
(53,120,49)
#2F6A2B
(47,106,43)
#295C25
(41,92,37)
#234E1F
(35,78,31)
#1D4019
(29,64,25)
#173213
(23,50,19)
#11240D
(17,36,13)
#0B1607
(11,22,7)
#000000
(0,0,0)

Tints of #47A243

#47A243
(71,162,67)
#57AA54
(87,170,84)
#67B265
(103,178,101)
#77BA76
(119,186,118)
#87C287
(135,194,135)
#97CA98
(151,202,152)
#A7D2A9
(167,210,169)
#B7DABA
(183,218,186)
#C7E2CB
(199,226,203)
#D7EADC
(215,234,220)
#E7F2ED
(231,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #47A243; }

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

This text font color is #47A243.


Background Color

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

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

This div background color is #47A243.


Border color

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

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

This div border color is #47A243.


Opacity

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

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

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

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

This text has shadow with #47A243 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47A243 on black background.


Color preview on white background

This text has color #47A243 on white background.



Black color preview on #47A243 background

This text has black color on #47A243 background.


White color preview on #47A243 background

This text has white color on #47A243 background.