COLOR #470031

HEX: #470031
RGB: (71,0,49)

Color info

#470031 contains only red and blue colors. Web safe color of #470031 is #330033 (or #303).

RGB color model

#470031 color RGB value is (71,0,49).

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

RGB channels and saturation

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

71
0
49

R + G + B ~ 16%. #470031 is dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 0 + 49 = 120 (100%)
R 71 of 120 ~ 59.17%
G 0 of 120 ~ 0%
B 49 of 120 ~ 40.83%

%59.17
%40.83

CMYK color model

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

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

CMYK percentages

%0
%100
%30.99
%72.16

Codes

Color #470031 in popluar color models

470031
RGB71049
HSL319°100.00%13.92%
HSB/HSV319°100.00%27.84%
CMYK0.00%100.00%30.99%
72.16%

Color #470031 in popluar number systems.

HEX470031
Decimal71049
Binary10001110110001
Octal107061

Shades and tints

Shades of #470031

#470031
(71,0,49)
#41002D
(65,0,45)
#3B0029
(59,0,41)
#350025
(53,0,37)
#2F0021
(47,0,33)
#29001D
(41,0,29)
#230019
(35,0,25)
#1D0015
(29,0,21)
#170011
(23,0,17)
#11000D
(17,0,13)
#0B0009
(11,0,9)
#000000
(0,0,0)

Tints of #470031

#470031
(71,0,49)
#571743
(87,23,67)
#672E55
(103,46,85)
#774567
(119,69,103)
#875C79
(135,92,121)
#97738B
(151,115,139)
#A78A9D
(167,138,157)
#B7A1AF
(183,161,175)
#C7B8C1
(199,184,193)
#D7CFD3
(215,207,211)
#E7E6E5
(231,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #470031; }

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

This text font color is #470031.


Background Color

.myBgColor { background-color: #470031; }

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

This div background color is #470031.


Border color

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

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

This div border color is #470031.


Opacity

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

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

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

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

This text has shadow with #470031 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #470031 on black background.


Color preview on white background

This text has color #470031 on white background.



Black color preview on #470031 background

This text has black color on #470031 background.


White color preview on #470031 background

This text has white color on #470031 background.