COLOR #47715B

HEX: #47715B
RGB: (71,113,91)

Color info

#47715B contains red, green and blue colors in about the same proportion. Web safe color of #47715B is #336666 (or #366).

RGB color model

#47715B color RGB value is (71,113,91).

  • red value is 71;
  • green value is 113;
  • blue value is 91.
RGB:
(71,113,91)
(28%,44%,36%)

RGB channels and saturation

R 71 of 255 = 28%
G 113 of 255 = 44%
B 91 of 255 = 36%

71
113
91

R + G + B ~ 36%. #47715B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 113 + 91 = 275 (100%)
R 71 of 275 ~ 25.82%
G 113 of 275 ~ 41.09%
B 91 of 275 ~ 33.09%

%25.82
%41.09
%33.09

CMYK color model

#47715B color CMYK value is (37,0,19,56).

  • cyan value is 37.17%
  • magenta value is 0.00%
  • yellow value is 19.47%
  • key color value is 55.69%
CMYK:
(37,0,19,56)
C37M0Y19K56 
(37%,0%,19%,56%)
(0.37/0.00/0.19/0.56)	

CMYK percentages

%37.17
%0
%19.47
%55.69

Codes

Color #47715B in popluar color models

47715B
RGB7111391
HSL149°22.83%36.08%
HSB/HSV149°37.17%44.31%
CMYK37.17%0.00%19.47%
55.69%

Color #47715B in popluar number systems.

HEX47715B
Decimal7111391
Binary100011111100011011011
Octal107161133

Shades and tints

Shades of #47715B

#47715B
(71,113,91)
#416753
(65,103,83)
#3B5D4B
(59,93,75)
#355343
(53,83,67)
#2F493B
(47,73,59)
#293F33
(41,63,51)
#23352B
(35,53,43)
#1D2B23
(29,43,35)
#17211B
(23,33,27)
#111713
(17,23,19)
#0B0D0B
(11,13,11)
#000000
(0,0,0)

Tints of #47715B

#47715B
(71,113,91)
#577D69
(87,125,105)
#678977
(103,137,119)
#779585
(119,149,133)
#87A193
(135,161,147)
#97ADA1
(151,173,161)
#A7B9AF
(167,185,175)
#B7C5BD
(183,197,189)
#C7D1CB
(199,209,203)
#D7DDD9
(215,221,217)
#E7E9E7
(231,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47715B color. Also use rgb(71,113,91) instead hex code.

Text Font Color

.myTextColor { color: #47715B; }

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

This text font color is #47715B.


Background Color

.myBgColor { background-color: #47715B; }

<div style="background-color:#47715B">Inner text</div>

This div background color is #47715B.


Border color

.myBorderColor { border: 1px solid #47715B; }

<div style="border:3px solid #47715B">Div</div>

This div border color is #47715B.


Opacity

.myOpacity80 { color: #47715B; opacity: 0.8; }

<p style="color:#47715B;opacity:0.8;">80%</p>

Text with #47715B 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 #47715B;}

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

This text has shadow with #47715B color.

.textShadow {text-shadow: 3px 3px 1px #47715B, 3px 3px 1px red;}

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

This text has shadow with #47715B primary color and red secondary color.


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

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

This text has shadow with #47715B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47715B on black background.


Color preview on white background

This text has color #47715B on white background.



Black color preview on #47715B background

This text has black color on #47715B background.


White color preview on #47715B background

This text has white color on #47715B background.