COLOR #47C670

HEX: #47C670 RGB: (71,198,112)

Color info

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

RGB color model

#47C670 color RGB value is (71,198,112).

RGB: (71,198,112) (28%, 78%, 44%)

RGB channels and saturation

R 71 of 255 = 28%
G 198 of 255 = 78%
B 112 of 255 = 44%

71
198
112

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

Portions of RGB colors in percentages

R + G + B = 71 + 198 + 112 = 381 (100%)
R 71 of 381 ~ 18.64%
G 198 of 381 ~ 51.97%
B 112 of 381 ~ 29.4'%

%18.64
%51.97
%29.4

CMYK color model

#47C670 color CMYK value is (64,0,43,22).

  • cyan value is 64.14%
  • magenta value is 0.00%
  • yellow value is 43.43%
  • key color value is 22.35%

CMYK: (64,0,43,22)
C64M0Y43K22 (64%, 0%, 43%, 22%)
(0.64 / 0.00 / 0.43 / 0.22)

CMYK percentages

%64.14
%0
%43.43
%22.35

Codes

Color #47C670 in popluar color models

47 C6 70
RGB 71 198 112
HSL 139° 52.70% 52.75%
HSB/HSV 139° 64.14% 77.65%
CMYK 64.14% 0.00% 43.43%
22.35%

Color #47C670 in popluar number systems.

HEX 47 C6 70
Decimal 71 198 112
Binary 1000111 11000110 1110000
Octal 107 306 160

Shades and tints

Shades of #47C670

#47C670
(71,198,112)
#41B466
(65,180,102)
#3BA25C
(59,162,92)
#359052
(53,144,82)
#2F7E48
(47,126,72)
#296C3E
(41,108,62)
#235A34
(35,90,52)
#1D482A
(29,72,42)
#173620
(23,54,32)
#112416
(17,36,22)
#0B120C
(11,18,12)
#000000
(0,0,0)

Tints of #47C670

#47C670
(71,198,112)
#57CB7D
(87,203,125)
#67D08A
(103,208,138)
#77D597
(119,213,151)
#87DAA4
(135,218,164)
#97DFB1
(151,223,177)
#A7E4BE
(167,228,190)
#B7E9CB
(183,233,203)
#C7EED8
(199,238,216)
#D7F3E5
(215,243,229)
#E7F8F2
(231,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47C670 color. Also use rgb(71,198,112) instead hex code.

Text Font Color

.myTextColor { color: #47C670; }

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

This text font color is #47C670.

Background Color

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

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

This div background color is #47C670.

Border color

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

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

This div border color is #47C670.

Opacity

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

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

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

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

This text has shadow with #47C670 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #47C670.

Preview

Color preview on black background

This text has color #47C670 on black background.


Color preview on white background

This text has color #47C670 on white background.


Black color preview on #47C670 background

This text has black color on #47C670 background.


White color preview on #47C670 background

This text has white color on #47C670 background.


Related colors

Complementary color

Complementary color for #47C670 is #B8398F.


I love getcolorcode.com

Triadic colors

1 #7047C6 and #C67047 with #47C670 are triadic colors.

2 #70C647 and #C64770 with #47C670 are triadic colors.