COLOR #47A074

HEX: #47A074
RGB: (71,160,116)

Color info

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

RGB color model

#47A074 color RGB value is (71,160,116).

  • red value is 71;
  • green value is 160;
  • blue value is 116.
RGB:
(71,160,116)
(28%,63%,45%)

RGB channels and saturation

R 71 of 255 = 28%
G 160 of 255 = 63%
B 116 of 255 = 45%

71
160
116

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

Portions of RGB colors in percentages

R + G + B =
71 + 160 + 116 = 347 (100%)
R 71 of 347 ~ 20.46%
G 160 of 347 ~ 46.11%
B 116 of 347 ~ 33.43%

%20.46
%46.11
%33.43

CMYK color model

#47A074 color CMYK value is (56,0,28,37).

  • cyan value is 55.63%
  • magenta value is 0.00%
  • yellow value is 27.50%
  • key color value is 37.25%
CMYK:
(56,0,28,37)
C56M0Y28K37 
(56%,0%,28%,37%)
(0.56/0.00/0.28/0.37)	

CMYK percentages

%55.63
%0
%27.5
%37.25

Codes

Color #47A074 in popluar color models

47A074
RGB71160116
HSL150°38.53%45.29%
HSB/HSV150°55.63%62.75%
CMYK55.63%0.00%27.50%
37.25%

Color #47A074 in popluar number systems.

HEX47A074
Decimal71160116
Binary1000111101000001110100
Octal107240164

Shades and tints

Shades of #47A074

#47A074
(71,160,116)
#41926A
(65,146,106)
#3B8460
(59,132,96)
#357656
(53,118,86)
#2F684C
(47,104,76)
#295A42
(41,90,66)
#234C38
(35,76,56)
#1D3E2E
(29,62,46)
#173024
(23,48,36)
#11221A
(17,34,26)
#0B1410
(11,20,16)
#000000
(0,0,0)

Tints of #47A074

#47A074
(71,160,116)
#57A880
(87,168,128)
#67B08C
(103,176,140)
#77B898
(119,184,152)
#87C0A4
(135,192,164)
#97C8B0
(151,200,176)
#A7D0BC
(167,208,188)
#B7D8C8
(183,216,200)
#C7E0D4
(199,224,212)
#D7E8E0
(215,232,224)
#E7F0EC
(231,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47A074 color. Also use rgb(71,160,116) instead hex code.

Text Font Color

.myTextColor { color: #47A074; }

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

This text font color is #47A074.


Background Color

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

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

This div background color is #47A074.


Border color

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

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

This div border color is #47A074.


Opacity

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

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

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

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

This text has shadow with #47A074 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47A074 on black background.


Color preview on white background

This text has color #47A074 on white background.



Black color preview on #47A074 background

This text has black color on #47A074 background.


White color preview on #47A074 background

This text has white color on #47A074 background.