COLOR #473821

HEX: #473821
RGB: (71,56,33)

Color info

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

RGB color model

#473821 color RGB value is (71,56,33).

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

RGB channels and saturation

R 71 of 255 = 28%
G 56 of 255 = 22%
B 33 of 255 = 13%

71
56
33

R + G + B ~ 21%. #473821 is dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 56 + 33 = 160 (100%)
R 71 of 160 ~ 44.38%
G 56 of 160 ~ 35%
B 33 of 160 ~ 20.63%

%44.38
%35
%20.63

CMYK color model

#473821 color CMYK value is (0,21,54,72).

  • cyan value is 0.00%
  • magenta value is 21.13%
  • yellow value is 53.52%
  • key color value is 72.16%
CMYK:
(0,21,54,72)
C0M21Y54K72 
(0%,21%,54%,72%)
(0.00/0.21/0.54/0.72)	

CMYK percentages

%0
%21.13
%53.52
%72.16

Codes

Color #473821 in popluar color models

473821
RGB715633
HSL36°36.54%20.39%
HSB/HSV36°53.52%27.84%
CMYK0.00%21.13%53.52%
72.16%

Color #473821 in popluar number systems.

HEX473821
Decimal715633
Binary1000111111000100001
Octal1077041

Shades and tints

Shades of #473821

#473821
(71,56,33)
#41331E
(65,51,30)
#3B2E1B
(59,46,27)
#352918
(53,41,24)
#2F2415
(47,36,21)
#291F12
(41,31,18)
#231A0F
(35,26,15)
#1D150C
(29,21,12)
#171009
(23,16,9)
#110B06
(17,11,6)
#0B0603
(11,6,3)
#000000
(0,0,0)

Tints of #473821

#473821
(71,56,33)
#574A35
(87,74,53)
#675C49
(103,92,73)
#776E5D
(119,110,93)
#878071
(135,128,113)
#979285
(151,146,133)
#A7A499
(167,164,153)
#B7B6AD
(183,182,173)
#C7C8C1
(199,200,193)
#D7DAD5
(215,218,213)
#E7ECE9
(231,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #473821; }

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

This text font color is #473821.


Background Color

.myBgColor { background-color: #473821; }

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

This div background color is #473821.


Border color

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

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

This div border color is #473821.


Opacity

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

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

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

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

This text has shadow with #473821 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #473821 on black background.


Color preview on white background

This text has color #473821 on white background.



Black color preview on #473821 background

This text has black color on #473821 background.


White color preview on #473821 background

This text has white color on #473821 background.