COLOR #472C1A

HEX: #472C1A
RGB: (71,44,26)

Color info

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

RGB color model

#472C1A color RGB value is (71,44,26).

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

RGB channels and saturation

R 71 of 255 = 28%
G 44 of 255 = 17%
B 26 of 255 = 10%

71
44
26

R + G + B ~ 18%. #472C1A is dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 44 + 26 = 141 (100%)
R 71 of 141 ~ 50.35%
G 44 of 141 ~ 31.21%
B 26 of 141 ~ 18.44%

%50.35
%31.21
%18.44

CMYK color model

#472C1A color CMYK value is (0,38,63,72).

  • cyan value is 0.00%
  • magenta value is 38.03%
  • yellow value is 63.38%
  • key color value is 72.16%
CMYK:
(0,38,63,72)
C0M38Y63K72 
(0%,38%,63%,72%)
(0.00/0.38/0.63/0.72)	

CMYK percentages

%0
%38.03
%63.38
%72.16

Codes

Color #472C1A in popluar color models

472C1A
RGB714426
HSL24°46.39%19.02%
HSB/HSV24°63.38%27.84%
CMYK0.00%38.03%63.38%
72.16%

Color #472C1A in popluar number systems.

HEX472C1A
Decimal714426
Binary100011110110011010
Octal1075432

Shades and tints

Shades of #472C1A

#472C1A
(71,44,26)
#412818
(65,40,24)
#3B2416
(59,36,22)
#352014
(53,32,20)
#2F1C12
(47,28,18)
#291810
(41,24,16)
#23140E
(35,20,14)
#1D100C
(29,16,12)
#170C0A
(23,12,10)
#110808
(17,8,8)
#0B0406
(11,4,6)
#000000
(0,0,0)

Tints of #472C1A

#472C1A
(71,44,26)
#573F2E
(87,63,46)
#675242
(103,82,66)
#776556
(119,101,86)
#87786A
(135,120,106)
#978B7E
(151,139,126)
#A79E92
(167,158,146)
#B7B1A6
(183,177,166)
#C7C4BA
(199,196,186)
#D7D7CE
(215,215,206)
#E7EAE2
(231,234,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #472C1A; }

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

This text font color is #472C1A.


Background Color

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

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

This div background color is #472C1A.


Border color

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

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

This div border color is #472C1A.


Opacity

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

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

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

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

This text has shadow with #472C1A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #472C1A on black background.


Color preview on white background

This text has color #472C1A on white background.



Black color preview on #472C1A background

This text has black color on #472C1A background.


White color preview on #472C1A background

This text has white color on #472C1A background.