COLOR #472C24

HEX: #472C24
RGB: (71,44,36)

Color info

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

RGB color model

#472C24 color RGB value is (71,44,36).

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

RGB channels and saturation

R 71 of 255 = 28%
G 44 of 255 = 17%
B 36 of 255 = 14%

71
44
36

R + G + B ~ 20%. #472C24 is dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 44 + 36 = 151 (100%)
R 71 of 151 ~ 47.02%
G 44 of 151 ~ 29.14%
B 36 of 151 ~ 23.84%

%47.02
%29.14
%23.84

CMYK color model

#472C24 color CMYK value is (0,38,49,72).

  • cyan value is 0.00%
  • magenta value is 38.03%
  • yellow value is 49.30%
  • key color value is 72.16%
CMYK: (0,38,49,72) C0M38Y49K72 (0%,38%,49%,72%) (0.00/0.38/0.49/0.72)

CMYK percentages

%0
%38.03
%49.3
%72.16

Codes

Color #472C24 in popluar color models

472C24
RGB714436
HSL14°32.71%20.98%
HSB/HSV14°49.30%27.84%
CMYK0.00%38.03%49.30%
72.16%

Color #472C24 in popluar number systems.

HEX472C24
Decimal714436
Binary1000111101100100100
Octal1075444

Shades and tints

Shades of #472C24

#472C24
(71,44,36)
#412821
(65,40,33)
#3B241E
(59,36,30)
#35201B
(53,32,27)
#2F1C18
(47,28,24)
#291815
(41,24,21)
#231412
(35,20,18)
#1D100F
(29,16,15)
#170C0C
(23,12,12)
#110809
(17,8,9)
#0B0406
(11,4,6)
#000000
(0,0,0)

Tints of #472C24

#472C24
(71,44,36)
#573F37
(87,63,55)
#67524A
(103,82,74)
#77655D
(119,101,93)
#877870
(135,120,112)
#978B83
(151,139,131)
#A79E96
(167,158,150)
#B7B1A9
(183,177,169)
#C7C4BC
(199,196,188)
#D7D7CF
(215,215,207)
#E7EAE2
(231,234,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #472C24; }

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

This text font color is #472C24.


Background Color

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

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

This div background color is #472C24.


Border color

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

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

This div border color is #472C24.


Opacity

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

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

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

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

This text has shadow with #472C24 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #472C24 on black background.


Color preview on white background

This text has color #472C24 on white background.



Black color preview on #472C24 background

This text has black color on #472C24 background.


White color preview on #472C24 background

This text has white color on #472C24 background.