COLOR #473221

HEX: #473221
RGB: (71,50,33)

Color info

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

RGB color model

#473221 color RGB value is (71,50,33).

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

RGB channels and saturation

R 71 of 255 = 28%
G 50 of 255 = 20%
B 33 of 255 = 13%

71
50
33

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

Portions of RGB colors in percentages

R + G + B =
71 + 50 + 33 = 154 (100%)
R 71 of 154 ~ 46.1%
G 50 of 154 ~ 32.47%
B 33 of 154 ~ 21.43%

%46.1
%32.47
%21.43

CMYK color model

#473221 color CMYK value is (0,30,54,72).

  • cyan value is 0.00%
  • magenta value is 29.58%
  • yellow value is 53.52%
  • key color value is 72.16%
CMYK:
(0,30,54,72)
C0M30Y54K72 
(0%,30%,54%,72%)
(0.00/0.30/0.54/0.72)	

CMYK percentages

%0
%29.58
%53.52
%72.16

Codes

Color #473221 in popluar color models

473221
RGB715033
HSL27°36.54%20.39%
HSB/HSV27°53.52%27.84%
CMYK0.00%29.58%53.52%
72.16%

Color #473221 in popluar number systems.

HEX473221
Decimal715033
Binary1000111110010100001
Octal1076241

Shades and tints

Shades of #473221

#473221
(71,50,33)
#412E1E
(65,46,30)
#3B2A1B
(59,42,27)
#352618
(53,38,24)
#2F2215
(47,34,21)
#291E12
(41,30,18)
#231A0F
(35,26,15)
#1D160C
(29,22,12)
#171209
(23,18,9)
#110E06
(17,14,6)
#0B0A03
(11,10,3)
#000000
(0,0,0)

Tints of #473221

#473221
(71,50,33)
#574435
(87,68,53)
#675649
(103,86,73)
#77685D
(119,104,93)
#877A71
(135,122,113)
#978C85
(151,140,133)
#A79E99
(167,158,153)
#B7B0AD
(183,176,173)
#C7C2C1
(199,194,193)
#D7D4D5
(215,212,213)
#E7E6E9
(231,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #473221; }

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

This text font color is #473221.


Background Color

.myBgColor { background-color: #473221; }

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

This div background color is #473221.


Border color

.myBorderColor { border: 1px solid #473221; }

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

This div border color is #473221.


Opacity

.myOpacity80 { color: #473221; opacity: 0.8; }

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

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

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

This text has shadow with #473221 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #473221 on black background.


Color preview on white background

This text has color #473221 on white background.



Black color preview on #473221 background

This text has black color on #473221 background.


White color preview on #473221 background

This text has white color on #473221 background.