COLOR #47B780

HEX: #47B780 RGB: (71,183,128)

Color info

#47B780 contains mainly green and blue colors. Web safe color of #47B780 is #33CC66 (or #3C6).

RGB color model

#47B780 color RGB value is (71,183,128).

RGB: (71,183,128) (28%, 72%, 50%)

RGB channels and saturation

R 71 of 255 = 28%
G 183 of 255 = 72%
B 128 of 255 = 50%

71
183
128

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

Portions of RGB colors in percentages

R + G + B = 71 + 183 + 128 = 382 (100%)
R 71 of 382 ~ 18.59%
G 183 of 382 ~ 47.91%
B 128 of 382 ~ 33.51'%

%18.59
%47.91
%33.51

CMYK color model

#47B780 color CMYK value is (61,0,30,28).

  • cyan value is 61.20%
  • magenta value is 0.00%
  • yellow value is 30.05%
  • key color value is 28.24%

CMYK: (61,0,30,28)
C61M0Y30K28 (61%, 0%, 30%, 28%)
(0.61 / 0.00 / 0.30 / 0.28)

CMYK percentages

%61.2
%0
%30.05
%28.24

Codes

Color #47B780 in popluar color models

47 B7 80
RGB 71 183 128
HSL 151° 44.09% 49.80%
HSB/HSV 151° 61.20% 71.76%
CMYK 61.20% 0.00% 30.05%
28.24%

Color #47B780 in popluar number systems.

HEX 47 B7 80
Decimal 71 183 128
Binary 1000111 10110111 10000000
Octal 107 267 200

Shades and tints

Shades of #47B780

#47B780
(71,183,128)
#41A775
(65,167,117)
#3B976A
(59,151,106)
#35875F
(53,135,95)
#2F7754
(47,119,84)
#296749
(41,103,73)
#23573E
(35,87,62)
#1D4733
(29,71,51)
#173728
(23,55,40)
#11271D
(17,39,29)
#0B1712
(11,23,18)
#000000
(0,0,0)

Tints of #47B780

#47B780
(71,183,128)
#57BD8B
(87,189,139)
#67C396
(103,195,150)
#77C9A1
(119,201,161)
#87CFAC
(135,207,172)
#97D5B7
(151,213,183)
#A7DBC2
(167,219,194)
#B7E1CD
(183,225,205)
#C7E7D8
(199,231,216)
#D7EDE3
(215,237,227)
#E7F3EE
(231,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47B780 color. Also use rgb(71,183,128) instead hex code.

Text Font Color

.myTextColor { color: #47B780; }

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

This text font color is #47B780.

Background Color

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

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

This div background color is #47B780.

Border color

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

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

This div border color is #47B780.

Opacity

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

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

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

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

This text has shadow with #47B780 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #47B780.

Preview

Color preview on black background

This text has color #47B780 on black background.


Color preview on white background

This text has color #47B780 on white background.


Black color preview on #47B780 background

This text has black color on #47B780 background.


White color preview on #47B780 background

This text has white color on #47B780 background.


Related colors

Complementary color

Complementary color for #hex is #B8487F.


I love getcolorcode.com

Triadic colors

1 #8047B7 and #B78047 with #47B780 are triadic colors.

2 #80B747 and #B74780 with #47B780 are triadic colors.