COLOR #47321E

HEX: #47321E
RGB: (71,50,30)

Color info

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

RGB color model

#47321E color RGB value is (71,50,30).

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

RGB channels and saturation

R 71 of 255 = 28%
G 50 of 255 = 20%
B 30 of 255 = 12%

71
50
30

R + G + B ~ 20%. #47321E is dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 50 + 30 = 151 (100%)
R 71 of 151 ~ 47.02%
G 50 of 151 ~ 33.11%
B 30 of 151 ~ 19.87%

%47.02
%33.11
%19.87

CMYK color model

#47321E color CMYK value is (0,30,58,72).

  • cyan value is 0.00%
  • magenta value is 29.58%
  • yellow value is 57.75%
  • key color value is 72.16%
CMYK:
(0,30,58,72)
C0M30Y58K72 
(0%,30%,58%,72%)
(0.00/0.30/0.58/0.72)	

CMYK percentages

%0
%29.58
%57.75
%72.16

Codes

Color #47321E in popluar color models

47321E
RGB715030
HSL29°40.59%19.80%
HSB/HSV29°57.75%27.84%
CMYK0.00%29.58%57.75%
72.16%

Color #47321E in popluar number systems.

HEX47321E
Decimal715030
Binary100011111001011110
Octal1076236

Shades and tints

Shades of #47321E

#47321E
(71,50,30)
#412E1C
(65,46,28)
#3B2A1A
(59,42,26)
#352618
(53,38,24)
#2F2216
(47,34,22)
#291E14
(41,30,20)
#231A12
(35,26,18)
#1D1610
(29,22,16)
#17120E
(23,18,14)
#110E0C
(17,14,12)
#0B0A0A
(11,10,10)
#000000
(0,0,0)

Tints of #47321E

#47321E
(71,50,30)
#574432
(87,68,50)
#675646
(103,86,70)
#77685A
(119,104,90)
#877A6E
(135,122,110)
#978C82
(151,140,130)
#A79E96
(167,158,150)
#B7B0AA
(183,176,170)
#C7C2BE
(199,194,190)
#D7D4D2
(215,212,210)
#E7E6E6
(231,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47321E color. Also use rgb(71,50,30) instead hex code.

Text Font Color

.myTextColor { color: #47321E; }

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

This text font color is #47321E.


Background Color

.myBgColor { background-color: #47321E; }

<div style="background-color:#47321E">Inner text</div>

This div background color is #47321E.


Border color

.myBorderColor { border: 1px solid #47321E; }

<div style="border:3px solid #47321E">Div</div>

This div border color is #47321E.


Opacity

.myOpacity80 { color: #47321E; opacity: 0.8; }

<p style="color:#47321E;opacity:0.8;">80%</p>

Text with #47321E 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 #47321E;}

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

This text has shadow with #47321E color.

.textShadow {text-shadow: 3px 3px 1px #47321E, 3px 3px 1px red;}

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

This text has shadow with #47321E primary color and red secondary color.


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

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

This text has shadow with #47321E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47321E on black background.


Color preview on white background

This text has color #47321E on white background.



Black color preview on #47321E background

This text has black color on #47321E background.


White color preview on #47321E background

This text has white color on #47321E background.