COLOR #472F1A

HEX: #472F1A
RGB: (71,47,26)

Color info

#472F1A contains red, green and blue colors in about the same proportion. Web safe color of #472F1A is #333300 (or #330).

RGB color model

#472F1A color RGB value is (71,47,26).

  • red value is 71;
  • green value is 47;
  • blue value is 26.
RGB:
(71,47,26)
(28%,18%,10%)

RGB channels and saturation

R 71 of 255 = 28%
G 47 of 255 = 18%
B 26 of 255 = 10%

71
47
26

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

Portions of RGB colors in percentages

R + G + B =
71 + 47 + 26 = 144 (100%)
R 71 of 144 ~ 49.31%
G 47 of 144 ~ 32.64%
B 26 of 144 ~ 18.06%

%49.31
%32.64
%18.06

CMYK color model

#472F1A color CMYK value is (0,34,63,72).

  • cyan value is 0.00%
  • magenta value is 33.80%
  • yellow value is 63.38%
  • key color value is 72.16%
CMYK:
(0,34,63,72)
C0M34Y63K72 
(0%,34%,63%,72%)
(0.00/0.34/0.63/0.72)	

CMYK percentages

%0
%33.8
%63.38
%72.16

Codes

Color #472F1A in popluar color models

472F1A
RGB714726
HSL28°46.39%19.02%
HSB/HSV28°63.38%27.84%
CMYK0.00%33.80%63.38%
72.16%

Color #472F1A in popluar number systems.

HEX472F1A
Decimal714726
Binary100011110111111010
Octal1075732

Shades and tints

Shades of #472F1A

#472F1A
(71,47,26)
#412B18
(65,43,24)
#3B2716
(59,39,22)
#352314
(53,35,20)
#2F1F12
(47,31,18)
#291B10
(41,27,16)
#23170E
(35,23,14)
#1D130C
(29,19,12)
#170F0A
(23,15,10)
#110B08
(17,11,8)
#0B0706
(11,7,6)
#000000
(0,0,0)

Tints of #472F1A

#472F1A
(71,47,26)
#57412E
(87,65,46)
#675342
(103,83,66)
#776556
(119,101,86)
#87776A
(135,119,106)
#97897E
(151,137,126)
#A79B92
(167,155,146)
#B7ADA6
(183,173,166)
#C7BFBA
(199,191,186)
#D7D1CE
(215,209,206)
#E7E3E2
(231,227,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #472F1A color. Also use rgb(71,47,26) instead hex code.

Text Font Color

.myTextColor { color: #472F1A; }

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

This text font color is #472F1A.


Background Color

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

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

This div background color is #472F1A.


Border color

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

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

This div border color is #472F1A.


Opacity

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

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

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

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

This text has shadow with #472F1A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #472F1A on black background.


Color preview on white background

This text has color #472F1A on white background.



Black color preview on #472F1A background

This text has black color on #472F1A background.


White color preview on #472F1A background

This text has white color on #472F1A background.