COLOR #47321B

HEX: #47321B
RGB: (71,50,27)

Color info

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

RGB color model

#47321B color RGB value is (71,50,27).

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

RGB channels and saturation

R 71 of 255 = 28%
G 50 of 255 = 20%
B 27 of 255 = 11%

71
50
27

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

Portions of RGB colors in percentages

R + G + B =
71 + 50 + 27 = 148 (100%)
R 71 of 148 ~ 47.97%
G 50 of 148 ~ 33.78%
B 27 of 148 ~ 18.24%

%47.97
%33.78
%18.24

CMYK color model

#47321B color CMYK value is (0,30,62,72).

  • cyan value is 0.00%
  • magenta value is 29.58%
  • yellow value is 61.97%
  • key color value is 72.16%
CMYK:
(0,30,62,72)
C0M30Y62K72 
(0%,30%,62%,72%)
(0.00/0.30/0.62/0.72)	

CMYK percentages

%0
%29.58
%61.97
%72.16

Codes

Color #47321B in popluar color models

47321B
RGB715027
HSL31°44.90%19.22%
HSB/HSV31°61.97%27.84%
CMYK0.00%29.58%61.97%
72.16%

Color #47321B in popluar number systems.

HEX47321B
Decimal715027
Binary100011111001011011
Octal1076233

Shades and tints

Shades of #47321B

#47321B
(71,50,27)
#412E19
(65,46,25)
#3B2A17
(59,42,23)
#352615
(53,38,21)
#2F2213
(47,34,19)
#291E11
(41,30,17)
#231A0F
(35,26,15)
#1D160D
(29,22,13)
#17120B
(23,18,11)
#110E09
(17,14,9)
#0B0A07
(11,10,7)
#000000
(0,0,0)

Tints of #47321B

#47321B
(71,50,27)
#57442F
(87,68,47)
#675643
(103,86,67)
#776857
(119,104,87)
#877A6B
(135,122,107)
#978C7F
(151,140,127)
#A79E93
(167,158,147)
#B7B0A7
(183,176,167)
#C7C2BB
(199,194,187)
#D7D4CF
(215,212,207)
#E7E6E3
(231,230,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #47321B; }

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

This text font color is #47321B.


Background Color

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

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

This div background color is #47321B.


Border color

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

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

This div border color is #47321B.


Opacity

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

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

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

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

This text has shadow with #47321B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47321B on black background.


Color preview on white background

This text has color #47321B on white background.



Black color preview on #47321B background

This text has black color on #47321B background.


White color preview on #47321B background

This text has white color on #47321B background.