COLOR #472C09

HEX: #472C09
RGB: (71,44,9)

Color info

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

RGB color model

#472C09 color RGB value is (71,44,9).

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

RGB channels and saturation

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

71
44
9

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

Portions of RGB colors in percentages

R + G + B =
71 + 44 + 9 = 124 (100%)
R 71 of 124 ~ 57.26%
G 44 of 124 ~ 35.48%
B 9 of 124 ~ 7.26%

%57.26
%35.48

CMYK color model

#472C09 color CMYK value is (0,38,87,72).

  • cyan value is 0.00%
  • magenta value is 38.03%
  • yellow value is 87.32%
  • key color value is 72.16%
CMYK:
(0,38,87,72)
C0M38Y87K72 
(0%,38%,87%,72%)
(0.00/0.38/0.87/0.72)	

CMYK percentages

%0
%38.03
%87.32
%72.16

Codes

Color #472C09 in popluar color models

472C09
RGB71449
HSL34°77.50%15.69%
HSB/HSV34°87.32%27.84%
CMYK0.00%38.03%87.32%
72.16%

Color #472C09 in popluar number systems.

HEX472C09
Decimal71449
Binary10001111011001001
Octal1075411

Shades and tints

Shades of #472C09

#472C09
(71,44,9)
#412809
(65,40,9)
#3B2409
(59,36,9)
#352009
(53,32,9)
#2F1C09
(47,28,9)
#291809
(41,24,9)
#231409
(35,20,9)
#1D1009
(29,16,9)
#170C09
(23,12,9)
#110809
(17,8,9)
#0B0409
(11,4,9)
#000000
(0,0,0)

Tints of #472C09

#472C09
(71,44,9)
#573F1F
(87,63,31)
#675235
(103,82,53)
#77654B
(119,101,75)
#877861
(135,120,97)
#978B77
(151,139,119)
#A79E8D
(167,158,141)
#B7B1A3
(183,177,163)
#C7C4B9
(199,196,185)
#D7D7CF
(215,215,207)
#E7EAE5
(231,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #472C09; }

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

This text font color is #472C09.


Background Color

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

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

This div background color is #472C09.


Border color

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

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

This div border color is #472C09.


Opacity

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

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

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

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

This text has shadow with #472C09 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #472C09 on black background.


Color preview on white background

This text has color #472C09 on white background.



Black color preview on #472C09 background

This text has black color on #472C09 background.


White color preview on #472C09 background

This text has white color on #472C09 background.