COLOR #472D05

HEX: #472D05
RGB: (71,45,5)

Color info

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

RGB color model

#472D05 color RGB value is (71,45,5).

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

RGB channels and saturation

R 71 of 255 = 28%
G 45 of 255 = 18%
B 5 of 255 = 2%

71
45
5

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

Portions of RGB colors in percentages

R + G + B =
71 + 45 + 5 = 121 (100%)
R 71 of 121 ~ 58.68%
G 45 of 121 ~ 37.19%
B 5 of 121 ~ 4.13%

%58.68
%37.19

CMYK color model

#472D05 color CMYK value is (0,37,93,72).

  • cyan value is 0.00%
  • magenta value is 36.62%
  • yellow value is 92.96%
  • key color value is 72.16%
CMYK:
(0,37,93,72)
C0M37Y93K72 
(0%,37%,93%,72%)
(0.00/0.37/0.93/0.72)	

CMYK percentages

%0
%36.62
%92.96
%72.16

Codes

Color #472D05 in popluar color models

472D05
RGB71455
HSL36°86.84%14.90%
HSB/HSV36°92.96%27.84%
CMYK0.00%36.62%92.96%
72.16%

Color #472D05 in popluar number systems.

HEX472D05
Decimal71455
Binary1000111101101101
Octal107555

Shades and tints

Shades of #472D05

#472D05
(71,45,5)
#412905
(65,41,5)
#3B2505
(59,37,5)
#352105
(53,33,5)
#2F1D05
(47,29,5)
#291905
(41,25,5)
#231505
(35,21,5)
#1D1105
(29,17,5)
#170D05
(23,13,5)
#110905
(17,9,5)
#0B0505
(11,5,5)
#000000
(0,0,0)

Tints of #472D05

#472D05
(71,45,5)
#57401B
(87,64,27)
#675331
(103,83,49)
#776647
(119,102,71)
#87795D
(135,121,93)
#978C73
(151,140,115)
#A79F89
(167,159,137)
#B7B29F
(183,178,159)
#C7C5B5
(199,197,181)
#D7D8CB
(215,216,203)
#E7EBE1
(231,235,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #472D05; }

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

This text font color is #472D05.


Background Color

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

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

This div background color is #472D05.


Border color

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

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

This div border color is #472D05.


Opacity

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

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

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

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

This text has shadow with #472D05 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #472D05 on black background.


Color preview on white background

This text has color #472D05 on white background.



Black color preview on #472D05 background

This text has black color on #472D05 background.


White color preview on #472D05 background

This text has white color on #472D05 background.