COLOR #473F31

HEX: #473F31 RGB: (71,63,49)

Color info

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

RGB color model

#473F31 color RGB value is (71,63,49).

RGB: (71,63,49) (28%, 25%, 19%)

RGB channels and saturation

R 71 of 255 = 28%
G 63 of 255 = 25%
B 49 of 255 = 19%

71
63
49

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

Portions of RGB colors in percentages

R + G + B = 71 + 63 + 49 = 183 (100%)
R 71 of 183 ~ 38.8%
G 63 of 183 ~ 34.43%
B 49 of 183 ~ 26.78'%

%38.8
%34.43
%26.78

CMYK color model

#473F31 color CMYK value is (0,11,31,72).

  • cyan value is 0.00%
  • magenta value is 11.27%
  • yellow value is 30.99%
  • key color value is 72.16%

CMYK: (0,11,31,72)
C0M11Y31K72 (0%, 11%, 31%, 72%)
(0.00 / 0.11 / 0.31 / 0.72)

CMYK percentages

%0
%11.27
%30.99
%72.16

Codes

Color #473F31 in popluar color models

47 3F 31
RGB 71 63 49
HSL 38° 18.33% 23.53%
HSB/HSV 38° 30.99% 27.84%
CMYK 0.00% 11.27% 30.99%
72.16%

Color #473F31 in popluar number systems.

HEX 47 3F 31
Decimal 71 63 49
Binary 1000111 111111 110001
Octal 107 77 61

Shades and tints

Shades of #473F31

#473F31
(71,63,49)
#413A2D
(65,58,45)
#3B3529
(59,53,41)
#353025
(53,48,37)
#2F2B21
(47,43,33)
#29261D
(41,38,29)
#232119
(35,33,25)
#1D1C15
(29,28,21)
#171711
(23,23,17)
#11120D
(17,18,13)
#0B0D09
(11,13,9)
#000000
(0,0,0)

Tints of #473F31

#473F31
(71,63,49)
#575043
(87,80,67)
#676155
(103,97,85)
#777267
(119,114,103)
#878379
(135,131,121)
#97948B
(151,148,139)
#A7A59D
(167,165,157)
#B7B6AF
(183,182,175)
#C7C7C1
(199,199,193)
#D7D8D3
(215,216,211)
#E7E9E5
(231,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #473F31; }

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

This text font color is #473F31.

Background Color

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

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

This div background color is #473F31.

Border color

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

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

This div border color is #473F31.

Opacity

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

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

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

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

This text has shadow with #473F31 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #473F31.

Preview

Color preview on black background

This text has color #473F31 on black background.


Color preview on white background

This text has color #473F31 on white background.


Black color preview on #473F31 background

This text has black color on #473F31 background.


White color preview on #473F31 background

This text has white color on #473F31 background.


Related colors

Complementary color

Complementary color for #hex is #B8C0CE.


I love getcolorcode.com

Triadic colors

1 #31473F and #3F3147 with #473F31 are triadic colors.

2 #313F47 and #3F4731 with #473F31 are triadic colors.