COLOR #47985E

HEX: #47985E
RGB: (71,152,94)

Color info

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

RGB color model

#47985E color RGB value is (71,152,94).

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

RGB channels and saturation

R 71 of 255 = 28%
G 152 of 255 = 60%
B 94 of 255 = 37%

71
152
94

R + G + B ~ 42%. #47985E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
71 + 152 + 94 = 317 (100%)
R 71 of 317 ~ 22.4%
G 152 of 317 ~ 47.95%
B 94 of 317 ~ 29.65%

%22.4
%47.95
%29.65

CMYK color model

#47985E color CMYK value is (53,0,38,40).

  • cyan value is 53.29%
  • magenta value is 0.00%
  • yellow value is 38.16%
  • key color value is 40.39%
CMYK:
(53,0,38,40)
C53M0Y38K40 
(53%,0%,38%,40%)
(0.53/0.00/0.38/0.40)	

CMYK percentages

%53.29
%0
%38.16
%40.39

Codes

Color #47985E in popluar color models

47985E
RGB7115294
HSL137°36.32%43.73%
HSB/HSV137°53.29%59.61%
CMYK53.29%0.00%38.16%
40.39%

Color #47985E in popluar number systems.

HEX47985E
Decimal7115294
Binary1000111100110001011110
Octal107230136

Shades and tints

Shades of #47985E

#47985E
(71,152,94)
#418B56
(65,139,86)
#3B7E4E
(59,126,78)
#357146
(53,113,70)
#2F643E
(47,100,62)
#295736
(41,87,54)
#234A2E
(35,74,46)
#1D3D26
(29,61,38)
#17301E
(23,48,30)
#112316
(17,35,22)
#0B160E
(11,22,14)
#000000
(0,0,0)

Tints of #47985E

#47985E
(71,152,94)
#57A16C
(87,161,108)
#67AA7A
(103,170,122)
#77B388
(119,179,136)
#87BC96
(135,188,150)
#97C5A4
(151,197,164)
#A7CEB2
(167,206,178)
#B7D7C0
(183,215,192)
#C7E0CE
(199,224,206)
#D7E9DC
(215,233,220)
#E7F2EA
(231,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47985E color. Also use rgb(71,152,94) instead hex code.

Text Font Color

.myTextColor { color: #47985E; }

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

This text font color is #47985E.


Background Color

.myBgColor { background-color: #47985E; }

<div style="background-color:#47985E">Inner text</div>

This div background color is #47985E.


Border color

.myBorderColor { border: 1px solid #47985E; }

<div style="border:3px solid #47985E">Div</div>

This div border color is #47985E.


Opacity

.myOpacity80 { color: #47985E; opacity: 0.8; }

<p style="color:#47985E;opacity:0.8;">80%</p>

Text with #47985E 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 #47985E;}

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

This text has shadow with #47985E color.

.textShadow {text-shadow: 3px 3px 1px #47985E, 3px 3px 1px red;}

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

This text has shadow with #47985E primary color and red secondary color.


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

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

This text has shadow with #47985E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47985E on black background.


Color preview on white background

This text has color #47985E on white background.



Black color preview on #47985E background

This text has black color on #47985E background.


White color preview on #47985E background

This text has white color on #47985E background.