COLOR #473B29

HEX: #473B29
RGB: (71,59,41)

Color info

#473B29 contains red, green and blue colors in about the same proportion. Web safe color of #473B29 is #333333 (or #333).

RGB color model

#473B29 color RGB value is (71,59,41).

  • red value is 71;
  • green value is 59;
  • blue value is 41.
RGB:
(71,59,41)
(28%,23%,16%)

RGB channels and saturation

R 71 of 255 = 28%
G 59 of 255 = 23%
B 41 of 255 = 16%

71
59
41

R + G + B ~ 22%. #473B29 is dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 59 + 41 = 171 (100%)
R 71 of 171 ~ 41.52%
G 59 of 171 ~ 34.5%
B 41 of 171 ~ 23.98%

%41.52
%34.5
%23.98

CMYK color model

#473B29 color CMYK value is (0,17,42,72).

  • cyan value is 0.00%
  • magenta value is 16.90%
  • yellow value is 42.25%
  • key color value is 72.16%
CMYK:
(0,17,42,72)
C0M17Y42K72 
(0%,17%,42%,72%)
(0.00/0.17/0.42/0.72)	

CMYK percentages

%0
%16.9
%42.25
%72.16

Codes

Color #473B29 in popluar color models

473B29
RGB715941
HSL36°26.79%21.96%
HSB/HSV36°42.25%27.84%
CMYK0.00%16.90%42.25%
72.16%

Color #473B29 in popluar number systems.

HEX473B29
Decimal715941
Binary1000111111011101001
Octal1077351

Shades and tints

Shades of #473B29

#473B29
(71,59,41)
#413626
(65,54,38)
#3B3123
(59,49,35)
#352C20
(53,44,32)
#2F271D
(47,39,29)
#29221A
(41,34,26)
#231D17
(35,29,23)
#1D1814
(29,24,20)
#171311
(23,19,17)
#110E0E
(17,14,14)
#0B090B
(11,9,11)
#000000
(0,0,0)

Tints of #473B29

#473B29
(71,59,41)
#574C3C
(87,76,60)
#675D4F
(103,93,79)
#776E62
(119,110,98)
#877F75
(135,127,117)
#979088
(151,144,136)
#A7A19B
(167,161,155)
#B7B2AE
(183,178,174)
#C7C3C1
(199,195,193)
#D7D4D4
(215,212,212)
#E7E5E7
(231,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #473B29 color. Also use rgb(71,59,41) instead hex code.

Text Font Color

.myTextColor { color: #473B29; }

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

This text font color is #473B29.


Background Color

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

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

This div background color is #473B29.


Border color

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

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

This div border color is #473B29.


Opacity

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

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

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

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

This text has shadow with #473B29 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #473B29 on black background.


Color preview on white background

This text has color #473B29 on white background.



Black color preview on #473B29 background

This text has black color on #473B29 background.


White color preview on #473B29 background

This text has white color on #473B29 background.