COLOR #473C1E

HEX: #473C1E
RGB: (71,60,30)

Color info

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

RGB color model

#473C1E color RGB value is (71,60,30).

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

RGB channels and saturation

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

71
60
30

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

Portions of RGB colors in percentages

R + G + B =
71 + 60 + 30 = 161 (100%)
R 71 of 161 ~ 44.1%
G 60 of 161 ~ 37.27%
B 30 of 161 ~ 18.63%

%44.1
%37.27
%18.63

CMYK color model

#473C1E color CMYK value is (0,15,58,72).

  • cyan value is 0.00%
  • magenta value is 15.49%
  • yellow value is 57.75%
  • key color value is 72.16%
CMYK:
(0,15,58,72)
C0M15Y58K72 
(0%,15%,58%,72%)
(0.00/0.15/0.58/0.72)	

CMYK percentages

%0
%15.49
%57.75
%72.16

Codes

Color #473C1E in popluar color models

473C1E
RGB716030
HSL44°40.59%19.80%
HSB/HSV44°57.75%27.84%
CMYK0.00%15.49%57.75%
72.16%

Color #473C1E in popluar number systems.

HEX473C1E
Decimal716030
Binary100011111110011110
Octal1077436

Shades and tints

Shades of #473C1E

#473C1E
(71,60,30)
#41371C
(65,55,28)
#3B321A
(59,50,26)
#352D18
(53,45,24)
#2F2816
(47,40,22)
#292314
(41,35,20)
#231E12
(35,30,18)
#1D1910
(29,25,16)
#17140E
(23,20,14)
#110F0C
(17,15,12)
#0B0A0A
(11,10,10)
#000000
(0,0,0)

Tints of #473C1E

#473C1E
(71,60,30)
#574D32
(87,77,50)
#675E46
(103,94,70)
#776F5A
(119,111,90)
#87806E
(135,128,110)
#979182
(151,145,130)
#A7A296
(167,162,150)
#B7B3AA
(183,179,170)
#C7C4BE
(199,196,190)
#D7D5D2
(215,213,210)
#E7E6E6
(231,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #473C1E; }

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

This text font color is #473C1E.


Background Color

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

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

This div background color is #473C1E.


Border color

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

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

This div border color is #473C1E.


Opacity

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

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

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

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

This text has shadow with #473C1E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #473C1E on black background.


Color preview on white background

This text has color #473C1E on white background.



Black color preview on #473C1E background

This text has black color on #473C1E background.


White color preview on #473C1E background

This text has white color on #473C1E background.