COLOR #472609

HEX: #472609
RGB: (71,38,9)

Color info

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

RGB color model

#472609 color RGB value is (71,38,9).

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

RGB channels and saturation

R 71 of 255 = 28%
G 38 of 255 = 15%
B 9 of 255 = 4%

71
38
9

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

Portions of RGB colors in percentages

R + G + B =
71 + 38 + 9 = 118 (100%)
R 71 of 118 ~ 60.17%
G 38 of 118 ~ 32.2%
B 9 of 118 ~ 7.63%

%60.17
%32.2

CMYK color model

#472609 color CMYK value is (0,46,87,72).

  • cyan value is 0.00%
  • magenta value is 46.48%
  • yellow value is 87.32%
  • key color value is 72.16%
CMYK:
(0,46,87,72)
C0M46Y87K72 
(0%,46%,87%,72%)
(0.00/0.46/0.87/0.72)	

CMYK percentages

%0
%46.48
%87.32
%72.16

Codes

Color #472609 in popluar color models

472609
RGB71389
HSL28°77.50%15.69%
HSB/HSV28°87.32%27.84%
CMYK0.00%46.48%87.32%
72.16%

Color #472609 in popluar number systems.

HEX472609
Decimal71389
Binary10001111001101001
Octal1074611

Shades and tints

Shades of #472609

#472609
(71,38,9)
#412309
(65,35,9)
#3B2009
(59,32,9)
#351D09
(53,29,9)
#2F1A09
(47,26,9)
#291709
(41,23,9)
#231409
(35,20,9)
#1D1109
(29,17,9)
#170E09
(23,14,9)
#110B09
(17,11,9)
#0B0809
(11,8,9)
#000000
(0,0,0)

Tints of #472609

#472609
(71,38,9)
#57391F
(87,57,31)
#674C35
(103,76,53)
#775F4B
(119,95,75)
#877261
(135,114,97)
#978577
(151,133,119)
#A7988D
(167,152,141)
#B7ABA3
(183,171,163)
#C7BEB9
(199,190,185)
#D7D1CF
(215,209,207)
#E7E4E5
(231,228,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #472609; }

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

This text font color is #472609.


Background Color

.myBgColor { background-color: #472609; }

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

This div background color is #472609.


Border color

.myBorderColor { border: 1px solid #472609; }

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

This div border color is #472609.


Opacity

.myOpacity80 { color: #472609; opacity: 0.8; }

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

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

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

This text has shadow with #472609 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #472609 on black background.


Color preview on white background

This text has color #472609 on white background.



Black color preview on #472609 background

This text has black color on #472609 background.


White color preview on #472609 background

This text has white color on #472609 background.