COLOR #473421

HEX: #473421
RGB: (71,52,33)

Color info

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

RGB color model

#473421 color RGB value is (71,52,33).

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

RGB channels and saturation

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

71
52
33

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

Portions of RGB colors in percentages

R + G + B =
71 + 52 + 33 = 156 (100%)
R 71 of 156 ~ 45.51%
G 52 of 156 ~ 33.33%
B 33 of 156 ~ 21.15%

%45.51
%33.33
%21.15

CMYK color model

#473421 color CMYK value is (0,27,54,72).

  • cyan value is 0.00%
  • magenta value is 26.76%
  • yellow value is 53.52%
  • key color value is 72.16%
CMYK:
(0,27,54,72)
C0M27Y54K72 
(0%,27%,54%,72%)
(0.00/0.27/0.54/0.72)	

CMYK percentages

%0
%26.76
%53.52
%72.16

Codes

Color #473421 in popluar color models

473421
RGB715233
HSL30°36.54%20.39%
HSB/HSV30°53.52%27.84%
CMYK0.00%26.76%53.52%
72.16%

Color #473421 in popluar number systems.

HEX473421
Decimal715233
Binary1000111110100100001
Octal1076441

Shades and tints

Shades of #473421

#473421
(71,52,33)
#41301E
(65,48,30)
#3B2C1B
(59,44,27)
#352818
(53,40,24)
#2F2415
(47,36,21)
#292012
(41,32,18)
#231C0F
(35,28,15)
#1D180C
(29,24,12)
#171409
(23,20,9)
#111006
(17,16,6)
#0B0C03
(11,12,3)
#000000
(0,0,0)

Tints of #473421

#473421
(71,52,33)
#574635
(87,70,53)
#675849
(103,88,73)
#776A5D
(119,106,93)
#877C71
(135,124,113)
#978E85
(151,142,133)
#A7A099
(167,160,153)
#B7B2AD
(183,178,173)
#C7C4C1
(199,196,193)
#D7D6D5
(215,214,213)
#E7E8E9
(231,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #473421; }

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

This text font color is #473421.


Background Color

.myBgColor { background-color: #473421; }

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

This div background color is #473421.


Border color

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

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

This div border color is #473421.


Opacity

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

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

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

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

This text has shadow with #473421 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #473421 on black background.


Color preview on white background

This text has color #473421 on white background.



Black color preview on #473421 background

This text has black color on #473421 background.


White color preview on #473421 background

This text has white color on #473421 background.