COLOR #472C2E

HEX: #472C2E
RGB: (71,44,46)

Color info

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

RGB color model

#472C2E color RGB value is (71,44,46).

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

RGB channels and saturation

R 71 of 255 = 28%
G 44 of 255 = 17%
B 46 of 255 = 18%

71
44
46

R + G + B ~ 21%. #472C2E is dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 44 + 46 = 161 (100%)
R 71 of 161 ~ 44.1%
G 44 of 161 ~ 27.33%
B 46 of 161 ~ 28.57%

%44.1
%27.33
%28.57

CMYK color model

#472C2E color CMYK value is (0,38,35,72).

  • cyan value is 0.00%
  • magenta value is 38.03%
  • yellow value is 35.21%
  • key color value is 72.16%
CMYK:
(0,38,35,72)
C0M38Y35K72 
(0%,38%,35%,72%)
(0.00/0.38/0.35/0.72)	

CMYK percentages

%0
%38.03
%35.21
%72.16

Codes

Color #472C2E in popluar color models

472C2E
RGB714446
HSL356°23.48%22.55%
HSB/HSV356°38.03%27.84%
CMYK0.00%38.03%35.21%
72.16%

Color #472C2E in popluar number systems.

HEX472C2E
Decimal714446
Binary1000111101100101110
Octal1075456

Shades and tints

Shades of #472C2E

#472C2E
(71,44,46)
#41282A
(65,40,42)
#3B2426
(59,36,38)
#352022
(53,32,34)
#2F1C1E
(47,28,30)
#29181A
(41,24,26)
#231416
(35,20,22)
#1D1012
(29,16,18)
#170C0E
(23,12,14)
#11080A
(17,8,10)
#0B0406
(11,4,6)
#000000
(0,0,0)

Tints of #472C2E

#472C2E
(71,44,46)
#573F41
(87,63,65)
#675254
(103,82,84)
#776567
(119,101,103)
#87787A
(135,120,122)
#978B8D
(151,139,141)
#A79EA0
(167,158,160)
#B7B1B3
(183,177,179)
#C7C4C6
(199,196,198)
#D7D7D9
(215,215,217)
#E7EAEC
(231,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #472C2E; }

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

This text font color is #472C2E.


Background Color

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

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

This div background color is #472C2E.


Border color

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

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

This div border color is #472C2E.


Opacity

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

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

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

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

This text has shadow with #472C2E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #472C2E on black background.


Color preview on white background

This text has color #472C2E on white background.



Black color preview on #472C2E background

This text has black color on #472C2E background.


White color preview on #472C2E background

This text has white color on #472C2E background.