COLOR #47322F

HEX: #47322F
RGB: (71,50,47)

Color info

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

RGB color model

#47322F color RGB value is (71,50,47).

  • red value is 71;
  • green value is 50;
  • blue value is 47.
RGB:
(71,50,47)
(28%,20%,18%)

RGB channels and saturation

R 71 of 255 = 28%
G 50 of 255 = 20%
B 47 of 255 = 18%

71
50
47

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

Portions of RGB colors in percentages

R + G + B =
71 + 50 + 47 = 168 (100%)
R 71 of 168 ~ 42.26%
G 50 of 168 ~ 29.76%
B 47 of 168 ~ 27.98%

%42.26
%29.76
%27.98

CMYK color model

#47322F color CMYK value is (0,30,34,72).

  • cyan value is 0.00%
  • magenta value is 29.58%
  • yellow value is 33.80%
  • key color value is 72.16%
CMYK:
(0,30,34,72)
C0M30Y34K72 
(0%,30%,34%,72%)
(0.00/0.30/0.34/0.72)	

CMYK percentages

%0
%29.58
%33.8
%72.16

Codes

Color #47322F in popluar color models

47322F
RGB715047
HSL20.34%23.14%
HSB/HSV33.80%27.84%
CMYK0.00%29.58%33.80%
72.16%

Color #47322F in popluar number systems.

HEX47322F
Decimal715047
Binary1000111110010101111
Octal1076257

Shades and tints

Shades of #47322F

#47322F
(71,50,47)
#412E2B
(65,46,43)
#3B2A27
(59,42,39)
#352623
(53,38,35)
#2F221F
(47,34,31)
#291E1B
(41,30,27)
#231A17
(35,26,23)
#1D1613
(29,22,19)
#17120F
(23,18,15)
#110E0B
(17,14,11)
#0B0A07
(11,10,7)
#000000
(0,0,0)

Tints of #47322F

#47322F
(71,50,47)
#574441
(87,68,65)
#675653
(103,86,83)
#776865
(119,104,101)
#877A77
(135,122,119)
#978C89
(151,140,137)
#A79E9B
(167,158,155)
#B7B0AD
(183,176,173)
#C7C2BF
(199,194,191)
#D7D4D1
(215,212,209)
#E7E6E3
(231,230,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #47322F; }

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

This text font color is #47322F.


Background Color

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

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

This div background color is #47322F.


Border color

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

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

This div border color is #47322F.


Opacity

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

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

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

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

This text has shadow with #47322F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47322F on black background.


Color preview on white background

This text has color #47322F on white background.



Black color preview on #47322F background

This text has black color on #47322F background.


White color preview on #47322F background

This text has white color on #47322F background.