COLOR #47AA79

HEX: #47AA79
RGB: (71,170,121)

Color info

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

RGB color model

#47AA79 color RGB value is (71,170,121).

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

RGB channels and saturation

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

71
170
121

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

Portions of RGB colors in percentages

R + G + B =
71 + 170 + 121 = 362 (100%)
R 71 of 362 ~ 19.61%
G 170 of 362 ~ 46.96%
B 121 of 362 ~ 33.43%

%19.61
%46.96
%33.43

CMYK color model

#47AA79 color CMYK value is (58,0,29,33).

  • cyan value is 58.24%
  • magenta value is 0.00%
  • yellow value is 28.82%
  • key color value is 33.33%
CMYK:
(58,0,29,33)
C58M0Y29K33 
(58%,0%,29%,33%)
(0.58/0.00/0.29/0.33)	

CMYK percentages

%58.24
%0
%28.82
%33.33

Codes

Color #47AA79 in popluar color models

47AA79
RGB71170121
HSL150°41.08%47.25%
HSB/HSV150°58.24%66.67%
CMYK58.24%0.00%28.82%
33.33%

Color #47AA79 in popluar number systems.

HEX47AA79
Decimal71170121
Binary1000111101010101111001
Octal107252171

Shades and tints

Shades of #47AA79

#47AA79
(71,170,121)
#419B6E
(65,155,110)
#3B8C63
(59,140,99)
#357D58
(53,125,88)
#2F6E4D
(47,110,77)
#295F42
(41,95,66)
#235037
(35,80,55)
#1D412C
(29,65,44)
#173221
(23,50,33)
#112316
(17,35,22)
#0B140B
(11,20,11)
#000000
(0,0,0)

Tints of #47AA79

#47AA79
(71,170,121)
#57B185
(87,177,133)
#67B891
(103,184,145)
#77BF9D
(119,191,157)
#87C6A9
(135,198,169)
#97CDB5
(151,205,181)
#A7D4C1
(167,212,193)
#B7DBCD
(183,219,205)
#C7E2D9
(199,226,217)
#D7E9E5
(215,233,229)
#E7F0F1
(231,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #47AA79; }

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

This text font color is #47AA79.


Background Color

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

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

This div background color is #47AA79.


Border color

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

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

This div border color is #47AA79.


Opacity

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

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

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

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

This text has shadow with #47AA79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47AA79 on black background.


Color preview on white background

This text has color #47AA79 on white background.



Black color preview on #47AA79 background

This text has black color on #47AA79 background.


White color preview on #47AA79 background

This text has white color on #47AA79 background.