COLOR #472012

HEX: #472012
RGB: (71,32,18)

Color info

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

RGB color model

#472012 color RGB value is (71,32,18).

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

RGB channels and saturation

R 71 of 255 = 28%
G 32 of 255 = 13%
B 18 of 255 = 7%

71
32
18

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

Portions of RGB colors in percentages

R + G + B =
71 + 32 + 18 = 121 (100%)
R 71 of 121 ~ 58.68%
G 32 of 121 ~ 26.45%
B 18 of 121 ~ 14.88%

%58.68
%26.45
%14.88

CMYK color model

#472012 color CMYK value is (0,55,75,72).

  • cyan value is 0.00%
  • magenta value is 54.93%
  • yellow value is 74.65%
  • key color value is 72.16%
CMYK:
(0,55,75,72)
C0M55Y75K72 
(0%,55%,75%,72%)
(0.00/0.55/0.75/0.72)	

CMYK percentages

%0
%54.93
%74.65
%72.16

Codes

Color #472012 in popluar color models

472012
RGB713218
HSL16°59.55%17.45%
HSB/HSV16°74.65%27.84%
CMYK0.00%54.93%74.65%
72.16%

Color #472012 in popluar number systems.

HEX472012
Decimal713218
Binary100011110000010010
Octal1074022

Shades and tints

Shades of #472012

#472012
(71,32,18)
#411E11
(65,30,17)
#3B1C10
(59,28,16)
#351A0F
(53,26,15)
#2F180E
(47,24,14)
#29160D
(41,22,13)
#23140C
(35,20,12)
#1D120B
(29,18,11)
#17100A
(23,16,10)
#110E09
(17,14,9)
#0B0C08
(11,12,8)
#000000
(0,0,0)

Tints of #472012

#472012
(71,32,18)
#573427
(87,52,39)
#67483C
(103,72,60)
#775C51
(119,92,81)
#877066
(135,112,102)
#97847B
(151,132,123)
#A79890
(167,152,144)
#B7ACA5
(183,172,165)
#C7C0BA
(199,192,186)
#D7D4CF
(215,212,207)
#E7E8E4
(231,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #472012 color. Also use rgb(71,32,18) instead hex code.

Text Font Color

.myTextColor { color: #472012; }

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

This text font color is #472012.


Background Color

.myBgColor { background-color: #472012; }

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

This div background color is #472012.


Border color

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

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

This div border color is #472012.


Opacity

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

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

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

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

This text has shadow with #472012 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #472012 on black background.


Color preview on white background

This text has color #472012 on white background.



Black color preview on #472012 background

This text has black color on #472012 background.


White color preview on #472012 background

This text has white color on #472012 background.