COLOR #47A981

HEX: #47A981
RGB: (71,169,129)

Color info

#47A981 contains mainly green and blue colors. Web safe color of #47A981 is #339999 (or #399).

RGB color model

#47A981 color RGB value is (71,169,129).

  • red value is 71;
  • green value is 169;
  • blue value is 129.
RGB:
(71,169,129)
(28%,66%,51%)

RGB channels and saturation

R 71 of 255 = 28%
G 169 of 255 = 66%
B 129 of 255 = 51%

71
169
129

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

Portions of RGB colors in percentages

R + G + B =
71 + 169 + 129 = 369 (100%)
R 71 of 369 ~ 19.24%
G 169 of 369 ~ 45.8%
B 129 of 369 ~ 34.96%

%19.24
%45.8
%34.96

CMYK color model

#47A981 color CMYK value is (58,0,24,34).

  • cyan value is 57.99%
  • magenta value is 0.00%
  • yellow value is 23.67%
  • key color value is 33.73%
CMYK:
(58,0,24,34)
C58M0Y24K34 
(58%,0%,24%,34%)
(0.58/0.00/0.24/0.34)	

CMYK percentages

%57.99
%0
%23.67
%33.73

Codes

Color #47A981 in popluar color models

47A981
RGB71169129
HSL156°40.83%47.06%
HSB/HSV156°57.99%66.27%
CMYK57.99%0.00%23.67%
33.73%

Color #47A981 in popluar number systems.

HEX47A981
Decimal71169129
Binary10001111010100110000001
Octal107251201

Shades and tints

Shades of #47A981

#47A981
(71,169,129)
#419A76
(65,154,118)
#3B8B6B
(59,139,107)
#357C60
(53,124,96)
#2F6D55
(47,109,85)
#295E4A
(41,94,74)
#234F3F
(35,79,63)
#1D4034
(29,64,52)
#173129
(23,49,41)
#11221E
(17,34,30)
#0B1313
(11,19,19)
#000000
(0,0,0)

Tints of #47A981

#47A981
(71,169,129)
#57B08C
(87,176,140)
#67B797
(103,183,151)
#77BEA2
(119,190,162)
#87C5AD
(135,197,173)
#97CCB8
(151,204,184)
#A7D3C3
(167,211,195)
#B7DACE
(183,218,206)
#C7E1D9
(199,225,217)
#D7E8E4
(215,232,228)
#E7EFEF
(231,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47A981 color. Also use rgb(71,169,129) instead hex code.

Text Font Color

.myTextColor { color: #47A981; }

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

This text font color is #47A981.


Background Color

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

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

This div background color is #47A981.


Border color

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

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

This div border color is #47A981.


Opacity

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

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

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

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

This text has shadow with #47A981 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47A981 on black background.


Color preview on white background

This text has color #47A981 on white background.



Black color preview on #47A981 background

This text has black color on #47A981 background.


White color preview on #47A981 background

This text has white color on #47A981 background.