COLOR #47A78C

HEX: #47A78C RGB: (71,167,140)

Color info

#47A78C contains mainly green and blue colors. Web safe color of #47A78C is #339999 (or #399).

RGB color model

#47A78C color RGB value is (71,167,140).

RGB: (71,167,140) (28%, 65%, 55%)

RGB channels and saturation

R 71 of 255 = 28%
G 167 of 255 = 65%
B 140 of 255 = 55%

71
167
140

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

Portions of RGB colors in percentages

R + G + B = 71 + 167 + 140 = 378 (100%)
R 71 of 378 ~ 18.78%
G 167 of 378 ~ 44.18%
B 140 of 378 ~ 37.04'%

%18.78
%44.18
%37.04

CMYK color model

#47A78C color CMYK value is (57,0,16,35).

  • cyan value is 57.49%
  • magenta value is 0.00%
  • yellow value is 16.17%
  • key color value is 34.51%

CMYK: (57,0,16,35)
C57M0Y16K35 (57%, 0%, 16%, 35%)
(0.57 / 0.00 / 0.16 / 0.35)

CMYK percentages

%57.49
%0
%16.17
%34.51

Codes

Color #47A78C in popluar color models

47 A7 8C
RGB 71 167 140
HSL 163° 40.34% 46.67%
HSB/HSV 163° 57.49% 65.49%
CMYK 57.49% 0.00% 16.17%
34.51%

Color #47A78C in popluar number systems.

HEX 47 A7 8C
Decimal 71 167 140
Binary 1000111 10100111 10001100
Octal 107 247 214

Shades and tints

Shades of #47A78C

#47A78C
(71,167,140)
#419880
(65,152,128)
#3B8974
(59,137,116)
#357A68
(53,122,104)
#2F6B5C
(47,107,92)
#295C50
(41,92,80)
#234D44
(35,77,68)
#1D3E38
(29,62,56)
#172F2C
(23,47,44)
#112020
(17,32,32)
#0B1114
(11,17,20)
#000000
(0,0,0)

Tints of #47A78C

#47A78C
(71,167,140)
#57AF96
(87,175,150)
#67B7A0
(103,183,160)
#77BFAA
(119,191,170)
#87C7B4
(135,199,180)
#97CFBE
(151,207,190)
#A7D7C8
(167,215,200)
#B7DFD2
(183,223,210)
#C7E7DC
(199,231,220)
#D7EFE6
(215,239,230)
#E7F7F0
(231,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47A78C color. Also use rgb(71,167,140) instead hex code.

Text Font Color

.myTextColor { color: #47A78C; }

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

This text font color is #47A78C.

Background Color

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

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

This div background color is #47A78C.

Border color

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

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

This div border color is #47A78C.

Opacity

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

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

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

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

This text has shadow with #47A78C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #47A78C.

Preview

Color preview on black background

This text has color #47A78C on black background.


Color preview on white background

This text has color #47A78C on white background.


Black color preview on #47A78C background

This text has black color on #47A78C background.


White color preview on #47A78C background

This text has white color on #47A78C background.


Related colors

Complementary color

Complementary color for #hex is #B85873.


I love getcolorcode.com

Triadic colors

1 #8C47A7 and #A78C47 with #47A78C are triadic colors.

2 #8CA747 and #A7478C with #47A78C are triadic colors.