COLOR #47351D

HEX: #47351D
RGB: (71,53,29)

Color info

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

RGB color model

#47351D color RGB value is (71,53,29).

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

RGB channels and saturation

R 71 of 255 = 28%
G 53 of 255 = 21%
B 29 of 255 = 11%

71
53
29

R + G + B ~ 20%. #47351D is dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 53 + 29 = 153 (100%)
R 71 of 153 ~ 46.41%
G 53 of 153 ~ 34.64%
B 29 of 153 ~ 18.95%

%46.41
%34.64
%18.95

CMYK color model

#47351D color CMYK value is (0,25,59,72).

  • cyan value is 0.00%
  • magenta value is 25.35%
  • yellow value is 59.15%
  • key color value is 72.16%
CMYK:
(0,25,59,72)
C0M25Y59K72 
(0%,25%,59%,72%)
(0.00/0.25/0.59/0.72)	

CMYK percentages

%0
%25.35
%59.15
%72.16

Codes

Color #47351D in popluar color models

47351D
RGB715329
HSL34°42.00%19.61%
HSB/HSV34°59.15%27.84%
CMYK0.00%25.35%59.15%
72.16%

Color #47351D in popluar number systems.

HEX47351D
Decimal715329
Binary100011111010111101
Octal1076535

Shades and tints

Shades of #47351D

#47351D
(71,53,29)
#41311B
(65,49,27)
#3B2D19
(59,45,25)
#352917
(53,41,23)
#2F2515
(47,37,21)
#292113
(41,33,19)
#231D11
(35,29,17)
#1D190F
(29,25,15)
#17150D
(23,21,13)
#11110B
(17,17,11)
#0B0D09
(11,13,9)
#000000
(0,0,0)

Tints of #47351D

#47351D
(71,53,29)
#574731
(87,71,49)
#675945
(103,89,69)
#776B59
(119,107,89)
#877D6D
(135,125,109)
#978F81
(151,143,129)
#A7A195
(167,161,149)
#B7B3A9
(183,179,169)
#C7C5BD
(199,197,189)
#D7D7D1
(215,215,209)
#E7E9E5
(231,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #47351D; }

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

This text font color is #47351D.


Background Color

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

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

This div background color is #47351D.


Border color

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

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

This div border color is #47351D.


Opacity

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

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

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

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

This text has shadow with #47351D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47351D on black background.


Color preview on white background

This text has color #47351D on white background.



Black color preview on #47351D background

This text has black color on #47351D background.


White color preview on #47351D background

This text has white color on #47351D background.