COLOR #47AF3C

HEX: #47AF3C
RGB: (71,175,60)

Color info

#47AF3C contains mainly green color. Web safe color of #47AF3C is #339933 (or #393).

RGB color model

#47AF3C color RGB value is (71,175,60).

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

RGB channels and saturation

R 71 of 255 = 28%
G 175 of 255 = 69%
B 60 of 255 = 24%

71
175
60

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

Portions of RGB colors in percentages

R + G + B =
71 + 175 + 60 = 306 (100%)
R 71 of 306 ~ 23.2%
G 175 of 306 ~ 57.19%
B 60 of 306 ~ 19.61%

%23.2
%57.19
%19.61

CMYK color model

#47AF3C color CMYK value is (59,0,66,31).

  • cyan value is 59.43%
  • magenta value is 0.00%
  • yellow value is 65.71%
  • key color value is 31.37%
CMYK:
(59,0,66,31)
C59M0Y66K31 
(59%,0%,66%,31%)
(0.59/0.00/0.66/0.31)	

CMYK percentages

%59.43
%0
%65.71
%31.37

Codes

Color #47AF3C in popluar color models

47AF3C
RGB7117560
HSL114°48.94%46.08%
HSB/HSV114°65.71%68.63%
CMYK59.43%0.00%65.71%
31.37%

Color #47AF3C in popluar number systems.

HEX47AF3C
Decimal7117560
Binary100011110101111111100
Octal10725774

Shades and tints

Shades of #47AF3C

#47AF3C
(71,175,60)
#41A037
(65,160,55)
#3B9132
(59,145,50)
#35822D
(53,130,45)
#2F7328
(47,115,40)
#296423
(41,100,35)
#23551E
(35,85,30)
#1D4619
(29,70,25)
#173714
(23,55,20)
#11280F
(17,40,15)
#0B190A
(11,25,10)
#000000
(0,0,0)

Tints of #47AF3C

#47AF3C
(71,175,60)
#57B64D
(87,182,77)
#67BD5E
(103,189,94)
#77C46F
(119,196,111)
#87CB80
(135,203,128)
#97D291
(151,210,145)
#A7D9A2
(167,217,162)
#B7E0B3
(183,224,179)
#C7E7C4
(199,231,196)
#D7EED5
(215,238,213)
#E7F5E6
(231,245,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #47AF3C; }

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

This text font color is #47AF3C.


Background Color

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

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

This div background color is #47AF3C.


Border color

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

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

This div border color is #47AF3C.


Opacity

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

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

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

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

This text has shadow with #47AF3C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47AF3C on black background.


Color preview on white background

This text has color #47AF3C on white background.



Black color preview on #47AF3C background

This text has black color on #47AF3C background.


White color preview on #47AF3C background

This text has white color on #47AF3C background.