COLOR #473116

HEX: #473116
RGB: (71,49,22)

Color info

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

RGB color model

#473116 color RGB value is (71,49,22).

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

RGB channels and saturation

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

71
49
22

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

Portions of RGB colors in percentages

R + G + B =
71 + 49 + 22 = 142 (100%)
R 71 of 142 ~ 50%
G 49 of 142 ~ 34.51%
B 22 of 142 ~ 15.49%

%50
%34.51
%15.49

CMYK color model

#473116 color CMYK value is (0,31,69,72).

  • cyan value is 0.00%
  • magenta value is 30.99%
  • yellow value is 69.01%
  • key color value is 72.16%
CMYK:
(0,31,69,72)
C0M31Y69K72 
(0%,31%,69%,72%)
(0.00/0.31/0.69/0.72)	

CMYK percentages

%0
%30.99
%69.01
%72.16

Codes

Color #473116 in popluar color models

473116
RGB714922
HSL33°52.69%18.24%
HSB/HSV33°69.01%27.84%
CMYK0.00%30.99%69.01%
72.16%

Color #473116 in popluar number systems.

HEX473116
Decimal714922
Binary100011111000110110
Octal1076126

Shades and tints

Shades of #473116

#473116
(71,49,22)
#412D14
(65,45,20)
#3B2912
(59,41,18)
#352510
(53,37,16)
#2F210E
(47,33,14)
#291D0C
(41,29,12)
#23190A
(35,25,10)
#1D1508
(29,21,8)
#171106
(23,17,6)
#110D04
(17,13,4)
#0B0902
(11,9,2)
#000000
(0,0,0)

Tints of #473116

#473116
(71,49,22)
#57432B
(87,67,43)
#675540
(103,85,64)
#776755
(119,103,85)
#87796A
(135,121,106)
#978B7F
(151,139,127)
#A79D94
(167,157,148)
#B7AFA9
(183,175,169)
#C7C1BE
(199,193,190)
#D7D3D3
(215,211,211)
#E7E5E8
(231,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #473116; }

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

This text font color is #473116.


Background Color

.myBgColor { background-color: #473116; }

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

This div background color is #473116.


Border color

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

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

This div border color is #473116.


Opacity

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

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

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

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

This text has shadow with #473116 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #473116 on black background.


Color preview on white background

This text has color #473116 on white background.



Black color preview on #473116 background

This text has black color on #473116 background.


White color preview on #473116 background

This text has white color on #473116 background.