COLOR #472C0D

HEX: #472C0D
RGB: (71,44,13)

Color info

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

RGB color model

#472C0D color RGB value is (71,44,13).

  • red value is 71;
  • green value is 44;
  • blue value is 13.
RGB:
(71,44,13)
(28%,17%,5%)

RGB channels and saturation

R 71 of 255 = 28%
G 44 of 255 = 17%
B 13 of 255 = 5%

71
44
13

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

Portions of RGB colors in percentages

R + G + B =
71 + 44 + 13 = 128 (100%)
R 71 of 128 ~ 55.47%
G 44 of 128 ~ 34.38%
B 13 of 128 ~ 10.16%

%55.47
%34.38
%10.16

CMYK color model

#472C0D color CMYK value is (0,38,82,72).

  • cyan value is 0.00%
  • magenta value is 38.03%
  • yellow value is 81.69%
  • key color value is 72.16%
CMYK:
(0,38,82,72)
C0M38Y82K72 
(0%,38%,82%,72%)
(0.00/0.38/0.82/0.72)	

CMYK percentages

%0
%38.03
%81.69
%72.16

Codes

Color #472C0D in popluar color models

472C0D
RGB714413
HSL32°69.05%16.47%
HSB/HSV32°81.69%27.84%
CMYK0.00%38.03%81.69%
72.16%

Color #472C0D in popluar number systems.

HEX472C0D
Decimal714413
Binary10001111011001101
Octal1075415

Shades and tints

Shades of #472C0D

#472C0D
(71,44,13)
#41280C
(65,40,12)
#3B240B
(59,36,11)
#35200A
(53,32,10)
#2F1C09
(47,28,9)
#291808
(41,24,8)
#231407
(35,20,7)
#1D1006
(29,16,6)
#170C05
(23,12,5)
#110804
(17,8,4)
#0B0403
(11,4,3)
#000000
(0,0,0)

Tints of #472C0D

#472C0D
(71,44,13)
#573F23
(87,63,35)
#675239
(103,82,57)
#77654F
(119,101,79)
#877865
(135,120,101)
#978B7B
(151,139,123)
#A79E91
(167,158,145)
#B7B1A7
(183,177,167)
#C7C4BD
(199,196,189)
#D7D7D3
(215,215,211)
#E7EAE9
(231,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #472C0D color. Also use rgb(71,44,13) instead hex code.

Text Font Color

.myTextColor { color: #472C0D; }

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

This text font color is #472C0D.


Background Color

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

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

This div background color is #472C0D.


Border color

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

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

This div border color is #472C0D.


Opacity

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

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

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

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

This text has shadow with #472C0D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #472C0D on black background.


Color preview on white background

This text has color #472C0D on white background.



Black color preview on #472C0D background

This text has black color on #472C0D background.


White color preview on #472C0D background

This text has white color on #472C0D background.