COLOR #472D0B

HEX: #472D0B
RGB: (71,45,11)

Color info

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

RGB color model

#472D0B color RGB value is (71,45,11).

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

RGB channels and saturation

R 71 of 255 = 28%
G 45 of 255 = 18%
B 11 of 255 = 4%

71
45
11

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

Portions of RGB colors in percentages

R + G + B =
71 + 45 + 11 = 127 (100%)
R 71 of 127 ~ 55.91%
G 45 of 127 ~ 35.43%
B 11 of 127 ~ 8.66%

%55.91
%35.43

CMYK color model

#472D0B color CMYK value is (0,37,85,72).

  • cyan value is 0.00%
  • magenta value is 36.62%
  • yellow value is 84.51%
  • key color value is 72.16%
CMYK:
(0,37,85,72)
C0M37Y85K72 
(0%,37%,85%,72%)
(0.00/0.37/0.85/0.72)	

CMYK percentages

%0
%36.62
%84.51
%72.16

Codes

Color #472D0B in popluar color models

472D0B
RGB714511
HSL34°73.17%16.08%
HSB/HSV34°84.51%27.84%
CMYK0.00%36.62%84.51%
72.16%

Color #472D0B in popluar number systems.

HEX472D0B
Decimal714511
Binary10001111011011011
Octal1075513

Shades and tints

Shades of #472D0B

#472D0B
(71,45,11)
#41290A
(65,41,10)
#3B2509
(59,37,9)
#352108
(53,33,8)
#2F1D07
(47,29,7)
#291906
(41,25,6)
#231505
(35,21,5)
#1D1104
(29,17,4)
#170D03
(23,13,3)
#110902
(17,9,2)
#0B0501
(11,5,1)
#000000
(0,0,0)

Tints of #472D0B

#472D0B
(71,45,11)
#574021
(87,64,33)
#675337
(103,83,55)
#77664D
(119,102,77)
#877963
(135,121,99)
#978C79
(151,140,121)
#A79F8F
(167,159,143)
#B7B2A5
(183,178,165)
#C7C5BB
(199,197,187)
#D7D8D1
(215,216,209)
#E7EBE7
(231,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #472D0B; }

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

This text font color is #472D0B.


Background Color

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

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

This div background color is #472D0B.


Border color

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

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

This div border color is #472D0B.


Opacity

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

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

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

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

This text has shadow with #472D0B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #472D0B on black background.


Color preview on white background

This text has color #472D0B on white background.



Black color preview on #472D0B background

This text has black color on #472D0B background.


White color preview on #472D0B background

This text has white color on #472D0B background.