COLOR #47715F

HEX: #47715F
RGB: (71,113,95)

Color info

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

RGB color model

#47715F color RGB value is (71,113,95).

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

RGB channels and saturation

R 71 of 255 = 28%
G 113 of 255 = 44%
B 95 of 255 = 37%

71
113
95

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

Portions of RGB colors in percentages

R + G + B =
71 + 113 + 95 = 279 (100%)
R 71 of 279 ~ 25.45%
G 113 of 279 ~ 40.5%
B 95 of 279 ~ 34.05%

%25.45
%40.5
%34.05

CMYK color model

#47715F color CMYK value is (37,0,16,56).

  • cyan value is 37.17%
  • magenta value is 0.00%
  • yellow value is 15.93%
  • key color value is 55.69%
CMYK:
(37,0,16,56)
C37M0Y16K56 
(37%,0%,16%,56%)
(0.37/0.00/0.16/0.56)	

CMYK percentages

%37.17
%0
%15.93
%55.69

Codes

Color #47715F in popluar color models

47715F
RGB7111395
HSL154°22.83%36.08%
HSB/HSV154°37.17%44.31%
CMYK37.17%0.00%15.93%
55.69%

Color #47715F in popluar number systems.

HEX47715F
Decimal7111395
Binary100011111100011011111
Octal107161137

Shades and tints

Shades of #47715F

#47715F
(71,113,95)
#416757
(65,103,87)
#3B5D4F
(59,93,79)
#355347
(53,83,71)
#2F493F
(47,73,63)
#293F37
(41,63,55)
#23352F
(35,53,47)
#1D2B27
(29,43,39)
#17211F
(23,33,31)
#111717
(17,23,23)
#0B0D0F
(11,13,15)
#000000
(0,0,0)

Tints of #47715F

#47715F
(71,113,95)
#577D6D
(87,125,109)
#67897B
(103,137,123)
#779589
(119,149,137)
#87A197
(135,161,151)
#97ADA5
(151,173,165)
#A7B9B3
(167,185,179)
#B7C5C1
(183,197,193)
#C7D1CF
(199,209,207)
#D7DDDD
(215,221,221)
#E7E9EB
(231,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #47715F; }

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

This text font color is #47715F.


Background Color

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

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

This div background color is #47715F.


Border color

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

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

This div border color is #47715F.


Opacity

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

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

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

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

This text has shadow with #47715F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47715F on black background.


Color preview on white background

This text has color #47715F on white background.



Black color preview on #47715F background

This text has black color on #47715F background.


White color preview on #47715F background

This text has white color on #47715F background.