COLOR #47291F

HEX: #47291F
RGB: (71,41,31)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

71
41
31

R + G + B ~ 19%. #47291F is dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 41 + 31 = 143 (100%)
R 71 of 143 ~ 49.65%
G 41 of 143 ~ 28.67%
B 31 of 143 ~ 21.68%

%49.65
%28.67
%21.68

CMYK color model

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

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

CMYK percentages

%0
%42.25
%56.34
%72.16

Codes

Color #47291F in popluar color models

47291F
RGB714131
HSL15°39.22%20.00%
HSB/HSV15°56.34%27.84%
CMYK0.00%42.25%56.34%
72.16%

Color #47291F in popluar number systems.

HEX47291F
Decimal714131
Binary100011110100111111
Octal1075137

Shades and tints

Shades of #47291F

#47291F
(71,41,31)
#41261D
(65,38,29)
#3B231B
(59,35,27)
#352019
(53,32,25)
#2F1D17
(47,29,23)
#291A15
(41,26,21)
#231713
(35,23,19)
#1D1411
(29,20,17)
#17110F
(23,17,15)
#110E0D
(17,14,13)
#0B0B0B
(11,11,11)
#000000
(0,0,0)

Tints of #47291F

#47291F
(71,41,31)
#573C33
(87,60,51)
#674F47
(103,79,71)
#77625B
(119,98,91)
#87756F
(135,117,111)
#978883
(151,136,131)
#A79B97
(167,155,151)
#B7AEAB
(183,174,171)
#C7C1BF
(199,193,191)
#D7D4D3
(215,212,211)
#E7E7E7
(231,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #47291F; }

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

This text font color is #47291F.


Background Color

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

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

This div background color is #47291F.


Border color

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

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

This div border color is #47291F.


Opacity

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

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

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

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

This text has shadow with #47291F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47291F on black background.


Color preview on white background

This text has color #47291F on white background.



Black color preview on #47291F background

This text has black color on #47291F background.


White color preview on #47291F background

This text has white color on #47291F background.