COLOR #473131

HEX: #473131 RGB: (71,49,49)

Color info

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

RGB color model

#473131 color RGB value is (71,49,49).

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

RGB channels and saturation

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

71
49
49

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

Portions of RGB colors in percentages

R + G + B = 71 + 49 + 49 = 169 (100%)
R 71 of 169 ~ 42.01%
G 49 of 169 ~ 28.99%
B 49 of 169 ~ 28.99'%

%42.01
%28.99
%28.99

CMYK color model

#473131 color CMYK value is (0,31,31,72).

  • cyan value is 0.00%
  • magenta value is 30.99%
  • yellow value is 30.99%
  • key color value is 72.16%
CMYK: (0,31,31,72) C0M31Y31K72 (0%,31%,31%,72%) (0.00/0.31/0.31/0.72) 

CMYK percentages

%0
%30.99
%30.99
%72.16

Codes

Color #473131 in popluar color models

47 31 31
RGB 71 49 49
HSL 18.33% 23.53%
HSB/HSV 30.99% 27.84%
CMYK 0.00% 30.99% 30.99%
72.16%

Color #473131 in popluar number systems.

HEX 47 31 31
Decimal 71 49 49
Binary 1000111 110001 110001
Octal 107 61 61

Shades and tints

Shades of #473131

#473131
(71,49,49)
#412D2D
(65,45,45)
#3B2929
(59,41,41)
#352525
(53,37,37)
#2F2121
(47,33,33)
#291D1D
(41,29,29)
#231919
(35,25,25)
#1D1515
(29,21,21)
#171111
(23,17,17)
#110D0D
(17,13,13)
#0B0909
(11,9,9)
#000000
(0,0,0)

Tints of #473131

#473131
(71,49,49)
#574343
(87,67,67)
#675555
(103,85,85)
#776767
(119,103,103)
#877979
(135,121,121)
#978B8B
(151,139,139)
#A79D9D
(167,157,157)
#B7AFAF
(183,175,175)
#C7C1C1
(199,193,193)
#D7D3D3
(215,211,211)
#E7E5E5
(231,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #473131; }

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

This text font color is #473131.

Background Color

.myBgColor { background-color: #473131; }

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

This div background color is #473131.

Border color

.myBorderColor { border: 1px solid #473131; }

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

This div border color is #473131.

Opacity

.myOpacity80 { color: #473131; opacity: 0.8; }

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

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

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

This text has shadow with #473131 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #473131.

Preview

Color preview on black background

This text has color #473131 on black background.


Color preview on white background

This text has color #473131 on white background.


Black color preview on #473131 background

This text has black color on #473131 background.


White color preview on #473131 background

This text has white color on #473131 background.


Related colors

Complementary color

Complementary color for #hex is #B8CECE.


I love getcolorcode.com