COLOR #472E29

HEX: #472E29
RGB: (71,46,41)

Color info

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

RGB color model

#472E29 color RGB value is (71,46,41).

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

RGB channels and saturation

R 71 of 255 = 28%
G 46 of 255 = 18%
B 41 of 255 = 16%

71
46
41

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

Portions of RGB colors in percentages

R + G + B =
71 + 46 + 41 = 158 (100%)
R 71 of 158 ~ 44.94%
G 46 of 158 ~ 29.11%
B 41 of 158 ~ 25.95%

%44.94
%29.11
%25.95

CMYK color model

#472E29 color CMYK value is (0,35,42,72).

  • cyan value is 0.00%
  • magenta value is 35.21%
  • yellow value is 42.25%
  • key color value is 72.16%
CMYK:
(0,35,42,72)
C0M35Y42K72 
(0%,35%,42%,72%)
(0.00/0.35/0.42/0.72)	

CMYK percentages

%0
%35.21
%42.25
%72.16

Codes

Color #472E29 in popluar color models

472E29
RGB714641
HSL10°26.79%21.96%
HSB/HSV10°42.25%27.84%
CMYK0.00%35.21%42.25%
72.16%

Color #472E29 in popluar number systems.

HEX472E29
Decimal714641
Binary1000111101110101001
Octal1075651

Shades and tints

Shades of #472E29

#472E29
(71,46,41)
#412A26
(65,42,38)
#3B2623
(59,38,35)
#352220
(53,34,32)
#2F1E1D
(47,30,29)
#291A1A
(41,26,26)
#231617
(35,22,23)
#1D1214
(29,18,20)
#170E11
(23,14,17)
#110A0E
(17,10,14)
#0B060B
(11,6,11)
#000000
(0,0,0)

Tints of #472E29

#472E29
(71,46,41)
#57413C
(87,65,60)
#67544F
(103,84,79)
#776762
(119,103,98)
#877A75
(135,122,117)
#978D88
(151,141,136)
#A7A09B
(167,160,155)
#B7B3AE
(183,179,174)
#C7C6C1
(199,198,193)
#D7D9D4
(215,217,212)
#E7ECE7
(231,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #472E29; }

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

This text font color is #472E29.


Background Color

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

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

This div background color is #472E29.


Border color

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

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

This div border color is #472E29.


Opacity

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

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

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

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

This text has shadow with #472E29 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #472E29 on black background.


Color preview on white background

This text has color #472E29 on white background.



Black color preview on #472E29 background

This text has black color on #472E29 background.


White color preview on #472E29 background

This text has white color on #472E29 background.