COLOR #473910

HEX: #473910
RGB: (71,57,16)

Color info

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

RGB color model

#473910 color RGB value is (71,57,16).

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

RGB channels and saturation

R 71 of 255 = 28%
G 57 of 255 = 22%
B 16 of 255 = 6%

71
57
16

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

Portions of RGB colors in percentages

R + G + B =
71 + 57 + 16 = 144 (100%)
R 71 of 144 ~ 49.31%
G 57 of 144 ~ 39.58%
B 16 of 144 ~ 11.11%

%49.31
%39.58
%11.11

CMYK color model

#473910 color CMYK value is (0,20,77,72).

  • cyan value is 0.00%
  • magenta value is 19.72%
  • yellow value is 77.46%
  • key color value is 72.16%
CMYK:
(0,20,77,72)
C0M20Y77K72 
(0%,20%,77%,72%)
(0.00/0.20/0.77/0.72)	

CMYK percentages

%0
%19.72
%77.46
%72.16

Codes

Color #473910 in popluar color models

473910
RGB715716
HSL45°63.22%17.06%
HSB/HSV45°77.46%27.84%
CMYK0.00%19.72%77.46%
72.16%

Color #473910 in popluar number systems.

HEX473910
Decimal715716
Binary100011111100110000
Octal1077120

Shades and tints

Shades of #473910

#473910
(71,57,16)
#41340F
(65,52,15)
#3B2F0E
(59,47,14)
#352A0D
(53,42,13)
#2F250C
(47,37,12)
#29200B
(41,32,11)
#231B0A
(35,27,10)
#1D1609
(29,22,9)
#171108
(23,17,8)
#110C07
(17,12,7)
#0B0706
(11,7,6)
#000000
(0,0,0)

Tints of #473910

#473910
(71,57,16)
#574B25
(87,75,37)
#675D3A
(103,93,58)
#776F4F
(119,111,79)
#878164
(135,129,100)
#979379
(151,147,121)
#A7A58E
(167,165,142)
#B7B7A3
(183,183,163)
#C7C9B8
(199,201,184)
#D7DBCD
(215,219,205)
#E7EDE2
(231,237,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #473910; }

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

This text font color is #473910.


Background Color

.myBgColor { background-color: #473910; }

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

This div background color is #473910.


Border color

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

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

This div border color is #473910.


Opacity

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

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

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

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

This text has shadow with #473910 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #473910 on black background.


Color preview on white background

This text has color #473910 on white background.



Black color preview on #473910 background

This text has black color on #473910 background.


White color preview on #473910 background

This text has white color on #473910 background.