COLOR #473109

HEX: #473109
RGB: (71,49,9)

Color info

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

RGB color model

#473109 color RGB value is (71,49,9).

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

RGB channels and saturation

R 71 of 255 = 28%
G 49 of 255 = 19%
B 9 of 255 = 4%

71
49
9

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

Portions of RGB colors in percentages

R + G + B =
71 + 49 + 9 = 129 (100%)
R 71 of 129 ~ 55.04%
G 49 of 129 ~ 37.98%
B 9 of 129 ~ 6.98%

%55.04
%37.98

CMYK color model

#473109 color CMYK value is (0,31,87,72).

  • cyan value is 0.00%
  • magenta value is 30.99%
  • yellow value is 87.32%
  • key color value is 72.16%
CMYK:
(0,31,87,72)
C0M31Y87K72 
(0%,31%,87%,72%)
(0.00/0.31/0.87/0.72)	

CMYK percentages

%0
%30.99
%87.32
%72.16

Codes

Color #473109 in popluar color models

473109
RGB71499
HSL39°77.50%15.69%
HSB/HSV39°87.32%27.84%
CMYK0.00%30.99%87.32%
72.16%

Color #473109 in popluar number systems.

HEX473109
Decimal71499
Binary10001111100011001
Octal1076111

Shades and tints

Shades of #473109

#473109
(71,49,9)
#412D09
(65,45,9)
#3B2909
(59,41,9)
#352509
(53,37,9)
#2F2109
(47,33,9)
#291D09
(41,29,9)
#231909
(35,25,9)
#1D1509
(29,21,9)
#171109
(23,17,9)
#110D09
(17,13,9)
#0B0909
(11,9,9)
#000000
(0,0,0)

Tints of #473109

#473109
(71,49,9)
#57431F
(87,67,31)
#675535
(103,85,53)
#77674B
(119,103,75)
#877961
(135,121,97)
#978B77
(151,139,119)
#A79D8D
(167,157,141)
#B7AFA3
(183,175,163)
#C7C1B9
(199,193,185)
#D7D3CF
(215,211,207)
#E7E5E5
(231,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #473109; }

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

This text font color is #473109.


Background Color

.myBgColor { background-color: #473109; }

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

This div background color is #473109.


Border color

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

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

This div border color is #473109.


Opacity

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

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

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

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

This text has shadow with #473109 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #473109 on black background.


Color preview on white background

This text has color #473109 on white background.



Black color preview on #473109 background

This text has black color on #473109 background.


White color preview on #473109 background

This text has white color on #473109 background.