COLOR #473911

HEX: #473911
RGB: (71,57,17)

Color info

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

RGB color model

#473911 color RGB value is (71,57,17).

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

RGB channels and saturation

R 71 of 255 = 28%
G 57 of 255 = 22%
B 17 of 255 = 7%

71
57
17

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

Portions of RGB colors in percentages

R + G + B =
71 + 57 + 17 = 145 (100%)
R 71 of 145 ~ 48.97%
G 57 of 145 ~ 39.31%
B 17 of 145 ~ 11.72%

%48.97
%39.31
%11.72

CMYK color model

#473911 color CMYK value is (0,20,76,72).

  • cyan value is 0.00%
  • magenta value is 19.72%
  • yellow value is 76.06%
  • key color value is 72.16%
CMYK:
(0,20,76,72)
C0M20Y76K72 
(0%,20%,76%,72%)
(0.00/0.20/0.76/0.72)	

CMYK percentages

%0
%19.72
%76.06
%72.16

Codes

Color #473911 in popluar color models

473911
RGB715717
HSL44°61.36%17.25%
HSB/HSV44°76.06%27.84%
CMYK0.00%19.72%76.06%
72.16%

Color #473911 in popluar number systems.

HEX473911
Decimal715717
Binary100011111100110001
Octal1077121

Shades and tints

Shades of #473911

#473911
(71,57,17)
#413410
(65,52,16)
#3B2F0F
(59,47,15)
#352A0E
(53,42,14)
#2F250D
(47,37,13)
#29200C
(41,32,12)
#231B0B
(35,27,11)
#1D160A
(29,22,10)
#171109
(23,17,9)
#110C08
(17,12,8)
#0B0707
(11,7,7)
#000000
(0,0,0)

Tints of #473911

#473911
(71,57,17)
#574B26
(87,75,38)
#675D3B
(103,93,59)
#776F50
(119,111,80)
#878165
(135,129,101)
#97937A
(151,147,122)
#A7A58F
(167,165,143)
#B7B7A4
(183,183,164)
#C7C9B9
(199,201,185)
#D7DBCE
(215,219,206)
#E7EDE3
(231,237,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #473911; }

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

This text font color is #473911.


Background Color

.myBgColor { background-color: #473911; }

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

This div background color is #473911.


Border color

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

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

This div border color is #473911.


Opacity

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

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

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

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

This text has shadow with #473911 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #473911 on black background.


Color preview on white background

This text has color #473911 on white background.



Black color preview on #473911 background

This text has black color on #473911 background.


White color preview on #473911 background

This text has white color on #473911 background.