COLOR #473C1F

HEX: #473C1F
RGB: (71,60,31)

Color info

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

RGB color model

#473C1F color RGB value is (71,60,31).

  • red value is 71;
  • green value is 60;
  • blue value is 31.
RGB:
(71,60,31)
(28%,24%,12%)

RGB channels and saturation

R 71 of 255 = 28%
G 60 of 255 = 24%
B 31 of 255 = 12%

71
60
31

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

Portions of RGB colors in percentages

R + G + B =
71 + 60 + 31 = 162 (100%)
R 71 of 162 ~ 43.83%
G 60 of 162 ~ 37.04%
B 31 of 162 ~ 19.14%

%43.83
%37.04
%19.14

CMYK color model

#473C1F color CMYK value is (0,15,56,72).

  • cyan value is 0.00%
  • magenta value is 15.49%
  • yellow value is 56.34%
  • key color value is 72.16%
CMYK:
(0,15,56,72)
C0M15Y56K72 
(0%,15%,56%,72%)
(0.00/0.15/0.56/0.72)	

CMYK percentages

%0
%15.49
%56.34
%72.16

Codes

Color #473C1F in popluar color models

473C1F
RGB716031
HSL44°39.22%20.00%
HSB/HSV44°56.34%27.84%
CMYK0.00%15.49%56.34%
72.16%

Color #473C1F in popluar number systems.

HEX473C1F
Decimal716031
Binary100011111110011111
Octal1077437

Shades and tints

Shades of #473C1F

#473C1F
(71,60,31)
#41371D
(65,55,29)
#3B321B
(59,50,27)
#352D19
(53,45,25)
#2F2817
(47,40,23)
#292315
(41,35,21)
#231E13
(35,30,19)
#1D1911
(29,25,17)
#17140F
(23,20,15)
#110F0D
(17,15,13)
#0B0A0B
(11,10,11)
#000000
(0,0,0)

Tints of #473C1F

#473C1F
(71,60,31)
#574D33
(87,77,51)
#675E47
(103,94,71)
#776F5B
(119,111,91)
#87806F
(135,128,111)
#979183
(151,145,131)
#A7A297
(167,162,151)
#B7B3AB
(183,179,171)
#C7C4BF
(199,196,191)
#D7D5D3
(215,213,211)
#E7E6E7
(231,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #473C1F color. Also use rgb(71,60,31) instead hex code.

Text Font Color

.myTextColor { color: #473C1F; }

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

This text font color is #473C1F.


Background Color

.myBgColor { background-color: #473C1F; }

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

This div background color is #473C1F.


Border color

.myBorderColor { border: 1px solid #473C1F; }

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

This div border color is #473C1F.


Opacity

.myOpacity80 { color: #473C1F; opacity: 0.8; }

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

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

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

This text has shadow with #473C1F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #473C1F on black background.


Color preview on white background

This text has color #473C1F on white background.



Black color preview on #473C1F background

This text has black color on #473C1F background.


White color preview on #473C1F background

This text has white color on #473C1F background.