COLOR #473F2F

HEX: #473F2F
RGB: (71,63,47)

Color info

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

RGB color model

#473F2F color RGB value is (71,63,47).

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

RGB channels and saturation

R 71 of 255 = 28%
G 63 of 255 = 25%
B 47 of 255 = 18%

71
63
47

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

Portions of RGB colors in percentages

R + G + B =
71 + 63 + 47 = 181 (100%)
R 71 of 181 ~ 39.23%
G 63 of 181 ~ 34.81%
B 47 of 181 ~ 25.97%

%39.23
%34.81
%25.97

CMYK color model

#473F2F color CMYK value is (0,11,34,72).

  • cyan value is 0.00%
  • magenta value is 11.27%
  • yellow value is 33.80%
  • key color value is 72.16%
CMYK:
(0,11,34,72)
C0M11Y34K72 
(0%,11%,34%,72%)
(0.00/0.11/0.34/0.72)	

CMYK percentages

%0
%11.27
%33.8
%72.16

Codes

Color #473F2F in popluar color models

473F2F
RGB716347
HSL40°20.34%23.14%
HSB/HSV40°33.80%27.84%
CMYK0.00%11.27%33.80%
72.16%

Color #473F2F in popluar number systems.

HEX473F2F
Decimal716347
Binary1000111111111101111
Octal1077757

Shades and tints

Shades of #473F2F

#473F2F
(71,63,47)
#413A2B
(65,58,43)
#3B3527
(59,53,39)
#353023
(53,48,35)
#2F2B1F
(47,43,31)
#29261B
(41,38,27)
#232117
(35,33,23)
#1D1C13
(29,28,19)
#17170F
(23,23,15)
#11120B
(17,18,11)
#0B0D07
(11,13,7)
#000000
(0,0,0)

Tints of #473F2F

#473F2F
(71,63,47)
#575041
(87,80,65)
#676153
(103,97,83)
#777265
(119,114,101)
#878377
(135,131,119)
#979489
(151,148,137)
#A7A59B
(167,165,155)
#B7B6AD
(183,182,173)
#C7C7BF
(199,199,191)
#D7D8D1
(215,216,209)
#E7E9E3
(231,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #473F2F; }

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

This text font color is #473F2F.


Background Color

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

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

This div background color is #473F2F.


Border color

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

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

This div border color is #473F2F.


Opacity

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

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

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

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

This text has shadow with #473F2F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #473F2F on black background.


Color preview on white background

This text has color #473F2F on white background.



Black color preview on #473F2F background

This text has black color on #473F2F background.


White color preview on #473F2F background

This text has white color on #473F2F background.