COLOR #473A17

HEX: #473A17
RGB: (71,58,23)

Color info

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

RGB color model

#473A17 color RGB value is (71,58,23).

  • red value is 71;
  • green value is 58;
  • blue value is 23.
RGB:
(71,58,23)
(28%,23%,9%)

RGB channels and saturation

R 71 of 255 = 28%
G 58 of 255 = 23%
B 23 of 255 = 9%

71
58
23

R + G + B ~ 20%. #473A17 is dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 58 + 23 = 152 (100%)
R 71 of 152 ~ 46.71%
G 58 of 152 ~ 38.16%
B 23 of 152 ~ 15.13%

%46.71
%38.16
%15.13

CMYK color model

#473A17 color CMYK value is (0,18,68,72).

  • cyan value is 0.00%
  • magenta value is 18.31%
  • yellow value is 67.61%
  • key color value is 72.16%
CMYK:
(0,18,68,72)
C0M18Y68K72 
(0%,18%,68%,72%)
(0.00/0.18/0.68/0.72)	

CMYK percentages

%0
%18.31
%67.61
%72.16

Codes

Color #473A17 in popluar color models

473A17
RGB715823
HSL44°51.06%18.43%
HSB/HSV44°67.61%27.84%
CMYK0.00%18.31%67.61%
72.16%

Color #473A17 in popluar number systems.

HEX473A17
Decimal715823
Binary100011111101010111
Octal1077227

Shades and tints

Shades of #473A17

#473A17
(71,58,23)
#413515
(65,53,21)
#3B3013
(59,48,19)
#352B11
(53,43,17)
#2F260F
(47,38,15)
#29210D
(41,33,13)
#231C0B
(35,28,11)
#1D1709
(29,23,9)
#171207
(23,18,7)
#110D05
(17,13,5)
#0B0803
(11,8,3)
#000000
(0,0,0)

Tints of #473A17

#473A17
(71,58,23)
#574B2C
(87,75,44)
#675C41
(103,92,65)
#776D56
(119,109,86)
#877E6B
(135,126,107)
#978F80
(151,143,128)
#A7A095
(167,160,149)
#B7B1AA
(183,177,170)
#C7C2BF
(199,194,191)
#D7D3D4
(215,211,212)
#E7E4E9
(231,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #473A17 color. Also use rgb(71,58,23) instead hex code.

Text Font Color

.myTextColor { color: #473A17; }

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

This text font color is #473A17.


Background Color

.myBgColor { background-color: #473A17; }

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

This div background color is #473A17.


Border color

.myBorderColor { border: 1px solid #473A17; }

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

This div border color is #473A17.


Opacity

.myOpacity80 { color: #473A17; opacity: 0.8; }

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

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

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

This text has shadow with #473A17 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #473A17 on black background.


Color preview on white background

This text has color #473A17 on white background.



Black color preview on #473A17 background

This text has black color on #473A17 background.


White color preview on #473A17 background

This text has white color on #473A17 background.