COLOR #47A172

HEX: #47A172
RGB: (71,161,114)

Color info

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

RGB color model

#47A172 color RGB value is (71,161,114).

  • red value is 71;
  • green value is 161;
  • blue value is 114.
RGB:
(71,161,114)
(28%,63%,45%)

RGB channels and saturation

R 71 of 255 = 28%
G 161 of 255 = 63%
B 114 of 255 = 45%

71
161
114

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

Portions of RGB colors in percentages

R + G + B =
71 + 161 + 114 = 346 (100%)
R 71 of 346 ~ 20.52%
G 161 of 346 ~ 46.53%
B 114 of 346 ~ 32.95%

%20.52
%46.53
%32.95

CMYK color model

#47A172 color CMYK value is (56,0,29,37).

  • cyan value is 55.90%
  • magenta value is 0.00%
  • yellow value is 29.19%
  • key color value is 36.86%
CMYK:
(56,0,29,37)
C56M0Y29K37 
(56%,0%,29%,37%)
(0.56/0.00/0.29/0.37)	

CMYK percentages

%55.9
%0
%29.19
%36.86

Codes

Color #47A172 in popluar color models

47A172
RGB71161114
HSL149°38.79%45.49%
HSB/HSV149°55.90%63.14%
CMYK55.90%0.00%29.19%
36.86%

Color #47A172 in popluar number systems.

HEX47A172
Decimal71161114
Binary1000111101000011110010
Octal107241162

Shades and tints

Shades of #47A172

#47A172
(71,161,114)
#419368
(65,147,104)
#3B855E
(59,133,94)
#357754
(53,119,84)
#2F694A
(47,105,74)
#295B40
(41,91,64)
#234D36
(35,77,54)
#1D3F2C
(29,63,44)
#173122
(23,49,34)
#112318
(17,35,24)
#0B150E
(11,21,14)
#000000
(0,0,0)

Tints of #47A172

#47A172
(71,161,114)
#57A97E
(87,169,126)
#67B18A
(103,177,138)
#77B996
(119,185,150)
#87C1A2
(135,193,162)
#97C9AE
(151,201,174)
#A7D1BA
(167,209,186)
#B7D9C6
(183,217,198)
#C7E1D2
(199,225,210)
#D7E9DE
(215,233,222)
#E7F1EA
(231,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47A172 color. Also use rgb(71,161,114) instead hex code.

Text Font Color

.myTextColor { color: #47A172; }

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

This text font color is #47A172.


Background Color

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

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

This div background color is #47A172.


Border color

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

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

This div border color is #47A172.


Opacity

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

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

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

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

This text has shadow with #47A172 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47A172 on black background.


Color preview on white background

This text has color #47A172 on white background.



Black color preview on #47A172 background

This text has black color on #47A172 background.


White color preview on #47A172 background

This text has white color on #47A172 background.