COLOR #47352B

HEX: #47352B
RGB: (71,53,43)

Color info

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

RGB color model

#47352B color RGB value is (71,53,43).

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

RGB channels and saturation

R 71 of 255 = 28%
G 53 of 255 = 21%
B 43 of 255 = 17%

71
53
43

R + G + B ~ 22%. #47352B is dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 53 + 43 = 167 (100%)
R 71 of 167 ~ 42.51%
G 53 of 167 ~ 31.74%
B 43 of 167 ~ 25.75%

%42.51
%31.74
%25.75

CMYK color model

#47352B color CMYK value is (0,25,39,72).

  • cyan value is 0.00%
  • magenta value is 25.35%
  • yellow value is 39.44%
  • key color value is 72.16%
CMYK:
(0,25,39,72)
C0M25Y39K72 
(0%,25%,39%,72%)
(0.00/0.25/0.39/0.72)	

CMYK percentages

%0
%25.35
%39.44
%72.16

Codes

Color #47352B in popluar color models

47352B
RGB715343
HSL21°24.56%22.35%
HSB/HSV21°39.44%27.84%
CMYK0.00%25.35%39.44%
72.16%

Color #47352B in popluar number systems.

HEX47352B
Decimal715343
Binary1000111110101101011
Octal1076553

Shades and tints

Shades of #47352B

#47352B
(71,53,43)
#413128
(65,49,40)
#3B2D25
(59,45,37)
#352922
(53,41,34)
#2F251F
(47,37,31)
#29211C
(41,33,28)
#231D19
(35,29,25)
#1D1916
(29,25,22)
#171513
(23,21,19)
#111110
(17,17,16)
#0B0D0D
(11,13,13)
#000000
(0,0,0)

Tints of #47352B

#47352B
(71,53,43)
#57473E
(87,71,62)
#675951
(103,89,81)
#776B64
(119,107,100)
#877D77
(135,125,119)
#978F8A
(151,143,138)
#A7A19D
(167,161,157)
#B7B3B0
(183,179,176)
#C7C5C3
(199,197,195)
#D7D7D6
(215,215,214)
#E7E9E9
(231,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47352B color. Also use rgb(71,53,43) instead hex code.

Text Font Color

.myTextColor { color: #47352B; }

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

This text font color is #47352B.


Background Color

.myBgColor { background-color: #47352B; }

<div style="background-color:#47352B">Inner text</div>

This div background color is #47352B.


Border color

.myBorderColor { border: 1px solid #47352B; }

<div style="border:3px solid #47352B">Div</div>

This div border color is #47352B.


Opacity

.myOpacity80 { color: #47352B; opacity: 0.8; }

<p style="color:#47352B;opacity:0.8;">80%</p>

Text with #47352B 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 #47352B;}

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

This text has shadow with #47352B color.

.textShadow {text-shadow: 3px 3px 1px #47352B, 3px 3px 1px red;}

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

This text has shadow with #47352B primary color and red secondary color.


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

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

This text has shadow with #47352B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47352B on black background.


Color preview on white background

This text has color #47352B on white background.



Black color preview on #47352B background

This text has black color on #47352B background.


White color preview on #47352B background

This text has white color on #47352B background.