COLOR #472C0A

HEX: #472C0A
RGB: (71,44,10)

Color info

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

RGB color model

#472C0A color RGB value is (71,44,10).

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

RGB channels and saturation

R 71 of 255 = 28%
G 44 of 255 = 17%
B 10 of 255 = 4%

71
44
10

R + G + B ~ 16%. #472C0A is dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 44 + 10 = 125 (100%)
R 71 of 125 ~ 56.8%
G 44 of 125 ~ 35.2%
B 10 of 125 ~ 8%

%56.8
%35.2

CMYK color model

#472C0A color CMYK value is (0,38,86,72).

  • cyan value is 0.00%
  • magenta value is 38.03%
  • yellow value is 85.92%
  • key color value is 72.16%
CMYK:
(0,38,86,72)
C0M38Y86K72 
(0%,38%,86%,72%)
(0.00/0.38/0.86/0.72)	

CMYK percentages

%0
%38.03
%85.92
%72.16

Codes

Color #472C0A in popluar color models

472C0A
RGB714410
HSL33°75.31%15.88%
HSB/HSV33°85.92%27.84%
CMYK0.00%38.03%85.92%
72.16%

Color #472C0A in popluar number systems.

HEX472C0A
Decimal714410
Binary10001111011001010
Octal1075412

Shades and tints

Shades of #472C0A

#472C0A
(71,44,10)
#41280A
(65,40,10)
#3B240A
(59,36,10)
#35200A
(53,32,10)
#2F1C0A
(47,28,10)
#29180A
(41,24,10)
#23140A
(35,20,10)
#1D100A
(29,16,10)
#170C0A
(23,12,10)
#11080A
(17,8,10)
#0B040A
(11,4,10)
#000000
(0,0,0)

Tints of #472C0A

#472C0A
(71,44,10)
#573F20
(87,63,32)
#675236
(103,82,54)
#77654C
(119,101,76)
#877862
(135,120,98)
#978B78
(151,139,120)
#A79E8E
(167,158,142)
#B7B1A4
(183,177,164)
#C7C4BA
(199,196,186)
#D7D7D0
(215,215,208)
#E7EAE6
(231,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #472C0A; }

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

This text font color is #472C0A.


Background Color

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

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

This div background color is #472C0A.


Border color

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

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

This div border color is #472C0A.


Opacity

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

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

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

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

This text has shadow with #472C0A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #472C0A on black background.


Color preview on white background

This text has color #472C0A on white background.



Black color preview on #472C0A background

This text has black color on #472C0A background.


White color preview on #472C0A background

This text has white color on #472C0A background.