COLOR #47AD6F

HEX: #47AD6F
RGB: (71,173,111)

Color info

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

RGB color model

#47AD6F color RGB value is (71,173,111).

  • red value is 71;
  • green value is 173;
  • blue value is 111.
RGB:
(71,173,111)
(28%,68%,44%)

RGB channels and saturation

R 71 of 255 = 28%
G 173 of 255 = 68%
B 111 of 255 = 44%

71
173
111

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

Portions of RGB colors in percentages

R + G + B =
71 + 173 + 111 = 355 (100%)
R 71 of 355 ~ 20%
G 173 of 355 ~ 48.73%
B 111 of 355 ~ 31.27%

%20
%48.73
%31.27

CMYK color model

#47AD6F color CMYK value is (59,0,36,32).

  • cyan value is 58.96%
  • magenta value is 0.00%
  • yellow value is 35.84%
  • key color value is 32.16%
CMYK:
(59,0,36,32)
C59M0Y36K32 
(59%,0%,36%,32%)
(0.59/0.00/0.36/0.32)	

CMYK percentages

%58.96
%0
%35.84
%32.16

Codes

Color #47AD6F in popluar color models

47AD6F
RGB71173111
HSL144°41.80%47.84%
HSB/HSV144°58.96%67.84%
CMYK58.96%0.00%35.84%
32.16%

Color #47AD6F in popluar number systems.

HEX47AD6F
Decimal71173111
Binary1000111101011011101111
Octal107255157

Shades and tints

Shades of #47AD6F

#47AD6F
(71,173,111)
#419E65
(65,158,101)
#3B8F5B
(59,143,91)
#358051
(53,128,81)
#2F7147
(47,113,71)
#29623D
(41,98,61)
#235333
(35,83,51)
#1D4429
(29,68,41)
#17351F
(23,53,31)
#112615
(17,38,21)
#0B170B
(11,23,11)
#000000
(0,0,0)

Tints of #47AD6F

#47AD6F
(71,173,111)
#57B47C
(87,180,124)
#67BB89
(103,187,137)
#77C296
(119,194,150)
#87C9A3
(135,201,163)
#97D0B0
(151,208,176)
#A7D7BD
(167,215,189)
#B7DECA
(183,222,202)
#C7E5D7
(199,229,215)
#D7ECE4
(215,236,228)
#E7F3F1
(231,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47AD6F color. Also use rgb(71,173,111) instead hex code.

Text Font Color

.myTextColor { color: #47AD6F; }

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

This text font color is #47AD6F.


Background Color

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

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

This div background color is #47AD6F.


Border color

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

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

This div border color is #47AD6F.


Opacity

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

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

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

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

This text has shadow with #47AD6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47AD6F on black background.


Color preview on white background

This text has color #47AD6F on white background.



Black color preview on #47AD6F background

This text has black color on #47AD6F background.


White color preview on #47AD6F background

This text has white color on #47AD6F background.