COLOR #473C13

HEX: #473C13
RGB: (71,60,19)

Color info

#473C13 contains red, green and blue colors in about the same proportion. Web safe color of #473C13 is #333300 (or #330).

RGB color model

#473C13 color RGB value is (71,60,19).

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

RGB channels and saturation

R 71 of 255 = 28%
G 60 of 255 = 24%
B 19 of 255 = 7%

71
60
19

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

Portions of RGB colors in percentages

R + G + B =
71 + 60 + 19 = 150 (100%)
R 71 of 150 ~ 47.33%
G 60 of 150 ~ 40%
B 19 of 150 ~ 12.67%

%47.33
%40
%12.67

CMYK color model

#473C13 color CMYK value is (0,15,73,72).

  • cyan value is 0.00%
  • magenta value is 15.49%
  • yellow value is 73.24%
  • key color value is 72.16%
CMYK:
(0,15,73,72)
C0M15Y73K72 
(0%,15%,73%,72%)
(0.00/0.15/0.73/0.72)	

CMYK percentages

%0
%15.49
%73.24
%72.16

Codes

Color #473C13 in popluar color models

473C13
RGB716019
HSL47°57.78%17.65%
HSB/HSV47°73.24%27.84%
CMYK0.00%15.49%73.24%
72.16%

Color #473C13 in popluar number systems.

HEX473C13
Decimal716019
Binary100011111110010011
Octal1077423

Shades and tints

Shades of #473C13

#473C13
(71,60,19)
#413712
(65,55,18)
#3B3211
(59,50,17)
#352D10
(53,45,16)
#2F280F
(47,40,15)
#29230E
(41,35,14)
#231E0D
(35,30,13)
#1D190C
(29,25,12)
#17140B
(23,20,11)
#110F0A
(17,15,10)
#0B0A09
(11,10,9)
#000000
(0,0,0)

Tints of #473C13

#473C13
(71,60,19)
#574D28
(87,77,40)
#675E3D
(103,94,61)
#776F52
(119,111,82)
#878067
(135,128,103)
#97917C
(151,145,124)
#A7A291
(167,162,145)
#B7B3A6
(183,179,166)
#C7C4BB
(199,196,187)
#D7D5D0
(215,213,208)
#E7E6E5
(231,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #473C13; }

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

This text font color is #473C13.


Background Color

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

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

This div background color is #473C13.


Border color

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

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

This div border color is #473C13.


Opacity

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

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

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

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

This text has shadow with #473C13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #473C13 on black background.


Color preview on white background

This text has color #473C13 on white background.



Black color preview on #473C13 background

This text has black color on #473C13 background.


White color preview on #473C13 background

This text has white color on #473C13 background.