COLOR #472E06

HEX: #472E06
RGB: (71,46,6)

Color info

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

RGB color model

#472E06 color RGB value is (71,46,6).

  • red value is 71;
  • green value is 46;
  • blue value is 6.
RGB:
(71,46,6)
(28%,18%,2%)

RGB channels and saturation

R 71 of 255 = 28%
G 46 of 255 = 18%
B 6 of 255 = 2%

71
46
6

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

Portions of RGB colors in percentages

R + G + B =
71 + 46 + 6 = 123 (100%)
R 71 of 123 ~ 57.72%
G 46 of 123 ~ 37.4%
B 6 of 123 ~ 4.88%

%57.72
%37.4

CMYK color model

#472E06 color CMYK value is (0,35,92,72).

  • cyan value is 0.00%
  • magenta value is 35.21%
  • yellow value is 91.55%
  • key color value is 72.16%
CMYK:
(0,35,92,72)
C0M35Y92K72 
(0%,35%,92%,72%)
(0.00/0.35/0.92/0.72)	

CMYK percentages

%0
%35.21
%91.55
%72.16

Codes

Color #472E06 in popluar color models

472E06
RGB71466
HSL37°84.42%15.10%
HSB/HSV37°91.55%27.84%
CMYK0.00%35.21%91.55%
72.16%

Color #472E06 in popluar number systems.

HEX472E06
Decimal71466
Binary1000111101110110
Octal107566

Shades and tints

Shades of #472E06

#472E06
(71,46,6)
#412A06
(65,42,6)
#3B2606
(59,38,6)
#352206
(53,34,6)
#2F1E06
(47,30,6)
#291A06
(41,26,6)
#231606
(35,22,6)
#1D1206
(29,18,6)
#170E06
(23,14,6)
#110A06
(17,10,6)
#0B0606
(11,6,6)
#000000
(0,0,0)

Tints of #472E06

#472E06
(71,46,6)
#57411C
(87,65,28)
#675432
(103,84,50)
#776748
(119,103,72)
#877A5E
(135,122,94)
#978D74
(151,141,116)
#A7A08A
(167,160,138)
#B7B3A0
(183,179,160)
#C7C6B6
(199,198,182)
#D7D9CC
(215,217,204)
#E7ECE2
(231,236,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #472E06; }

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

This text font color is #472E06.


Background Color

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

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

This div background color is #472E06.


Border color

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

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

This div border color is #472E06.


Opacity

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

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

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

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

This text has shadow with #472E06 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #472E06 on black background.


Color preview on white background

This text has color #472E06 on white background.



Black color preview on #472E06 background

This text has black color on #472E06 background.


White color preview on #472E06 background

This text has white color on #472E06 background.