COLOR #471331

HEX: #471331
RGB: (71,19,49)

Color info

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

RGB color model

#471331 color RGB value is (71,19,49).

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

RGB channels and saturation

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

71
19
49

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

Portions of RGB colors in percentages

R + G + B =
71 + 19 + 49 = 139 (100%)
R 71 of 139 ~ 51.08%
G 19 of 139 ~ 13.67%
B 49 of 139 ~ 35.25%

%51.08
%13.67
%35.25

CMYK color model

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

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

CMYK percentages

%0
%73.24
%30.99
%72.16

Codes

Color #471331 in popluar color models

471331
RGB711949
HSL325°57.78%17.65%
HSB/HSV325°73.24%27.84%
CMYK0.00%73.24%30.99%
72.16%

Color #471331 in popluar number systems.

HEX471331
Decimal711949
Binary100011110011110001
Octal1072361

Shades and tints

Shades of #471331

#471331
(71,19,49)
#41122D
(65,18,45)
#3B1129
(59,17,41)
#351025
(53,16,37)
#2F0F21
(47,15,33)
#290E1D
(41,14,29)
#230D19
(35,13,25)
#1D0C15
(29,12,21)
#170B11
(23,11,17)
#110A0D
(17,10,13)
#0B0909
(11,9,9)
#000000
(0,0,0)

Tints of #471331

#471331
(71,19,49)
#572843
(87,40,67)
#673D55
(103,61,85)
#775267
(119,82,103)
#876779
(135,103,121)
#977C8B
(151,124,139)
#A7919D
(167,145,157)
#B7A6AF
(183,166,175)
#C7BBC1
(199,187,193)
#D7D0D3
(215,208,211)
#E7E5E5
(231,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #471331; }

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

This text font color is #471331.


Background Color

.myBgColor { background-color: #471331; }

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

This div background color is #471331.


Border color

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

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

This div border color is #471331.


Opacity

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

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

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

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

This text has shadow with #471331 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #471331 on black background.


Color preview on white background

This text has color #471331 on white background.



Black color preview on #471331 background

This text has black color on #471331 background.


White color preview on #471331 background

This text has white color on #471331 background.