COLOR #47C171

HEX: #47C171 RGB: (71,193,113)

Color info

#47C171 contains mainly green color. Web safe color of #47C171 is #33CC66 (or #3C6).

RGB color model

#47C171 color RGB value is (71,193,113).

RGB: (71,193,113) (28%, 76%, 44%)

RGB channels and saturation

R 71 of 255 = 28%
G 193 of 255 = 76%
B 113 of 255 = 44%

71
193
113

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

Portions of RGB colors in percentages

R + G + B = 71 + 193 + 113 = 377 (100%)
R 71 of 377 ~ 18.83%
G 193 of 377 ~ 51.19%
B 113 of 377 ~ 29.97'%

%18.83
%51.19
%29.97

CMYK color model

#47C171 color CMYK value is (63,0,41,24).

  • cyan value is 63.21%
  • magenta value is 0.00%
  • yellow value is 41.45%
  • key color value is 24.31%

CMYK: (63,0,41,24)
C63M0Y41K24 (63%, 0%, 41%, 24%)
(0.63 / 0.00 / 0.41 / 0.24)

CMYK percentages

%63.21
%0
%41.45
%24.31

Codes

Color #47C171 in popluar color models

47 C1 71
RGB 71 193 113
HSL 141° 49.59% 51.76%
HSB/HSV 141° 63.21% 75.69%
CMYK 63.21% 0.00% 41.45%
24.31%

Color #47C171 in popluar number systems.

HEX 47 C1 71
Decimal 71 193 113
Binary 1000111 11000001 1110001
Octal 107 301 161

Shades and tints

Shades of #47C171

#47C171
(71,193,113)
#41B067
(65,176,103)
#3B9F5D
(59,159,93)
#358E53
(53,142,83)
#2F7D49
(47,125,73)
#296C3F
(41,108,63)
#235B35
(35,91,53)
#1D4A2B
(29,74,43)
#173921
(23,57,33)
#112817
(17,40,23)
#0B170D
(11,23,13)
#000000
(0,0,0)

Tints of #47C171

#47C171
(71,193,113)
#57C67D
(87,198,125)
#67CB89
(103,203,137)
#77D095
(119,208,149)
#87D5A1
(135,213,161)
#97DAAD
(151,218,173)
#A7DFB9
(167,223,185)
#B7E4C5
(183,228,197)
#C7E9D1
(199,233,209)
#D7EEDD
(215,238,221)
#E7F3E9
(231,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #47C171; }

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

This text font color is #47C171.

Background Color

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

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

This div background color is #47C171.

Border color

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

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

This div border color is #47C171.

Opacity

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

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

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

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

This text has shadow with #47C171 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #47C171.

Preview

Color preview on black background

This text has color #47C171 on black background.


Color preview on white background

This text has color #47C171 on white background.


Black color preview on #47C171 background

This text has black color on #47C171 background.


White color preview on #47C171 background

This text has white color on #47C171 background.


Related colors

Complementary color

Complementary color for #hex is #B83E8E.


I love getcolorcode.com

Triadic colors

1 #7147C1 and #C17147 with #47C171 are triadic colors.

2 #71C147 and #C14771 with #47C171 are triadic colors.