COLOR #47C3A0

HEX: #47C3A0 RGB: (71,195,160)

Color info

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

RGB color model

#47C3A0 color RGB value is (71,195,160).

RGB: (71,195,160) (28%, 76%, 63%)

RGB channels and saturation

R 71 of 255 = 28%
G 195 of 255 = 76%
B 160 of 255 = 63%

71
195
160

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

Portions of RGB colors in percentages

R + G + B = 71 + 195 + 160 = 426 (100%)
R 71 of 426 ~ 16.67%
G 195 of 426 ~ 45.77%
B 160 of 426 ~ 37.56'%

%16.67
%45.77
%37.56

CMYK color model

#47C3A0 color CMYK value is (64,0,18,24).

  • cyan value is 63.59%
  • magenta value is 0.00%
  • yellow value is 17.95%
  • key color value is 23.53%

CMYK: (64,0,18,24)
C64M0Y18K24 (64%, 0%, 18%, 24%)
(0.64 / 0.00 / 0.18 / 0.24)

CMYK percentages

%63.59
%0
%17.95
%23.53

Codes

Color #47C3A0 in popluar color models

47 C3 A0
RGB 71 195 160
HSL 163° 50.82% 52.16%
HSB/HSV 163° 63.59% 76.47%
CMYK 63.59% 0.00% 17.95%
23.53%

Color #47C3A0 in popluar number systems.

HEX 47 C3 A0
Decimal 71 195 160
Binary 1000111 11000011 10100000
Octal 107 303 240

Shades and tints

Shades of #47C3A0

#47C3A0
(71,195,160)
#41B292
(65,178,146)
#3BA184
(59,161,132)
#359076
(53,144,118)
#2F7F68
(47,127,104)
#296E5A
(41,110,90)
#235D4C
(35,93,76)
#1D4C3E
(29,76,62)
#173B30
(23,59,48)
#112A22
(17,42,34)
#0B1914
(11,25,20)
#000000
(0,0,0)

Tints of #47C3A0

#47C3A0
(71,195,160)
#57C8A8
(87,200,168)
#67CDB0
(103,205,176)
#77D2B8
(119,210,184)
#87D7C0
(135,215,192)
#97DCC8
(151,220,200)
#A7E1D0
(167,225,208)
#B7E6D8
(183,230,216)
#C7EBE0
(199,235,224)
#D7F0E8
(215,240,232)
#E7F5F0
(231,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47C3A0 color. Also use rgb(71,195,160) instead hex code.

Text Font Color

.myTextColor { color: #47C3A0; }

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

This text font color is #47C3A0.

Background Color

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

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

This div background color is #47C3A0.

Border color

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

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

This div border color is #47C3A0.

Opacity

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

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

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

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

This text has shadow with #47C3A0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #47C3A0.

Preview

Color preview on black background

This text has color #47C3A0 on black background.


Color preview on white background

This text has color #47C3A0 on white background.


Black color preview on #47C3A0 background

This text has black color on #47C3A0 background.


White color preview on #47C3A0 background

This text has white color on #47C3A0 background.


Related colors

Complementary color

Complementary color for #hex is #B83C5F.


I love getcolorcode.com

Triadic colors

1 #A047C3 and #C3A047 with #47C3A0 are triadic colors.

2 #A0C347 and #C347A0 with #47C3A0 are triadic colors.