COLOR #47986F

HEX: #47986F
RGB: (71,152,111)

Color info

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

RGB color model

#47986F color RGB value is (71,152,111).

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

RGB channels and saturation

R 71 of 255 = 28%
G 152 of 255 = 60%
B 111 of 255 = 44%

71
152
111

R + G + B ~ 44%. #47986F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
71 + 152 + 111 = 334 (100%)
R 71 of 334 ~ 21.26%
G 152 of 334 ~ 45.51%
B 111 of 334 ~ 33.23%

%21.26
%45.51
%33.23

CMYK color model

#47986F color CMYK value is (53,0,27,40).

  • cyan value is 53.29%
  • magenta value is 0.00%
  • yellow value is 26.97%
  • key color value is 40.39%
CMYK:
(53,0,27,40)
C53M0Y27K40 
(53%,0%,27%,40%)
(0.53/0.00/0.27/0.40)	

CMYK percentages

%53.29
%0
%26.97
%40.39

Codes

Color #47986F in popluar color models

47986F
RGB71152111
HSL150°36.32%43.73%
HSB/HSV150°53.29%59.61%
CMYK53.29%0.00%26.97%
40.39%

Color #47986F in popluar number systems.

HEX47986F
Decimal71152111
Binary1000111100110001101111
Octal107230157

Shades and tints

Shades of #47986F

#47986F
(71,152,111)
#418B65
(65,139,101)
#3B7E5B
(59,126,91)
#357151
(53,113,81)
#2F6447
(47,100,71)
#29573D
(41,87,61)
#234A33
(35,74,51)
#1D3D29
(29,61,41)
#17301F
(23,48,31)
#112315
(17,35,21)
#0B160B
(11,22,11)
#000000
(0,0,0)

Tints of #47986F

#47986F
(71,152,111)
#57A17C
(87,161,124)
#67AA89
(103,170,137)
#77B396
(119,179,150)
#87BCA3
(135,188,163)
#97C5B0
(151,197,176)
#A7CEBD
(167,206,189)
#B7D7CA
(183,215,202)
#C7E0D7
(199,224,215)
#D7E9E4
(215,233,228)
#E7F2F1
(231,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47986F color. Also use rgb(71,152,111) instead hex code.

Text Font Color

.myTextColor { color: #47986F; }

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

This text font color is #47986F.


Background Color

.myBgColor { background-color: #47986F; }

<div style="background-color:#47986F">Inner text</div>

This div background color is #47986F.


Border color

.myBorderColor { border: 1px solid #47986F; }

<div style="border:3px solid #47986F">Div</div>

This div border color is #47986F.


Opacity

.myOpacity80 { color: #47986F; opacity: 0.8; }

<p style="color:#47986F;opacity:0.8;">80%</p>

Text with #47986F 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 #47986F;}

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

This text has shadow with #47986F color.

.textShadow {text-shadow: 3px 3px 1px #47986F, 3px 3px 1px red;}

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

This text has shadow with #47986F primary color and red secondary color.


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

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

This text has shadow with #47986F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47986F on black background.


Color preview on white background

This text has color #47986F on white background.



Black color preview on #47986F background

This text has black color on #47986F background.


White color preview on #47986F background

This text has white color on #47986F background.