COLOR #473A37

HEX: #473A37
RGB: (71,58,55)

Color info

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

RGB color model

#473A37 color RGB value is (71,58,55).

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

RGB channels and saturation

R 71 of 255 = 28%
G 58 of 255 = 23%
B 55 of 255 = 22%

71
58
55

R + G + B ~ 24%. #473A37 is dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 58 + 55 = 184 (100%)
R 71 of 184 ~ 38.59%
G 58 of 184 ~ 31.52%
B 55 of 184 ~ 29.89%

%38.59
%31.52
%29.89

CMYK color model

#473A37 color CMYK value is (0,18,23,72).

  • cyan value is 0.00%
  • magenta value is 18.31%
  • yellow value is 22.54%
  • key color value is 72.16%
CMYK:
(0,18,23,72)
C0M18Y23K72 
(0%,18%,23%,72%)
(0.00/0.18/0.23/0.72)	

CMYK percentages

%0
%18.31
%22.54
%72.16

Codes

Color #473A37 in popluar color models

473A37
RGB715855
HSL11°12.70%24.71%
HSB/HSV11°22.54%27.84%
CMYK0.00%18.31%22.54%
72.16%

Color #473A37 in popluar number systems.

HEX473A37
Decimal715855
Binary1000111111010110111
Octal1077267

Shades and tints

Shades of #473A37

#473A37
(71,58,55)
#413532
(65,53,50)
#3B302D
(59,48,45)
#352B28
(53,43,40)
#2F2623
(47,38,35)
#29211E
(41,33,30)
#231C19
(35,28,25)
#1D1714
(29,23,20)
#17120F
(23,18,15)
#110D0A
(17,13,10)
#0B0805
(11,8,5)
#000000
(0,0,0)

Tints of #473A37

#473A37
(71,58,55)
#574B49
(87,75,73)
#675C5B
(103,92,91)
#776D6D
(119,109,109)
#877E7F
(135,126,127)
#978F91
(151,143,145)
#A7A0A3
(167,160,163)
#B7B1B5
(183,177,181)
#C7C2C7
(199,194,199)
#D7D3D9
(215,211,217)
#E7E4EB
(231,228,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #473A37; }

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

This text font color is #473A37.


Background Color

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

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

This div background color is #473A37.


Border color

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

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

This div border color is #473A37.


Opacity

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

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

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

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

This text has shadow with #473A37 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #473A37 on black background.


Color preview on white background

This text has color #473A37 on white background.



Black color preview on #473A37 background

This text has black color on #473A37 background.


White color preview on #473A37 background

This text has white color on #473A37 background.