COLOR #47AA63

HEX: #47AA63 RGB: (71,170,99)

Color info

#47AA63 contains mainly green color. Web safe color of #47AA63 is #339966 (or #396).

RGB color model

#47AA63 color RGB value is (71,170,99).

RGB: (71,170,99) (28%, 67%, 39%)

RGB channels and saturation

R 71 of 255 = 28%
G 170 of 255 = 67%
B 99 of 255 = 39%

71
170
99

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

Portions of RGB colors in percentages

R + G + B = 71 + 170 + 99 = 340 (100%)
R 71 of 340 ~ 20.88%
G 170 of 340 ~ 50%
B 99 of 340 ~ 29.12'%

%20.88
%50
%29.12

CMYK color model

#47AA63 color CMYK value is (58,0,42,33).

  • cyan value is 58.24%
  • magenta value is 0.00%
  • yellow value is 41.76%
  • key color value is 33.33%

CMYK: (58,0,42,33)
C58M0Y42K33 (58%, 0%, 42%, 33%)
(0.58 / 0.00 / 0.42 / 0.33)

CMYK percentages

%58.24
%0
%41.76
%33.33

Codes

Color #47AA63 in popluar color models

47 AA 63
RGB 71 170 99
HSL 137° 41.08% 47.25%
HSB/HSV 137° 58.24% 66.67%
CMYK 58.24% 0.00% 41.76%
33.33%

Color #47AA63 in popluar number systems.

HEX 47 AA 63
Decimal 71 170 99
Binary 1000111 10101010 1100011
Octal 107 252 143

Shades and tints

Shades of #47AA63

#47AA63
(71,170,99)
#419B5A
(65,155,90)
#3B8C51
(59,140,81)
#357D48
(53,125,72)
#2F6E3F
(47,110,63)
#295F36
(41,95,54)
#23502D
(35,80,45)
#1D4124
(29,65,36)
#17321B
(23,50,27)
#112312
(17,35,18)
#0B1409
(11,20,9)
#000000
(0,0,0)

Tints of #47AA63

#47AA63
(71,170,99)
#57B171
(87,177,113)
#67B87F
(103,184,127)
#77BF8D
(119,191,141)
#87C69B
(135,198,155)
#97CDA9
(151,205,169)
#A7D4B7
(167,212,183)
#B7DBC5
(183,219,197)
#C7E2D3
(199,226,211)
#D7E9E1
(215,233,225)
#E7F0EF
(231,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47AA63 color. Also use rgb(71,170,99) instead hex code.

Text Font Color

.myTextColor { color: #47AA63; }

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

This text font color is #47AA63.

Background Color

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

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

This div background color is #47AA63.

Border color

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

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

This div border color is #47AA63.

Opacity

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

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

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

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

This text has shadow with #47AA63 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #47AA63.

Preview

Color preview on black background

This text has color #47AA63 on black background.


Color preview on white background

This text has color #47AA63 on white background.


Black color preview on #47AA63 background

This text has black color on #47AA63 background.


White color preview on #47AA63 background

This text has white color on #47AA63 background.


Related colors

Complementary color

Complementary color for #hex is #B8559C.


I love getcolorcode.com

Triadic colors

1 #6347AA and #AA6347 with #47AA63 are triadic colors.

2 #63AA47 and #AA4763 with #47AA63 are triadic colors.