COLOR #473222

HEX: #473222
RGB: (71,50,34)

Color info

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

RGB color model

#473222 color RGB value is (71,50,34).

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

RGB channels and saturation

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

71
50
34

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

Portions of RGB colors in percentages

R + G + B =
71 + 50 + 34 = 155 (100%)
R 71 of 155 ~ 45.81%
G 50 of 155 ~ 32.26%
B 34 of 155 ~ 21.94%

%45.81
%32.26
%21.94

CMYK color model

#473222 color CMYK value is (0,30,52,72).

  • cyan value is 0.00%
  • magenta value is 29.58%
  • yellow value is 52.11%
  • key color value is 72.16%
CMYK:
(0,30,52,72)
C0M30Y52K72 
(0%,30%,52%,72%)
(0.00/0.30/0.52/0.72)	

CMYK percentages

%0
%29.58
%52.11
%72.16

Codes

Color #473222 in popluar color models

473222
RGB715034
HSL26°35.24%20.59%
HSB/HSV26°52.11%27.84%
CMYK0.00%29.58%52.11%
72.16%

Color #473222 in popluar number systems.

HEX473222
Decimal715034
Binary1000111110010100010
Octal1076242

Shades and tints

Shades of #473222

#473222
(71,50,34)
#412E1F
(65,46,31)
#3B2A1C
(59,42,28)
#352619
(53,38,25)
#2F2216
(47,34,22)
#291E13
(41,30,19)
#231A10
(35,26,16)
#1D160D
(29,22,13)
#17120A
(23,18,10)
#110E07
(17,14,7)
#0B0A04
(11,10,4)
#000000
(0,0,0)

Tints of #473222

#473222
(71,50,34)
#574436
(87,68,54)
#67564A
(103,86,74)
#77685E
(119,104,94)
#877A72
(135,122,114)
#978C86
(151,140,134)
#A79E9A
(167,158,154)
#B7B0AE
(183,176,174)
#C7C2C2
(199,194,194)
#D7D4D6
(215,212,214)
#E7E6EA
(231,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #473222; }

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

This text font color is #473222.


Background Color

.myBgColor { background-color: #473222; }

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

This div background color is #473222.


Border color

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

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

This div border color is #473222.


Opacity

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

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

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

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

This text has shadow with #473222 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #473222 on black background.


Color preview on white background

This text has color #473222 on white background.



Black color preview on #473222 background

This text has black color on #473222 background.


White color preview on #473222 background

This text has white color on #473222 background.