COLOR #473016

HEX: #473016
RGB: (71,48,22)

Color info

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

RGB color model

#473016 color RGB value is (71,48,22).

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

RGB channels and saturation

R 71 of 255 = 28%
G 48 of 255 = 19%
B 22 of 255 = 9%

71
48
22

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

Portions of RGB colors in percentages

R + G + B =
71 + 48 + 22 = 141 (100%)
R 71 of 141 ~ 50.35%
G 48 of 141 ~ 34.04%
B 22 of 141 ~ 15.6%

%50.35
%34.04
%15.6

CMYK color model

#473016 color CMYK value is (0,32,69,72).

  • cyan value is 0.00%
  • magenta value is 32.39%
  • yellow value is 69.01%
  • key color value is 72.16%
CMYK:
(0,32,69,72)
C0M32Y69K72 
(0%,32%,69%,72%)
(0.00/0.32/0.69/0.72)	

CMYK percentages

%0
%32.39
%69.01
%72.16

Codes

Color #473016 in popluar color models

473016
RGB714822
HSL32°52.69%18.24%
HSB/HSV32°69.01%27.84%
CMYK0.00%32.39%69.01%
72.16%

Color #473016 in popluar number systems.

HEX473016
Decimal714822
Binary100011111000010110
Octal1076026

Shades and tints

Shades of #473016

#473016
(71,48,22)
#412C14
(65,44,20)
#3B2812
(59,40,18)
#352410
(53,36,16)
#2F200E
(47,32,14)
#291C0C
(41,28,12)
#23180A
(35,24,10)
#1D1408
(29,20,8)
#171006
(23,16,6)
#110C04
(17,12,4)
#0B0802
(11,8,2)
#000000
(0,0,0)

Tints of #473016

#473016
(71,48,22)
#57422B
(87,66,43)
#675440
(103,84,64)
#776655
(119,102,85)
#87786A
(135,120,106)
#978A7F
(151,138,127)
#A79C94
(167,156,148)
#B7AEA9
(183,174,169)
#C7C0BE
(199,192,190)
#D7D2D3
(215,210,211)
#E7E4E8
(231,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #473016 color. Also use rgb(71,48,22) instead hex code.

Text Font Color

.myTextColor { color: #473016; }

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

This text font color is #473016.


Background Color

.myBgColor { background-color: #473016; }

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

This div background color is #473016.


Border color

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

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

This div border color is #473016.


Opacity

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

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

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

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

This text has shadow with #473016 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #473016 on black background.


Color preview on white background

This text has color #473016 on white background.



Black color preview on #473016 background

This text has black color on #473016 background.


White color preview on #473016 background

This text has white color on #473016 background.