COLOR #47BC6B

HEX: #47BC6B RGB: (71,188,107)

Color info

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

RGB color model

#47BC6B color RGB value is (71,188,107).

RGB: (71,188,107) (28%, 74%, 42%)

RGB channels and saturation

R 71 of 255 = 28%
G 188 of 255 = 74%
B 107 of 255 = 42%

71
188
107

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

Portions of RGB colors in percentages

R + G + B = 71 + 188 + 107 = 366 (100%)
R 71 of 366 ~ 19.4%
G 188 of 366 ~ 51.37%
B 107 of 366 ~ 29.23'%

%19.4
%51.37
%29.23

CMYK color model

#47BC6B color CMYK value is (62,0,43,26).

  • cyan value is 62.23%
  • magenta value is 0.00%
  • yellow value is 43.09%
  • key color value is 26.27%

CMYK: (62,0,43,26)
C62M0Y43K26 (62%, 0%, 43%, 26%)
(0.62 / 0.00 / 0.43 / 0.26)

CMYK percentages

%62.23
%0
%43.09
%26.27

Codes

Color #47BC6B in popluar color models

47 BC 6B
RGB 71 188 107
HSL 138° 46.61% 50.78%
HSB/HSV 138° 62.23% 73.73%
CMYK 62.23% 0.00% 43.09%
26.27%

Color #47BC6B in popluar number systems.

HEX 47 BC 6B
Decimal 71 188 107
Binary 1000111 10111100 1101011
Octal 107 274 153

Shades and tints

Shades of #47BC6B

#47BC6B
(71,188,107)
#41AB62
(65,171,98)
#3B9A59
(59,154,89)
#358950
(53,137,80)
#2F7847
(47,120,71)
#29673E
(41,103,62)
#235635
(35,86,53)
#1D452C
(29,69,44)
#173423
(23,52,35)
#11231A
(17,35,26)
#0B1211
(11,18,17)
#000000
(0,0,0)

Tints of #47BC6B

#47BC6B
(71,188,107)
#57C278
(87,194,120)
#67C885
(103,200,133)
#77CE92
(119,206,146)
#87D49F
(135,212,159)
#97DAAC
(151,218,172)
#A7E0B9
(167,224,185)
#B7E6C6
(183,230,198)
#C7ECD3
(199,236,211)
#D7F2E0
(215,242,224)
#E7F8ED
(231,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47BC6B color. Also use rgb(71,188,107) instead hex code.

Text Font Color

.myTextColor { color: #47BC6B; }

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

This text font color is #47BC6B.

Background Color

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

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

This div background color is #47BC6B.

Border color

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

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

This div border color is #47BC6B.

Opacity

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

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

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

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

This text has shadow with #47BC6B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #47BC6B.

Preview

Color preview on black background

This text has color #47BC6B on black background.


Color preview on white background

This text has color #47BC6B on white background.


Black color preview on #47BC6B background

This text has black color on #47BC6B background.


White color preview on #47BC6B background

This text has white color on #47BC6B background.


Related colors

Complementary color

Complementary color for #hex is #B84394.


I love getcolorcode.com

Triadic colors

1 #6B47BC and #BC6B47 with #47BC6B are triadic colors.

2 #6BBC47 and #BC476B with #47BC6B are triadic colors.