COLOR #472905

HEX: #472905
RGB: (71,41,5)

Color info

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

RGB color model

#472905 color RGB value is (71,41,5).

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

RGB channels and saturation

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

71
41
5

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

Portions of RGB colors in percentages

R + G + B =
71 + 41 + 5 = 117 (100%)
R 71 of 117 ~ 60.68%
G 41 of 117 ~ 35.04%
B 5 of 117 ~ 4.27%

%60.68
%35.04

CMYK color model

#472905 color CMYK value is (0,42,93,72).

  • cyan value is 0.00%
  • magenta value is 42.25%
  • yellow value is 92.96%
  • key color value is 72.16%
CMYK:
(0,42,93,72)
C0M42Y93K72 
(0%,42%,93%,72%)
(0.00/0.42/0.93/0.72)	

CMYK percentages

%0
%42.25
%92.96
%72.16

Codes

Color #472905 in popluar color models

472905
RGB71415
HSL33°86.84%14.90%
HSB/HSV33°92.96%27.84%
CMYK0.00%42.25%92.96%
72.16%

Color #472905 in popluar number systems.

HEX472905
Decimal71415
Binary1000111101001101
Octal107515

Shades and tints

Shades of #472905

#472905
(71,41,5)
#412605
(65,38,5)
#3B2305
(59,35,5)
#352005
(53,32,5)
#2F1D05
(47,29,5)
#291A05
(41,26,5)
#231705
(35,23,5)
#1D1405
(29,20,5)
#171105
(23,17,5)
#110E05
(17,14,5)
#0B0B05
(11,11,5)
#000000
(0,0,0)

Tints of #472905

#472905
(71,41,5)
#573C1B
(87,60,27)
#674F31
(103,79,49)
#776247
(119,98,71)
#87755D
(135,117,93)
#978873
(151,136,115)
#A79B89
(167,155,137)
#B7AE9F
(183,174,159)
#C7C1B5
(199,193,181)
#D7D4CB
(215,212,203)
#E7E7E1
(231,231,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #472905; }

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

This text font color is #472905.


Background Color

.myBgColor { background-color: #472905; }

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

This div background color is #472905.


Border color

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

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

This div border color is #472905.


Opacity

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

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

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

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

This text has shadow with #472905 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #472905 on black background.


Color preview on white background

This text has color #472905 on white background.



Black color preview on #472905 background

This text has black color on #472905 background.


White color preview on #472905 background

This text has white color on #472905 background.