COLOR #472805

HEX: #472805
RGB: (71,40,5)

Color info

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

RGB color model

#472805 color RGB value is (71,40,5).

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

RGB channels and saturation

R 71 of 255 = 28%
G 40 of 255 = 16%
B 5 of 255 = 2%

71
40
5

R + G + B ~ 15%. #472805 is dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 40 + 5 = 116 (100%)
R 71 of 116 ~ 61.21%
G 40 of 116 ~ 34.48%
B 5 of 116 ~ 4.31%

%61.21
%34.48

CMYK color model

#472805 color CMYK value is (0,44,93,72).

  • cyan value is 0.00%
  • magenta value is 43.66%
  • yellow value is 92.96%
  • key color value is 72.16%
CMYK:
(0,44,93,72)
C0M44Y93K72 
(0%,44%,93%,72%)
(0.00/0.44/0.93/0.72)	

CMYK percentages

%0
%43.66
%92.96
%72.16

Codes

Color #472805 in popluar color models

472805
RGB71405
HSL32°86.84%14.90%
HSB/HSV32°92.96%27.84%
CMYK0.00%43.66%92.96%
72.16%

Color #472805 in popluar number systems.

HEX472805
Decimal71405
Binary1000111101000101
Octal107505

Shades and tints

Shades of #472805

#472805
(71,40,5)
#412505
(65,37,5)
#3B2205
(59,34,5)
#351F05
(53,31,5)
#2F1C05
(47,28,5)
#291905
(41,25,5)
#231605
(35,22,5)
#1D1305
(29,19,5)
#171005
(23,16,5)
#110D05
(17,13,5)
#0B0A05
(11,10,5)
#000000
(0,0,0)

Tints of #472805

#472805
(71,40,5)
#573B1B
(87,59,27)
#674E31
(103,78,49)
#776147
(119,97,71)
#87745D
(135,116,93)
#978773
(151,135,115)
#A79A89
(167,154,137)
#B7AD9F
(183,173,159)
#C7C0B5
(199,192,181)
#D7D3CB
(215,211,203)
#E7E6E1
(231,230,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #472805; }

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

This text font color is #472805.


Background Color

.myBgColor { background-color: #472805; }

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

This div background color is #472805.


Border color

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

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

This div border color is #472805.


Opacity

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

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

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

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

This text has shadow with #472805 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #472805 on black background.


Color preview on white background

This text has color #472805 on white background.



Black color preview on #472805 background

This text has black color on #472805 background.


White color preview on #472805 background

This text has white color on #472805 background.