COLOR #47A371

HEX: #47A371
RGB: (71,163,113)

Color info

#47A371 contains mainly green and blue colors. Web safe color of #47A371 is #339966 (or #396).

RGB color model

#47A371 color RGB value is (71,163,113).

  • red value is 71;
  • green value is 163;
  • blue value is 113.
RGB:
(71,163,113)
(28%,64%,44%)

RGB channels and saturation

R 71 of 255 = 28%
G 163 of 255 = 64%
B 113 of 255 = 44%

71
163
113

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

Portions of RGB colors in percentages

R + G + B =
71 + 163 + 113 = 347 (100%)
R 71 of 347 ~ 20.46%
G 163 of 347 ~ 46.97%
B 113 of 347 ~ 32.56%

%20.46
%46.97
%32.56

CMYK color model

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

  • cyan value is 56.44%
  • magenta value is 0.00%
  • yellow value is 30.67%
  • key color value is 36.08%
CMYK:
(56,0,31,36)
C56M0Y31K36 
(56%,0%,31%,36%)
(0.56/0.00/0.31/0.36)	

CMYK percentages

%56.44
%0
%30.67
%36.08

Codes

Color #47A371 in popluar color models

47A371
RGB71163113
HSL147°39.32%45.88%
HSB/HSV147°56.44%63.92%
CMYK56.44%0.00%30.67%
36.08%

Color #47A371 in popluar number systems.

HEX47A371
Decimal71163113
Binary1000111101000111110001
Octal107243161

Shades and tints

Shades of #47A371

#47A371
(71,163,113)
#419567
(65,149,103)
#3B875D
(59,135,93)
#357953
(53,121,83)
#2F6B49
(47,107,73)
#295D3F
(41,93,63)
#234F35
(35,79,53)
#1D412B
(29,65,43)
#173321
(23,51,33)
#112517
(17,37,23)
#0B170D
(11,23,13)
#000000
(0,0,0)

Tints of #47A371

#47A371
(71,163,113)
#57AB7D
(87,171,125)
#67B389
(103,179,137)
#77BB95
(119,187,149)
#87C3A1
(135,195,161)
#97CBAD
(151,203,173)
#A7D3B9
(167,211,185)
#B7DBC5
(183,219,197)
#C7E3D1
(199,227,209)
#D7EBDD
(215,235,221)
#E7F3E9
(231,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47A371 color. Also use rgb(71,163,113) instead hex code.

Text Font Color

.myTextColor { color: #47A371; }

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

This text font color is #47A371.


Background Color

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

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

This div background color is #47A371.


Border color

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

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

This div border color is #47A371.


Opacity

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

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

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

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

This text has shadow with #47A371 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47A371 on black background.


Color preview on white background

This text has color #47A371 on white background.



Black color preview on #47A371 background

This text has black color on #47A371 background.


White color preview on #47A371 background

This text has white color on #47A371 background.