COLOR #472C05

HEX: #472C05
RGB: (71,44,5)

Color info

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

RGB color model

#472C05 color RGB value is (71,44,5).

  • red value is 71;
  • green value is 44;
  • blue value is 5.
RGB:
(71,44,5)
(28%,17%,2%)

RGB channels and saturation

R 71 of 255 = 28%
G 44 of 255 = 17%
B 5 of 255 = 2%

71
44
5

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

Portions of RGB colors in percentages

R + G + B =
71 + 44 + 5 = 120 (100%)
R 71 of 120 ~ 59.17%
G 44 of 120 ~ 36.67%
B 5 of 120 ~ 4.17%

%59.17
%36.67

CMYK color model

#472C05 color CMYK value is (0,38,93,72).

  • cyan value is 0.00%
  • magenta value is 38.03%
  • yellow value is 92.96%
  • key color value is 72.16%
CMYK:
(0,38,93,72)
C0M38Y93K72 
(0%,38%,93%,72%)
(0.00/0.38/0.93/0.72)	

CMYK percentages

%0
%38.03
%92.96
%72.16

Codes

Color #472C05 in popluar color models

472C05
RGB71445
HSL35°86.84%14.90%
HSB/HSV35°92.96%27.84%
CMYK0.00%38.03%92.96%
72.16%

Color #472C05 in popluar number systems.

HEX472C05
Decimal71445
Binary1000111101100101
Octal107545

Shades and tints

Shades of #472C05

#472C05
(71,44,5)
#412805
(65,40,5)
#3B2405
(59,36,5)
#352005
(53,32,5)
#2F1C05
(47,28,5)
#291805
(41,24,5)
#231405
(35,20,5)
#1D1005
(29,16,5)
#170C05
(23,12,5)
#110805
(17,8,5)
#0B0405
(11,4,5)
#000000
(0,0,0)

Tints of #472C05

#472C05
(71,44,5)
#573F1B
(87,63,27)
#675231
(103,82,49)
#776547
(119,101,71)
#87785D
(135,120,93)
#978B73
(151,139,115)
#A79E89
(167,158,137)
#B7B19F
(183,177,159)
#C7C4B5
(199,196,181)
#D7D7CB
(215,215,203)
#E7EAE1
(231,234,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #472C05 color. Also use rgb(71,44,5) instead hex code.

Text Font Color

.myTextColor { color: #472C05; }

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

This text font color is #472C05.


Background Color

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

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

This div background color is #472C05.


Border color

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

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

This div border color is #472C05.


Opacity

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

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

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

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

This text has shadow with #472C05 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #472C05 on black background.


Color preview on white background

This text has color #472C05 on white background.



Black color preview on #472C05 background

This text has black color on #472C05 background.


White color preview on #472C05 background

This text has white color on #472C05 background.