COLOR #472006

HEX: #472006 RGB: (71,32,6)

Color info

#472006 contains mainly red and green colors. Web safe color of #472006 is #333300 (or #330).

RGB color model

#472006 color RGB value is (71,32,6).

RGB: (71,32,6) (28%, 13%, 2%)

RGB channels and saturation

R 71 of 255 = 28%
G 32 of 255 = 13%
B 6 of 255 = 2%

71
32
6

R + G + B ~ 14%. #472006 is dark color.

Portions of RGB colors in percentages

R + G + B = 71 + 32 + 6 = 109 (100%)
R 71 of 109 ~ 65.14%
G 32 of 109 ~ 29.36%
B 6 of 109 ~ 5.5'%

%65.14
%29.36

CMYK color model

#472006 color CMYK value is (0,55,92,72).

  • cyan value is 0.00%
  • magenta value is 54.93%
  • yellow value is 91.55%
  • key color value is 72.16%

CMYK: (0,55,92,72)
C0M55Y92K72 (0%, 55%, 92%, 72%)
(0.00 / 0.55 / 0.92 / 0.72)

CMYK percentages

%0
%54.93
%91.55
%72.16

Codes

Color #472006 in popluar color models

47 20 06
RGB 71 32 6
HSL 24° 84.42% 15.10%
HSB/HSV 24° 91.55% 27.84%
CMYK 0.00% 54.93% 91.55%
72.16%

Color #472006 in popluar number systems.

HEX 47 20 06
Decimal 71 32 6
Binary 1000111 100000 110
Octal 107 40 6

Shades and tints

Shades of #472006

#472006
(71,32,6)
#411E06
(65,30,6)
#3B1C06
(59,28,6)
#351A06
(53,26,6)
#2F1806
(47,24,6)
#291606
(41,22,6)
#231406
(35,20,6)
#1D1206
(29,18,6)
#171006
(23,16,6)
#110E06
(17,14,6)
#0B0C06
(11,12,6)
#000000
(0,0,0)

Tints of #472006

#472006
(71,32,6)
#57341C
(87,52,28)
#674832
(103,72,50)
#775C48
(119,92,72)
#87705E
(135,112,94)
#978474
(151,132,116)
#A7988A
(167,152,138)
#B7ACA0
(183,172,160)
#C7C0B6
(199,192,182)
#D7D4CC
(215,212,204)
#E7E8E2
(231,232,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #472006; }

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

This text font color is #472006.

Background Color

.myBgColor { background-color: #472006; }

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

This div background color is #472006.

Border color

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

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

This div border color is #472006.

Opacity

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

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

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

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

This text has shadow with #472006 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #472006.

Preview

Color preview on black background

This text has color #472006 on black background.


Color preview on white background

This text has color #472006 on white background.


Black color preview on #472006 background

This text has black color on #472006 background.


White color preview on #472006 background

This text has white color on #472006 background.


Related colors

Complementary color

Complementary color for #hex is #B8DFF9.


I love getcolorcode.com

Triadic colors

1 #064720 and #200647 with #472006 are triadic colors.

2 #062047 and #204706 with #472006 are triadic colors.