COLOR #47A87E

HEX: #47A87E RGB: (71,168,126)

Color info

#47A87E contains mainly green and blue colors. Web safe color of #47A87E is #339966 (or #396).

RGB color model

#47A87E color RGB value is (71,168,126).

RGB: (71,168,126) (28%, 66%, 49%)

RGB channels and saturation

R 71 of 255 = 28%
G 168 of 255 = 66%
B 126 of 255 = 49%

71
168
126

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

Portions of RGB colors in percentages

R + G + B = 71 + 168 + 126 = 365 (100%)
R 71 of 365 ~ 19.45%
G 168 of 365 ~ 46.03%
B 126 of 365 ~ 34.52'%

%19.45
%46.03
%34.52

CMYK color model

#47A87E color CMYK value is (58,0,25,34).

  • cyan value is 57.74%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 34.12%

CMYK: (58,0,25,34)
C58M0Y25K34 (58%, 0%, 25%, 34%)
(0.58 / 0.00 / 0.25 / 0.34)

CMYK percentages

%57.74
%0
%25
%34.12

Codes

Color #47A87E in popluar color models

47 A8 7E
RGB 71 168 126
HSL 154° 40.59% 46.86%
HSB/HSV 154° 57.74% 65.88%
CMYK 57.74% 0.00% 25.00%
34.12%

Color #47A87E in popluar number systems.

HEX 47 A8 7E
Decimal 71 168 126
Binary 1000111 10101000 1111110
Octal 107 250 176

Shades and tints

Shades of #47A87E

#47A87E
(71,168,126)
#419973
(65,153,115)
#3B8A68
(59,138,104)
#357B5D
(53,123,93)
#2F6C52
(47,108,82)
#295D47
(41,93,71)
#234E3C
(35,78,60)
#1D3F31
(29,63,49)
#173026
(23,48,38)
#11211B
(17,33,27)
#0B1210
(11,18,16)
#000000
(0,0,0)

Tints of #47A87E

#47A87E
(71,168,126)
#57AF89
(87,175,137)
#67B694
(103,182,148)
#77BD9F
(119,189,159)
#87C4AA
(135,196,170)
#97CBB5
(151,203,181)
#A7D2C0
(167,210,192)
#B7D9CB
(183,217,203)
#C7E0D6
(199,224,214)
#D7E7E1
(215,231,225)
#E7EEEC
(231,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47A87E color. Also use rgb(71,168,126) instead hex code.

Text Font Color

.myTextColor { color: #47A87E; }

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

This text font color is #47A87E.

Background Color

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

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

This div background color is #47A87E.

Border color

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

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

This div border color is #47A87E.

Opacity

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

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

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

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

This text has shadow with #47A87E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #47A87E.

Preview

Color preview on black background

This text has color #47A87E on black background.


Color preview on white background

This text has color #47A87E on white background.


Black color preview on #47A87E background

This text has black color on #47A87E background.


White color preview on #47A87E background

This text has white color on #47A87E background.


Related colors

Complementary color

Complementary color for #hex is #B85781.


I love getcolorcode.com

Triadic colors

1 #7E47A8 and #A87E47 with #47A87E are triadic colors.

2 #7EA847 and #A8477E with #47A87E are triadic colors.