COLOR #473F37

HEX: #473F37
RGB: (71,63,55)

Color info

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

RGB color model

#473F37 color RGB value is (71,63,55).

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

RGB channels and saturation

R 71 of 255 = 28%
G 63 of 255 = 25%
B 55 of 255 = 22%

71
63
55

R + G + B ~ 25%. #473F37 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 63 + 55 = 189 (100%)
R 71 of 189 ~ 37.57%
G 63 of 189 ~ 33.33%
B 55 of 189 ~ 29.1%

%37.57
%33.33
%29.1

CMYK color model

#473F37 color CMYK value is (0,11,23,72).

  • cyan value is 0.00%
  • magenta value is 11.27%
  • yellow value is 22.54%
  • key color value is 72.16%
CMYK:
(0,11,23,72)
C0M11Y23K72 
(0%,11%,23%,72%)
(0.00/0.11/0.23/0.72)	

CMYK percentages

%0
%11.27
%22.54
%72.16

Codes

Color #473F37 in popluar color models

473F37
RGB716355
HSL30°12.70%24.71%
HSB/HSV30°22.54%27.84%
CMYK0.00%11.27%22.54%
72.16%

Color #473F37 in popluar number systems.

HEX473F37
Decimal716355
Binary1000111111111110111
Octal1077767

Shades and tints

Shades of #473F37

#473F37
(71,63,55)
#413A32
(65,58,50)
#3B352D
(59,53,45)
#353028
(53,48,40)
#2F2B23
(47,43,35)
#29261E
(41,38,30)
#232119
(35,33,25)
#1D1C14
(29,28,20)
#17170F
(23,23,15)
#11120A
(17,18,10)
#0B0D05
(11,13,5)
#000000
(0,0,0)

Tints of #473F37

#473F37
(71,63,55)
#575049
(87,80,73)
#67615B
(103,97,91)
#77726D
(119,114,109)
#87837F
(135,131,127)
#979491
(151,148,145)
#A7A5A3
(167,165,163)
#B7B6B5
(183,182,181)
#C7C7C7
(199,199,199)
#D7D8D9
(215,216,217)
#E7E9EB
(231,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #473F37; }

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

This text font color is #473F37.


Background Color

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

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

This div background color is #473F37.


Border color

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

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

This div border color is #473F37.


Opacity

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

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

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

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

This text has shadow with #473F37 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #473F37 on black background.


Color preview on white background

This text has color #473F37 on white background.



Black color preview on #473F37 background

This text has black color on #473F37 background.


White color preview on #473F37 background

This text has white color on #473F37 background.