COLOR #472C1C

HEX: #472C1C
RGB: (71,44,28)

Color info

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

RGB color model

#472C1C color RGB value is (71,44,28).

  • red value is 71;
  • green value is 44;
  • blue value is 28.
RGB:
(71,44,28)
(28%,17%,11%)

RGB channels and saturation

R 71 of 255 = 28%
G 44 of 255 = 17%
B 28 of 255 = 11%

71
44
28

R + G + B ~ 19%. #472C1C is dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 44 + 28 = 143 (100%)
R 71 of 143 ~ 49.65%
G 44 of 143 ~ 30.77%
B 28 of 143 ~ 19.58%

%49.65
%30.77
%19.58

CMYK color model

#472C1C color CMYK value is (0,38,61,72).

  • cyan value is 0.00%
  • magenta value is 38.03%
  • yellow value is 60.56%
  • key color value is 72.16%
CMYK:
(0,38,61,72)
C0M38Y61K72 
(0%,38%,61%,72%)
(0.00/0.38/0.61/0.72)	

CMYK percentages

%0
%38.03
%60.56
%72.16

Codes

Color #472C1C in popluar color models

472C1C
RGB714428
HSL22°43.43%19.41%
HSB/HSV22°60.56%27.84%
CMYK0.00%38.03%60.56%
72.16%

Color #472C1C in popluar number systems.

HEX472C1C
Decimal714428
Binary100011110110011100
Octal1075434

Shades and tints

Shades of #472C1C

#472C1C
(71,44,28)
#41281A
(65,40,26)
#3B2418
(59,36,24)
#352016
(53,32,22)
#2F1C14
(47,28,20)
#291812
(41,24,18)
#231410
(35,20,16)
#1D100E
(29,16,14)
#170C0C
(23,12,12)
#11080A
(17,8,10)
#0B0408
(11,4,8)
#000000
(0,0,0)

Tints of #472C1C

#472C1C
(71,44,28)
#573F30
(87,63,48)
#675244
(103,82,68)
#776558
(119,101,88)
#87786C
(135,120,108)
#978B80
(151,139,128)
#A79E94
(167,158,148)
#B7B1A8
(183,177,168)
#C7C4BC
(199,196,188)
#D7D7D0
(215,215,208)
#E7EAE4
(231,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #472C1C color. Also use rgb(71,44,28) instead hex code.

Text Font Color

.myTextColor { color: #472C1C; }

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

This text font color is #472C1C.


Background Color

.myBgColor { background-color: #472C1C; }

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

This div background color is #472C1C.


Border color

.myBorderColor { border: 1px solid #472C1C; }

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

This div border color is #472C1C.


Opacity

.myOpacity80 { color: #472C1C; opacity: 0.8; }

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

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

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

This text has shadow with #472C1C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #472C1C on black background.


Color preview on white background

This text has color #472C1C on white background.



Black color preview on #472C1C background

This text has black color on #472C1C background.


White color preview on #472C1C background

This text has white color on #472C1C background.