COLOR #47AF63

HEX: #47AF63
RGB: (71,175,99)

Color info

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

RGB color model

#47AF63 color RGB value is (71,175,99).

  • red value is 71;
  • green value is 175;
  • blue value is 99.
RGB:
(71,175,99)
(28%,69%,39%)

RGB channels and saturation

R 71 of 255 = 28%
G 175 of 255 = 69%
B 99 of 255 = 39%

71
175
99

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

Portions of RGB colors in percentages

R + G + B =
71 + 175 + 99 = 345 (100%)
R 71 of 345 ~ 20.58%
G 175 of 345 ~ 50.72%
B 99 of 345 ~ 28.7%

%20.58
%50.72
%28.7

CMYK color model

#47AF63 color CMYK value is (59,0,43,31).

  • cyan value is 59.43%
  • magenta value is 0.00%
  • yellow value is 43.43%
  • key color value is 31.37%
CMYK:
(59,0,43,31)
C59M0Y43K31 
(59%,0%,43%,31%)
(0.59/0.00/0.43/0.31)	

CMYK percentages

%59.43
%0
%43.43
%31.37

Codes

Color #47AF63 in popluar color models

47AF63
RGB7117599
HSL136°42.28%48.24%
HSB/HSV136°59.43%68.63%
CMYK59.43%0.00%43.43%
31.37%

Color #47AF63 in popluar number systems.

HEX47AF63
Decimal7117599
Binary1000111101011111100011
Octal107257143

Shades and tints

Shades of #47AF63

#47AF63
(71,175,99)
#41A05A
(65,160,90)
#3B9151
(59,145,81)
#358248
(53,130,72)
#2F733F
(47,115,63)
#296436
(41,100,54)
#23552D
(35,85,45)
#1D4624
(29,70,36)
#17371B
(23,55,27)
#112812
(17,40,18)
#0B1909
(11,25,9)
#000000
(0,0,0)

Tints of #47AF63

#47AF63
(71,175,99)
#57B671
(87,182,113)
#67BD7F
(103,189,127)
#77C48D
(119,196,141)
#87CB9B
(135,203,155)
#97D2A9
(151,210,169)
#A7D9B7
(167,217,183)
#B7E0C5
(183,224,197)
#C7E7D3
(199,231,211)
#D7EEE1
(215,238,225)
#E7F5EF
(231,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #47AF63; }

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

This text font color is #47AF63.


Background Color

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

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

This div background color is #47AF63.


Border color

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

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

This div border color is #47AF63.


Opacity

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

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

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

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

This text has shadow with #47AF63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47AF63 on black background.


Color preview on white background

This text has color #47AF63 on white background.



Black color preview on #47AF63 background

This text has black color on #47AF63 background.


White color preview on #47AF63 background

This text has white color on #47AF63 background.