COLOR #473520

HEX: #473520
RGB: (71,53,32)

Color info

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

RGB color model

#473520 color RGB value is (71,53,32).

  • red value is 71;
  • green value is 53;
  • blue value is 32.
RGB:
(71,53,32)
(28%,21%,13%)

RGB channels and saturation

R 71 of 255 = 28%
G 53 of 255 = 21%
B 32 of 255 = 13%

71
53
32

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

Portions of RGB colors in percentages

R + G + B =
71 + 53 + 32 = 156 (100%)
R 71 of 156 ~ 45.51%
G 53 of 156 ~ 33.97%
B 32 of 156 ~ 20.51%

%45.51
%33.97
%20.51

CMYK color model

#473520 color CMYK value is (0,25,55,72).

  • cyan value is 0.00%
  • magenta value is 25.35%
  • yellow value is 54.93%
  • key color value is 72.16%
CMYK:
(0,25,55,72)
C0M25Y55K72 
(0%,25%,55%,72%)
(0.00/0.25/0.55/0.72)	

CMYK percentages

%0
%25.35
%54.93
%72.16

Codes

Color #473520 in popluar color models

473520
RGB715332
HSL32°37.86%20.20%
HSB/HSV32°54.93%27.84%
CMYK0.00%25.35%54.93%
72.16%

Color #473520 in popluar number systems.

HEX473520
Decimal715332
Binary1000111110101100000
Octal1076540

Shades and tints

Shades of #473520

#473520
(71,53,32)
#41311E
(65,49,30)
#3B2D1C
(59,45,28)
#35291A
(53,41,26)
#2F2518
(47,37,24)
#292116
(41,33,22)
#231D14
(35,29,20)
#1D1912
(29,25,18)
#171510
(23,21,16)
#11110E
(17,17,14)
#0B0D0C
(11,13,12)
#000000
(0,0,0)

Tints of #473520

#473520
(71,53,32)
#574734
(87,71,52)
#675948
(103,89,72)
#776B5C
(119,107,92)
#877D70
(135,125,112)
#978F84
(151,143,132)
#A7A198
(167,161,152)
#B7B3AC
(183,179,172)
#C7C5C0
(199,197,192)
#D7D7D4
(215,215,212)
#E7E9E8
(231,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #473520 color. Also use rgb(71,53,32) instead hex code.

Text Font Color

.myTextColor { color: #473520; }

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

This text font color is #473520.


Background Color

.myBgColor { background-color: #473520; }

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

This div background color is #473520.


Border color

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

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

This div border color is #473520.


Opacity

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

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

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

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

This text has shadow with #473520 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #473520 on black background.


Color preview on white background

This text has color #473520 on white background.



Black color preview on #473520 background

This text has black color on #473520 background.


White color preview on #473520 background

This text has white color on #473520 background.