COLOR #47311D

HEX: #47311D
RGB: (71,49,29)

Color info

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

RGB color model

#47311D color RGB value is (71,49,29).

  • red value is 71;
  • green value is 49;
  • blue value is 29.
RGB:
(71,49,29)
(28%,19%,11%)

RGB channels and saturation

R 71 of 255 = 28%
G 49 of 255 = 19%
B 29 of 255 = 11%

71
49
29

R + G + B ~ 19%. #47311D is dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 49 + 29 = 149 (100%)
R 71 of 149 ~ 47.65%
G 49 of 149 ~ 32.89%
B 29 of 149 ~ 19.46%

%47.65
%32.89
%19.46

CMYK color model

#47311D color CMYK value is (0,31,59,72).

  • cyan value is 0.00%
  • magenta value is 30.99%
  • yellow value is 59.15%
  • key color value is 72.16%
CMYK:
(0,31,59,72)
C0M31Y59K72 
(0%,31%,59%,72%)
(0.00/0.31/0.59/0.72)	

CMYK percentages

%0
%30.99
%59.15
%72.16

Codes

Color #47311D in popluar color models

47311D
RGB714929
HSL29°42.00%19.61%
HSB/HSV29°59.15%27.84%
CMYK0.00%30.99%59.15%
72.16%

Color #47311D in popluar number systems.

HEX47311D
Decimal714929
Binary100011111000111101
Octal1076135

Shades and tints

Shades of #47311D

#47311D
(71,49,29)
#412D1B
(65,45,27)
#3B2919
(59,41,25)
#352517
(53,37,23)
#2F2115
(47,33,21)
#291D13
(41,29,19)
#231911
(35,25,17)
#1D150F
(29,21,15)
#17110D
(23,17,13)
#110D0B
(17,13,11)
#0B0909
(11,9,9)
#000000
(0,0,0)

Tints of #47311D

#47311D
(71,49,29)
#574331
(87,67,49)
#675545
(103,85,69)
#776759
(119,103,89)
#87796D
(135,121,109)
#978B81
(151,139,129)
#A79D95
(167,157,149)
#B7AFA9
(183,175,169)
#C7C1BD
(199,193,189)
#D7D3D1
(215,211,209)
#E7E5E5
(231,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47311D color. Also use rgb(71,49,29) instead hex code.

Text Font Color

.myTextColor { color: #47311D; }

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

This text font color is #47311D.


Background Color

.myBgColor { background-color: #47311D; }

<div style="background-color:#47311D">Inner text</div>

This div background color is #47311D.


Border color

.myBorderColor { border: 1px solid #47311D; }

<div style="border:3px solid #47311D">Div</div>

This div border color is #47311D.


Opacity

.myOpacity80 { color: #47311D; opacity: 0.8; }

<p style="color:#47311D;opacity:0.8;">80%</p>

Text with #47311D 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 #47311D;}

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

This text has shadow with #47311D color.

.textShadow {text-shadow: 3px 3px 1px #47311D, 3px 3px 1px red;}

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

This text has shadow with #47311D primary color and red secondary color.


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

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

This text has shadow with #47311D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47311D on black background.


Color preview on white background

This text has color #47311D on white background.



Black color preview on #47311D background

This text has black color on #47311D background.


White color preview on #47311D background

This text has white color on #47311D background.