COLOR #47A474

HEX: #47A474
RGB: (71,164,116)

Color info

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

RGB color model

#47A474 color RGB value is (71,164,116).

  • red value is 71;
  • green value is 164;
  • blue value is 116.
RGB:
(71,164,116)
(28%,64%,45%)

RGB channels and saturation

R 71 of 255 = 28%
G 164 of 255 = 64%
B 116 of 255 = 45%

71
164
116

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

Portions of RGB colors in percentages

R + G + B =
71 + 164 + 116 = 351 (100%)
R 71 of 351 ~ 20.23%
G 164 of 351 ~ 46.72%
B 116 of 351 ~ 33.05%

%20.23
%46.72
%33.05

CMYK color model

#47A474 color CMYK value is (57,0,29,36).

  • cyan value is 56.71%
  • magenta value is 0.00%
  • yellow value is 29.27%
  • key color value is 35.69%
CMYK:
(57,0,29,36)
C57M0Y29K36 
(57%,0%,29%,36%)
(0.57/0.00/0.29/0.36)	

CMYK percentages

%56.71
%0
%29.27
%35.69

Codes

Color #47A474 in popluar color models

47A474
RGB71164116
HSL149°39.57%46.08%
HSB/HSV149°56.71%64.31%
CMYK56.71%0.00%29.27%
35.69%

Color #47A474 in popluar number systems.

HEX47A474
Decimal71164116
Binary1000111101001001110100
Octal107244164

Shades and tints

Shades of #47A474

#47A474
(71,164,116)
#41966A
(65,150,106)
#3B8860
(59,136,96)
#357A56
(53,122,86)
#2F6C4C
(47,108,76)
#295E42
(41,94,66)
#235038
(35,80,56)
#1D422E
(29,66,46)
#173424
(23,52,36)
#11261A
(17,38,26)
#0B1810
(11,24,16)
#000000
(0,0,0)

Tints of #47A474

#47A474
(71,164,116)
#57AC80
(87,172,128)
#67B48C
(103,180,140)
#77BC98
(119,188,152)
#87C4A4
(135,196,164)
#97CCB0
(151,204,176)
#A7D4BC
(167,212,188)
#B7DCC8
(183,220,200)
#C7E4D4
(199,228,212)
#D7ECE0
(215,236,224)
#E7F4EC
(231,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47A474 color. Also use rgb(71,164,116) instead hex code.

Text Font Color

.myTextColor { color: #47A474; }

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

This text font color is #47A474.


Background Color

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

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

This div background color is #47A474.


Border color

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

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

This div border color is #47A474.


Opacity

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

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

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

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

This text has shadow with #47A474 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47A474 on black background.


Color preview on white background

This text has color #47A474 on white background.



Black color preview on #47A474 background

This text has black color on #47A474 background.


White color preview on #47A474 background

This text has white color on #47A474 background.