COLOR #47D6A4

HEX: #47D6A4
RGB: (71,214,164)

Color info

#47D6A4 contains mainly green and blue colors. Web safe color of #47D6A4 is #33CC99 (or #3C9).

RGB color model

#47D6A4 color RGB value is (71,214,164).

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

RGB channels and saturation

R 71 of 255 = 28%
G 214 of 255 = 84%
B 164 of 255 = 64%

71
214
164

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

Portions of RGB colors in percentages

R + G + B =
71 + 214 + 164 = 449 (100%)
R 71 of 449 ~ 15.81%
G 214 of 449 ~ 47.66%
B 164 of 449 ~ 36.53%

%15.81
%47.66
%36.53

CMYK color model

#47D6A4 color CMYK value is (67,0,23,16).

  • cyan value is 66.82%
  • magenta value is 0.00%
  • yellow value is 23.36%
  • key color value is 16.08%
CMYK:
(67,0,23,16)
C67M0Y23K16 
(67%,0%,23%,16%)
(0.67/0.00/0.23/0.16)	

CMYK percentages

%66.82
%0
%23.36
%16.08

Codes

Color #47D6A4 in popluar color models

47D6A4
RGB71214164
HSL159°63.56%55.88%
HSB/HSV159°66.82%83.92%
CMYK66.82%0.00%23.36%
16.08%

Color #47D6A4 in popluar number systems.

HEX47D6A4
Decimal71214164
Binary10001111101011010100100
Octal107326244

Shades and tints

Shades of #47D6A4

#47D6A4
(71,214,164)
#41C396
(65,195,150)
#3BB088
(59,176,136)
#359D7A
(53,157,122)
#2F8A6C
(47,138,108)
#29775E
(41,119,94)
#236450
(35,100,80)
#1D5142
(29,81,66)
#173E34
(23,62,52)
#112B26
(17,43,38)
#0B1818
(11,24,24)
#000000
(0,0,0)

Tints of #47D6A4

#47D6A4
(71,214,164)
#57D9AC
(87,217,172)
#67DCB4
(103,220,180)
#77DFBC
(119,223,188)
#87E2C4
(135,226,196)
#97E5CC
(151,229,204)
#A7E8D4
(167,232,212)
#B7EBDC
(183,235,220)
#C7EEE4
(199,238,228)
#D7F1EC
(215,241,236)
#E7F4F4
(231,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #47D6A4; }

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

This text font color is #47D6A4.


Background Color

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

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

This div background color is #47D6A4.


Border color

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

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

This div border color is #47D6A4.


Opacity

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

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

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

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

This text has shadow with #47D6A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47D6A4 on black background.


Color preview on white background

This text has color #47D6A4 on white background.



Black color preview on #47D6A4 background

This text has black color on #47D6A4 background.


White color preview on #47D6A4 background

This text has white color on #47D6A4 background.