COLOR #473117

HEX: #473117
RGB: (71,49,23)

Color info

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

RGB color model

#473117 color RGB value is (71,49,23).

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

RGB channels and saturation

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

71
49
23

R + G + B ~ 19%. #473117 is dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 49 + 23 = 143 (100%)
R 71 of 143 ~ 49.65%
G 49 of 143 ~ 34.27%
B 23 of 143 ~ 16.08%

%49.65
%34.27
%16.08

CMYK color model

#473117 color CMYK value is (0,31,68,72).

  • cyan value is 0.00%
  • magenta value is 30.99%
  • yellow value is 67.61%
  • key color value is 72.16%
CMYK:
(0,31,68,72)
C0M31Y68K72 
(0%,31%,68%,72%)
(0.00/0.31/0.68/0.72)	

CMYK percentages

%0
%30.99
%67.61
%72.16

Codes

Color #473117 in popluar color models

473117
RGB714923
HSL33°51.06%18.43%
HSB/HSV33°67.61%27.84%
CMYK0.00%30.99%67.61%
72.16%

Color #473117 in popluar number systems.

HEX473117
Decimal714923
Binary100011111000110111
Octal1076127

Shades and tints

Shades of #473117

#473117
(71,49,23)
#412D15
(65,45,21)
#3B2913
(59,41,19)
#352511
(53,37,17)
#2F210F
(47,33,15)
#291D0D
(41,29,13)
#23190B
(35,25,11)
#1D1509
(29,21,9)
#171107
(23,17,7)
#110D05
(17,13,5)
#0B0903
(11,9,3)
#000000
(0,0,0)

Tints of #473117

#473117
(71,49,23)
#57432C
(87,67,44)
#675541
(103,85,65)
#776756
(119,103,86)
#87796B
(135,121,107)
#978B80
(151,139,128)
#A79D95
(167,157,149)
#B7AFAA
(183,175,170)
#C7C1BF
(199,193,191)
#D7D3D4
(215,211,212)
#E7E5E9
(231,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #473117; }

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

This text font color is #473117.


Background Color

.myBgColor { background-color: #473117; }

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

This div background color is #473117.


Border color

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

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

This div border color is #473117.


Opacity

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

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

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

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

This text has shadow with #473117 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #473117 on black background.


Color preview on white background

This text has color #473117 on white background.



Black color preview on #473117 background

This text has black color on #473117 background.


White color preview on #473117 background

This text has white color on #473117 background.