COLOR #472D26

HEX: #472D26
RGB: (71,45,38)

Color info

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

RGB color model

#472D26 color RGB value is (71,45,38).

  • red value is 71;
  • green value is 45;
  • blue value is 38.
RGB:
(71,45,38)
(28%,18%,15%)

RGB channels and saturation

R 71 of 255 = 28%
G 45 of 255 = 18%
B 38 of 255 = 15%

71
45
38

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

Portions of RGB colors in percentages

R + G + B =
71 + 45 + 38 = 154 (100%)
R 71 of 154 ~ 46.1%
G 45 of 154 ~ 29.22%
B 38 of 154 ~ 24.68%

%46.1
%29.22
%24.68

CMYK color model

#472D26 color CMYK value is (0,37,46,72).

  • cyan value is 0.00%
  • magenta value is 36.62%
  • yellow value is 46.48%
  • key color value is 72.16%
CMYK:
(0,37,46,72)
C0M37Y46K72 
(0%,37%,46%,72%)
(0.00/0.37/0.46/0.72)	

CMYK percentages

%0
%36.62
%46.48
%72.16

Codes

Color #472D26 in popluar color models

472D26
RGB714538
HSL13°30.28%21.37%
HSB/HSV13°46.48%27.84%
CMYK0.00%36.62%46.48%
72.16%

Color #472D26 in popluar number systems.

HEX472D26
Decimal714538
Binary1000111101101100110
Octal1075546

Shades and tints

Shades of #472D26

#472D26
(71,45,38)
#412923
(65,41,35)
#3B2520
(59,37,32)
#35211D
(53,33,29)
#2F1D1A
(47,29,26)
#291917
(41,25,23)
#231514
(35,21,20)
#1D1111
(29,17,17)
#170D0E
(23,13,14)
#11090B
(17,9,11)
#0B0508
(11,5,8)
#000000
(0,0,0)

Tints of #472D26

#472D26
(71,45,38)
#574039
(87,64,57)
#67534C
(103,83,76)
#77665F
(119,102,95)
#877972
(135,121,114)
#978C85
(151,140,133)
#A79F98
(167,159,152)
#B7B2AB
(183,178,171)
#C7C5BE
(199,197,190)
#D7D8D1
(215,216,209)
#E7EBE4
(231,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #472D26 color. Also use rgb(71,45,38) instead hex code.

Text Font Color

.myTextColor { color: #472D26; }

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

This text font color is #472D26.


Background Color

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

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

This div background color is #472D26.


Border color

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

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

This div border color is #472D26.


Opacity

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

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

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

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

This text has shadow with #472D26 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #472D26 on black background.


Color preview on white background

This text has color #472D26 on white background.



Black color preview on #472D26 background

This text has black color on #472D26 background.


White color preview on #472D26 background

This text has white color on #472D26 background.