COLOR #472111

HEX: #472111
RGB: (71,33,17)

Color info

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

RGB color model

#472111 color RGB value is (71,33,17).

  • red value is 71;
  • green value is 33;
  • blue value is 17.
RGB:
(71,33,17)
(28%,13%,7%)

RGB channels and saturation

R 71 of 255 = 28%
G 33 of 255 = 13%
B 17 of 255 = 7%

71
33
17

R + G + B ~ 16%. #472111 is dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 33 + 17 = 121 (100%)
R 71 of 121 ~ 58.68%
G 33 of 121 ~ 27.27%
B 17 of 121 ~ 14.05%

%58.68
%27.27
%14.05

CMYK color model

#472111 color CMYK value is (0,54,76,72).

  • cyan value is 0.00%
  • magenta value is 53.52%
  • yellow value is 76.06%
  • key color value is 72.16%
CMYK:
(0,54,76,72)
C0M54Y76K72 
(0%,54%,76%,72%)
(0.00/0.54/0.76/0.72)	

CMYK percentages

%0
%53.52
%76.06
%72.16

Codes

Color #472111 in popluar color models

472111
RGB713317
HSL18°61.36%17.25%
HSB/HSV18°76.06%27.84%
CMYK0.00%53.52%76.06%
72.16%

Color #472111 in popluar number systems.

HEX472111
Decimal713317
Binary100011110000110001
Octal1074121

Shades and tints

Shades of #472111

#472111
(71,33,17)
#411E10
(65,30,16)
#3B1B0F
(59,27,15)
#35180E
(53,24,14)
#2F150D
(47,21,13)
#29120C
(41,18,12)
#230F0B
(35,15,11)
#1D0C0A
(29,12,10)
#170909
(23,9,9)
#110608
(17,6,8)
#0B0307
(11,3,7)
#000000
(0,0,0)

Tints of #472111

#472111
(71,33,17)
#573526
(87,53,38)
#67493B
(103,73,59)
#775D50
(119,93,80)
#877165
(135,113,101)
#97857A
(151,133,122)
#A7998F
(167,153,143)
#B7ADA4
(183,173,164)
#C7C1B9
(199,193,185)
#D7D5CE
(215,213,206)
#E7E9E3
(231,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #472111 color. Also use rgb(71,33,17) instead hex code.

Text Font Color

.myTextColor { color: #472111; }

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

This text font color is #472111.


Background Color

.myBgColor { background-color: #472111; }

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

This div background color is #472111.


Border color

.myBorderColor { border: 1px solid #472111; }

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

This div border color is #472111.


Opacity

.myOpacity80 { color: #472111; opacity: 0.8; }

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

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

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

This text has shadow with #472111 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #472111 on black background.


Color preview on white background

This text has color #472111 on white background.



Black color preview on #472111 background

This text has black color on #472111 background.


White color preview on #472111 background

This text has white color on #472111 background.