COLOR #47471F

HEX: #47471F
RGB: (71,71,31)

Color info

#47471F contains red, green and blue colors in about the same proportion. Web safe color of #47471F is #333333 (or #333).

RGB color model

#47471F color RGB value is (71,71,31).

  • red value is 71;
  • green value is 71;
  • blue value is 31.
RGB:
(71,71,31)
(28%,28%,12%)

RGB channels and saturation

R 71 of 255 = 28%
G 71 of 255 = 28%
B 31 of 255 = 12%

71
71
31

R + G + B ~ 23%. #47471F is dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 71 + 31 = 173 (100%)
R 71 of 173 ~ 41.04%
G 71 of 173 ~ 41.04%
B 31 of 173 ~ 17.92%

%41.04
%41.04
%17.92

CMYK color model

#47471F color CMYK value is (0,0,56,72).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 56.34%
  • key color value is 72.16%
CMYK:
(0,0,56,72)
C0M0Y56K72 
(0%,0%,56%,72%)
(0.00/0.00/0.56/0.72)	

CMYK percentages

%0
%0
%56.34
%72.16

Codes

Color #47471F in popluar color models

47471F
RGB717131
HSL60°39.22%20.00%
HSB/HSV60°56.34%27.84%
CMYK0.00%0.00%56.34%
72.16%

Color #47471F in popluar number systems.

HEX47471F
Decimal717131
Binary1000111100011111111
Octal10710737

Shades and tints

Shades of #47471F

#47471F
(71,71,31)
#41411D
(65,65,29)
#3B3B1B
(59,59,27)
#353519
(53,53,25)
#2F2F17
(47,47,23)
#292915
(41,41,21)
#232313
(35,35,19)
#1D1D11
(29,29,17)
#17170F
(23,23,15)
#11110D
(17,17,13)
#0B0B0B
(11,11,11)
#000000
(0,0,0)

Tints of #47471F

#47471F
(71,71,31)
#575733
(87,87,51)
#676747
(103,103,71)
#77775B
(119,119,91)
#87876F
(135,135,111)
#979783
(151,151,131)
#A7A797
(167,167,151)
#B7B7AB
(183,183,171)
#C7C7BF
(199,199,191)
#D7D7D3
(215,215,211)
#E7E7E7
(231,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #47471F; }

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

This text font color is #47471F.


Background Color

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

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

This div background color is #47471F.


Border color

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

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

This div border color is #47471F.


Opacity

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

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

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

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

This text has shadow with #47471F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47471F on black background.


Color preview on white background

This text has color #47471F on white background.



Black color preview on #47471F background

This text has black color on #47471F background.


White color preview on #47471F background

This text has white color on #47471F background.