COLOR #472D10

HEX: #472D10
RGB: (71,45,16)

Color info

#472D10 contains red, green and blue colors in about the same proportion. Web safe color of #472D10 is #333300 (or #330).

RGB color model

#472D10 color RGB value is (71,45,16).

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

RGB channels and saturation

R 71 of 255 = 28%
G 45 of 255 = 18%
B 16 of 255 = 6%

71
45
16

R + G + B ~ 17%. #472D10 is dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 45 + 16 = 132 (100%)
R 71 of 132 ~ 53.79%
G 45 of 132 ~ 34.09%
B 16 of 132 ~ 12.12%

%53.79
%34.09
%12.12

CMYK color model

#472D10 color CMYK value is (0,37,77,72).

  • cyan value is 0.00%
  • magenta value is 36.62%
  • yellow value is 77.46%
  • key color value is 72.16%
CMYK:
(0,37,77,72)
C0M37Y77K72 
(0%,37%,77%,72%)
(0.00/0.37/0.77/0.72)	

CMYK percentages

%0
%36.62
%77.46
%72.16

Codes

Color #472D10 in popluar color models

472D10
RGB714516
HSL32°63.22%17.06%
HSB/HSV32°77.46%27.84%
CMYK0.00%36.62%77.46%
72.16%

Color #472D10 in popluar number systems.

HEX472D10
Decimal714516
Binary100011110110110000
Octal1075520

Shades and tints

Shades of #472D10

#472D10
(71,45,16)
#41290F
(65,41,15)
#3B250E
(59,37,14)
#35210D
(53,33,13)
#2F1D0C
(47,29,12)
#29190B
(41,25,11)
#23150A
(35,21,10)
#1D1109
(29,17,9)
#170D08
(23,13,8)
#110907
(17,9,7)
#0B0506
(11,5,6)
#000000
(0,0,0)

Tints of #472D10

#472D10
(71,45,16)
#574025
(87,64,37)
#67533A
(103,83,58)
#77664F
(119,102,79)
#877964
(135,121,100)
#978C79
(151,140,121)
#A79F8E
(167,159,142)
#B7B2A3
(183,178,163)
#C7C5B8
(199,197,184)
#D7D8CD
(215,216,205)
#E7EBE2
(231,235,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #472D10; }

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

This text font color is #472D10.


Background Color

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

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

This div background color is #472D10.


Border color

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

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

This div border color is #472D10.


Opacity

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

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

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

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

This text has shadow with #472D10 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #472D10 on black background.


Color preview on white background

This text has color #472D10 on white background.



Black color preview on #472D10 background

This text has black color on #472D10 background.


White color preview on #472D10 background

This text has white color on #472D10 background.