COLOR #473410

HEX: #473410
RGB: (71,52,16)

Color info

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

RGB color model

#473410 color RGB value is (71,52,16).

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

RGB channels and saturation

R 71 of 255 = 28%
G 52 of 255 = 20%
B 16 of 255 = 6%

71
52
16

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

Portions of RGB colors in percentages

R + G + B =
71 + 52 + 16 = 139 (100%)
R 71 of 139 ~ 51.08%
G 52 of 139 ~ 37.41%
B 16 of 139 ~ 11.51%

%51.08
%37.41
%11.51

CMYK color model

#473410 color CMYK value is (0,27,77,72).

  • cyan value is 0.00%
  • magenta value is 26.76%
  • yellow value is 77.46%
  • key color value is 72.16%
CMYK:
(0,27,77,72)
C0M27Y77K72 
(0%,27%,77%,72%)
(0.00/0.27/0.77/0.72)	

CMYK percentages

%0
%26.76
%77.46
%72.16

Codes

Color #473410 in popluar color models

473410
RGB715216
HSL39°63.22%17.06%
HSB/HSV39°77.46%27.84%
CMYK0.00%26.76%77.46%
72.16%

Color #473410 in popluar number systems.

HEX473410
Decimal715216
Binary100011111010010000
Octal1076420

Shades and tints

Shades of #473410

#473410
(71,52,16)
#41300F
(65,48,15)
#3B2C0E
(59,44,14)
#35280D
(53,40,13)
#2F240C
(47,36,12)
#29200B
(41,32,11)
#231C0A
(35,28,10)
#1D1809
(29,24,9)
#171408
(23,20,8)
#111007
(17,16,7)
#0B0C06
(11,12,6)
#000000
(0,0,0)

Tints of #473410

#473410
(71,52,16)
#574625
(87,70,37)
#67583A
(103,88,58)
#776A4F
(119,106,79)
#877C64
(135,124,100)
#978E79
(151,142,121)
#A7A08E
(167,160,142)
#B7B2A3
(183,178,163)
#C7C4B8
(199,196,184)
#D7D6CD
(215,214,205)
#E7E8E2
(231,232,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #473410; }

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

This text font color is #473410.


Background Color

.myBgColor { background-color: #473410; }

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

This div background color is #473410.


Border color

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

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

This div border color is #473410.


Opacity

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

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

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

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

This text has shadow with #473410 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #473410 on black background.


Color preview on white background

This text has color #473410 on white background.



Black color preview on #473410 background

This text has black color on #473410 background.


White color preview on #473410 background

This text has white color on #473410 background.