COLOR #473110

HEX: #473110
RGB: (71,49,16)

Color info

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

RGB color model

#473110 color RGB value is (71,49,16).

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

RGB channels and saturation

R 71 of 255 = 28%
G 49 of 255 = 19%
B 16 of 255 = 6%

71
49
16

R + G + B ~ 18%. #473110 is dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 49 + 16 = 136 (100%)
R 71 of 136 ~ 52.21%
G 49 of 136 ~ 36.03%
B 16 of 136 ~ 11.76%

%52.21
%36.03
%11.76

CMYK color model

#473110 color CMYK value is (0,31,77,72).

  • cyan value is 0.00%
  • magenta value is 30.99%
  • yellow value is 77.46%
  • key color value is 72.16%
CMYK:
(0,31,77,72)
C0M31Y77K72 
(0%,31%,77%,72%)
(0.00/0.31/0.77/0.72)	

CMYK percentages

%0
%30.99
%77.46
%72.16

Codes

Color #473110 in popluar color models

473110
RGB714916
HSL36°63.22%17.06%
HSB/HSV36°77.46%27.84%
CMYK0.00%30.99%77.46%
72.16%

Color #473110 in popluar number systems.

HEX473110
Decimal714916
Binary100011111000110000
Octal1076120

Shades and tints

Shades of #473110

#473110
(71,49,16)
#412D0F
(65,45,15)
#3B290E
(59,41,14)
#35250D
(53,37,13)
#2F210C
(47,33,12)
#291D0B
(41,29,11)
#23190A
(35,25,10)
#1D1509
(29,21,9)
#171108
(23,17,8)
#110D07
(17,13,7)
#0B0906
(11,9,6)
#000000
(0,0,0)

Tints of #473110

#473110
(71,49,16)
#574325
(87,67,37)
#67553A
(103,85,58)
#77674F
(119,103,79)
#877964
(135,121,100)
#978B79
(151,139,121)
#A79D8E
(167,157,142)
#B7AFA3
(183,175,163)
#C7C1B8
(199,193,184)
#D7D3CD
(215,211,205)
#E7E5E2
(231,229,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #473110; }

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

This text font color is #473110.


Background Color

.myBgColor { background-color: #473110; }

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

This div background color is #473110.


Border color

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

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

This div border color is #473110.


Opacity

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

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

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

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

This text has shadow with #473110 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #473110 on black background.


Color preview on white background

This text has color #473110 on white background.



Black color preview on #473110 background

This text has black color on #473110 background.


White color preview on #473110 background

This text has white color on #473110 background.