COLOR #472C1D

HEX: #472C1D
RGB: (71,44,29)

Color info

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

RGB color model

#472C1D color RGB value is (71,44,29).

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

RGB channels and saturation

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

71
44
29

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

Portions of RGB colors in percentages

R + G + B =
71 + 44 + 29 = 144 (100%)
R 71 of 144 ~ 49.31%
G 44 of 144 ~ 30.56%
B 29 of 144 ~ 20.14%

%49.31
%30.56
%20.14

CMYK color model

#472C1D color CMYK value is (0,38,59,72).

  • cyan value is 0.00%
  • magenta value is 38.03%
  • yellow value is 59.15%
  • key color value is 72.16%
CMYK:
(0,38,59,72)
C0M38Y59K72 
(0%,38%,59%,72%)
(0.00/0.38/0.59/0.72)	

CMYK percentages

%0
%38.03
%59.15
%72.16

Codes

Color #472C1D in popluar color models

472C1D
RGB714429
HSL21°42.00%19.61%
HSB/HSV21°59.15%27.84%
CMYK0.00%38.03%59.15%
72.16%

Color #472C1D in popluar number systems.

HEX472C1D
Decimal714429
Binary100011110110011101
Octal1075435

Shades and tints

Shades of #472C1D

#472C1D
(71,44,29)
#41281B
(65,40,27)
#3B2419
(59,36,25)
#352017
(53,32,23)
#2F1C15
(47,28,21)
#291813
(41,24,19)
#231411
(35,20,17)
#1D100F
(29,16,15)
#170C0D
(23,12,13)
#11080B
(17,8,11)
#0B0409
(11,4,9)
#000000
(0,0,0)

Tints of #472C1D

#472C1D
(71,44,29)
#573F31
(87,63,49)
#675245
(103,82,69)
#776559
(119,101,89)
#87786D
(135,120,109)
#978B81
(151,139,129)
#A79E95
(167,158,149)
#B7B1A9
(183,177,169)
#C7C4BD
(199,196,189)
#D7D7D1
(215,215,209)
#E7EAE5
(231,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #472C1D; }

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

This text font color is #472C1D.


Background Color

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

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

This div background color is #472C1D.


Border color

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

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

This div border color is #472C1D.


Opacity

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

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

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

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

This text has shadow with #472C1D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #472C1D on black background.


Color preview on white background

This text has color #472C1D on white background.



Black color preview on #472C1D background

This text has black color on #472C1D background.


White color preview on #472C1D background

This text has white color on #472C1D background.