COLOR #47AF66

HEX: #47AF66 RGB: (71,175,102)

Color info

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

RGB color model

#47AF66 color RGB value is (71,175,102).

RGB: (71,175,102) (28%, 69%, 40%)

RGB channels and saturation

R 71 of 255 = 28%
G 175 of 255 = 69%
B 102 of 255 = 40%

71
175
102

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

Portions of RGB colors in percentages

R + G + B = 71 + 175 + 102 = 348 (100%)
R 71 of 348 ~ 20.4%
G 175 of 348 ~ 50.29%
B 102 of 348 ~ 29.31'%

%20.4
%50.29
%29.31

CMYK color model

#47AF66 color CMYK value is (59,0,42,31).

  • cyan value is 59.43%
  • magenta value is 0.00%
  • yellow value is 41.71%
  • key color value is 31.37%

CMYK: (59,0,42,31)
C59M0Y42K31 (59%, 0%, 42%, 31%)
(0.59 / 0.00 / 0.42 / 0.31)

CMYK percentages

%59.43
%0
%41.71
%31.37

Codes

Color #47AF66 in popluar color models

47 AF 66
RGB 71 175 102
HSL 138° 42.28% 48.24%
HSB/HSV 138° 59.43% 68.63%
CMYK 59.43% 0.00% 41.71%
31.37%

Color #47AF66 in popluar number systems.

HEX 47 AF 66
Decimal 71 175 102
Binary 1000111 10101111 1100110
Octal 107 257 146

Shades and tints

Shades of #47AF66

#47AF66
(71,175,102)
#41A05D
(65,160,93)
#3B9154
(59,145,84)
#35824B
(53,130,75)
#2F7342
(47,115,66)
#296439
(41,100,57)
#235530
(35,85,48)
#1D4627
(29,70,39)
#17371E
(23,55,30)
#112815
(17,40,21)
#0B190C
(11,25,12)
#000000
(0,0,0)

Tints of #47AF66

#47AF66
(71,175,102)
#57B673
(87,182,115)
#67BD80
(103,189,128)
#77C48D
(119,196,141)
#87CB9A
(135,203,154)
#97D2A7
(151,210,167)
#A7D9B4
(167,217,180)
#B7E0C1
(183,224,193)
#C7E7CE
(199,231,206)
#D7EEDB
(215,238,219)
#E7F5E8
(231,245,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #47AF66; }

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

This text font color is #47AF66.

Background Color

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

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

This div background color is #47AF66.

Border color

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

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

This div border color is #47AF66.

Opacity

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

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

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

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

This text has shadow with #47AF66 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #47AF66.

Preview

Color preview on black background

This text has color #47AF66 on black background.


Color preview on white background

This text has color #47AF66 on white background.


Black color preview on #47AF66 background

This text has black color on #47AF66 background.


White color preview on #47AF66 background

This text has white color on #47AF66 background.


Related colors

Complementary color

Complementary color for #hex is #B85099.


I love getcolorcode.com

Triadic colors

1 #6647AF and #AF6647 with #47AF66 are triadic colors.

2 #66AF47 and #AF4766 with #47AF66 are triadic colors.