COLOR #472F06

HEX: #472F06
RGB: (71,47,6)

Color info

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

RGB color model

#472F06 color RGB value is (71,47,6).

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

RGB channels and saturation

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

71
47
6

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

Portions of RGB colors in percentages

R + G + B =
71 + 47 + 6 = 124 (100%)
R 71 of 124 ~ 57.26%
G 47 of 124 ~ 37.9%
B 6 of 124 ~ 4.84%

%57.26
%37.9

CMYK color model

#472F06 color CMYK value is (0,34,92,72).

  • cyan value is 0.00%
  • magenta value is 33.80%
  • yellow value is 91.55%
  • key color value is 72.16%
CMYK:
(0,34,92,72)
C0M34Y92K72 
(0%,34%,92%,72%)
(0.00/0.34/0.92/0.72)	

CMYK percentages

%0
%33.8
%91.55
%72.16

Codes

Color #472F06 in popluar color models

472F06
RGB71476
HSL38°84.42%15.10%
HSB/HSV38°91.55%27.84%
CMYK0.00%33.80%91.55%
72.16%

Color #472F06 in popluar number systems.

HEX472F06
Decimal71476
Binary1000111101111110
Octal107576

Shades and tints

Shades of #472F06

#472F06
(71,47,6)
#412B06
(65,43,6)
#3B2706
(59,39,6)
#352306
(53,35,6)
#2F1F06
(47,31,6)
#291B06
(41,27,6)
#231706
(35,23,6)
#1D1306
(29,19,6)
#170F06
(23,15,6)
#110B06
(17,11,6)
#0B0706
(11,7,6)
#000000
(0,0,0)

Tints of #472F06

#472F06
(71,47,6)
#57411C
(87,65,28)
#675332
(103,83,50)
#776548
(119,101,72)
#87775E
(135,119,94)
#978974
(151,137,116)
#A79B8A
(167,155,138)
#B7ADA0
(183,173,160)
#C7BFB6
(199,191,182)
#D7D1CC
(215,209,204)
#E7E3E2
(231,227,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #472F06; }

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

This text font color is #472F06.


Background Color

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

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

This div background color is #472F06.


Border color

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

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

This div border color is #472F06.


Opacity

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

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

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

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

This text has shadow with #472F06 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #472F06 on black background.


Color preview on white background

This text has color #472F06 on white background.



Black color preview on #472F06 background

This text has black color on #472F06 background.


White color preview on #472F06 background

This text has white color on #472F06 background.