COLOR #47AA77

HEX: #47AA77
RGB: (71,170,119)

Color info

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

RGB color model

#47AA77 color RGB value is (71,170,119).

  • red value is 71;
  • green value is 170;
  • blue value is 119.
RGB:
(71,170,119)
(28%,67%,47%)

RGB channels and saturation

R 71 of 255 = 28%
G 170 of 255 = 67%
B 119 of 255 = 47%

71
170
119

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

Portions of RGB colors in percentages

R + G + B =
71 + 170 + 119 = 360 (100%)
R 71 of 360 ~ 19.72%
G 170 of 360 ~ 47.22%
B 119 of 360 ~ 33.06%

%19.72
%47.22
%33.06

CMYK color model

#47AA77 color CMYK value is (58,0,30,33).

  • cyan value is 58.24%
  • magenta value is 0.00%
  • yellow value is 30.00%
  • key color value is 33.33%
CMYK:
(58,0,30,33)
C58M0Y30K33 
(58%,0%,30%,33%)
(0.58/0.00/0.30/0.33)	

CMYK percentages

%58.24
%0
%30
%33.33

Codes

Color #47AA77 in popluar color models

47AA77
RGB71170119
HSL149°41.08%47.25%
HSB/HSV149°58.24%66.67%
CMYK58.24%0.00%30.00%
33.33%

Color #47AA77 in popluar number systems.

HEX47AA77
Decimal71170119
Binary1000111101010101110111
Octal107252167

Shades and tints

Shades of #47AA77

#47AA77
(71,170,119)
#419B6D
(65,155,109)
#3B8C63
(59,140,99)
#357D59
(53,125,89)
#2F6E4F
(47,110,79)
#295F45
(41,95,69)
#23503B
(35,80,59)
#1D4131
(29,65,49)
#173227
(23,50,39)
#11231D
(17,35,29)
#0B1413
(11,20,19)
#000000
(0,0,0)

Tints of #47AA77

#47AA77
(71,170,119)
#57B183
(87,177,131)
#67B88F
(103,184,143)
#77BF9B
(119,191,155)
#87C6A7
(135,198,167)
#97CDB3
(151,205,179)
#A7D4BF
(167,212,191)
#B7DBCB
(183,219,203)
#C7E2D7
(199,226,215)
#D7E9E3
(215,233,227)
#E7F0EF
(231,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #47AA77; }

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

This text font color is #47AA77.


Background Color

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

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

This div background color is #47AA77.


Border color

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

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

This div border color is #47AA77.


Opacity

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

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

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

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

This text has shadow with #47AA77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47AA77 on black background.


Color preview on white background

This text has color #47AA77 on white background.



Black color preview on #47AA77 background

This text has black color on #47AA77 background.


White color preview on #47AA77 background

This text has white color on #47AA77 background.