COLOR #471131

HEX: #471131
RGB: (71,17,49)

Color info

#471131 contains red, green and blue colors in about the same proportion. Web safe color of #471131 is #330033 (or #303).

RGB color model

#471131 color RGB value is (71,17,49).

  • red value is 71;
  • green value is 17;
  • blue value is 49.
RGB:
(71,17,49)
(28%,7%,19%)

RGB channels and saturation

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

71
17
49

R + G + B ~ 18%. #471131 is dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 17 + 49 = 137 (100%)
R 71 of 137 ~ 51.82%
G 17 of 137 ~ 12.41%
B 49 of 137 ~ 35.77%

%51.82
%12.41
%35.77

CMYK color model

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

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

CMYK percentages

%0
%76.06
%30.99
%72.16

Codes

Color #471131 in popluar color models

471131
RGB711749
HSL324°61.36%17.25%
HSB/HSV324°76.06%27.84%
CMYK0.00%76.06%30.99%
72.16%

Color #471131 in popluar number systems.

HEX471131
Decimal711749
Binary100011110001110001
Octal1072161

Shades and tints

Shades of #471131

#471131
(71,17,49)
#41102D
(65,16,45)
#3B0F29
(59,15,41)
#350E25
(53,14,37)
#2F0D21
(47,13,33)
#290C1D
(41,12,29)
#230B19
(35,11,25)
#1D0A15
(29,10,21)
#170911
(23,9,17)
#11080D
(17,8,13)
#0B0709
(11,7,9)
#000000
(0,0,0)

Tints of #471131

#471131
(71,17,49)
#572643
(87,38,67)
#673B55
(103,59,85)
#775067
(119,80,103)
#876579
(135,101,121)
#977A8B
(151,122,139)
#A78F9D
(167,143,157)
#B7A4AF
(183,164,175)
#C7B9C1
(199,185,193)
#D7CED3
(215,206,211)
#E7E3E5
(231,227,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #471131; }

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

This text font color is #471131.


Background Color

.myBgColor { background-color: #471131; }

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

This div background color is #471131.


Border color

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

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

This div border color is #471131.


Opacity

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

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

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

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

This text has shadow with #471131 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #471131 on black background.


Color preview on white background

This text has color #471131 on white background.



Black color preview on #471131 background

This text has black color on #471131 background.


White color preview on #471131 background

This text has white color on #471131 background.