COLOR #472100

HEX: #472100
RGB: (71,33,0)

Color info

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

RGB color model

#472100 color RGB value is (71,33,0).

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

RGB channels and saturation

R 71 of 255 = 28%
G 33 of 255 = 13%
B 0 of 255 = 0%

71
33
0

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

Portions of RGB colors in percentages

R + G + B =
71 + 33 + 0 = 104 (100%)
R 71 of 104 ~ 68.27%
G 33 of 104 ~ 31.73%
B 0 of 104 ~ 0%

%68.27
%31.73

CMYK color model

#472100 color CMYK value is (0,54,100,72).

  • cyan value is 0.00%
  • magenta value is 53.52%
  • yellow value is 100.00%
  • key color value is 72.16%
CMYK:
(0,54,100,72)
C0M54Y100K72 
(0%,54%,100%,72%)
(0.00/0.54/1.00/0.72)	

CMYK percentages

%0
%53.52
%100
%72.16

Codes

Color #472100 in popluar color models

472100
RGB71330
HSL28°100.00%13.92%
HSB/HSV28°100.00%27.84%
CMYK0.00%53.52%100.00%
72.16%

Color #472100 in popluar number systems.

HEX472100
Decimal71330
Binary10001111000010
Octal107410

Shades and tints

Shades of #472100

#472100
(71,33,0)
#411E00
(65,30,0)
#3B1B00
(59,27,0)
#351800
(53,24,0)
#2F1500
(47,21,0)
#291200
(41,18,0)
#230F00
(35,15,0)
#1D0C00
(29,12,0)
#170900
(23,9,0)
#110600
(17,6,0)
#0B0300
(11,3,0)
#000000
(0,0,0)

Tints of #472100

#472100
(71,33,0)
#573517
(87,53,23)
#67492E
(103,73,46)
#775D45
(119,93,69)
#87715C
(135,113,92)
#978573
(151,133,115)
#A7998A
(167,153,138)
#B7ADA1
(183,173,161)
#C7C1B8
(199,193,184)
#D7D5CF
(215,213,207)
#E7E9E6
(231,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #472100; }

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

This text font color is #472100.


Background Color

.myBgColor { background-color: #472100; }

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

This div background color is #472100.


Border color

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

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

This div border color is #472100.


Opacity

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

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

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

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

This text has shadow with #472100 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #472100 on black background.


Color preview on white background

This text has color #472100 on white background.



Black color preview on #472100 background

This text has black color on #472100 background.


White color preview on #472100 background

This text has white color on #472100 background.