COLOR #471E31

HEX: #471E31
RGB: (71,30,49)

Color info

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

RGB color model

#471E31 color RGB value is (71,30,49).

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

RGB channels and saturation

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

71
30
49

R + G + B ~ 20%. #471E31 is dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 30 + 49 = 150 (100%)
R 71 of 150 ~ 47.33%
G 30 of 150 ~ 20%
B 49 of 150 ~ 32.67%

%47.33
%20
%32.67

CMYK color model

#471E31 color CMYK value is (0,58,31,72).

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

CMYK percentages

%0
%57.75
%30.99
%72.16

Codes

Color #471E31 in popluar color models

471E31
RGB713049
HSL332°40.59%19.80%
HSB/HSV332°57.75%27.84%
CMYK0.00%57.75%30.99%
72.16%

Color #471E31 in popluar number systems.

HEX471E31
Decimal713049
Binary100011111110110001
Octal1073661

Shades and tints

Shades of #471E31

#471E31
(71,30,49)
#411C2D
(65,28,45)
#3B1A29
(59,26,41)
#351825
(53,24,37)
#2F1621
(47,22,33)
#29141D
(41,20,29)
#231219
(35,18,25)
#1D1015
(29,16,21)
#170E11
(23,14,17)
#110C0D
(17,12,13)
#0B0A09
(11,10,9)
#000000
(0,0,0)

Tints of #471E31

#471E31
(71,30,49)
#573243
(87,50,67)
#674655
(103,70,85)
#775A67
(119,90,103)
#876E79
(135,110,121)
#97828B
(151,130,139)
#A7969D
(167,150,157)
#B7AAAF
(183,170,175)
#C7BEC1
(199,190,193)
#D7D2D3
(215,210,211)
#E7E6E5
(231,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #471E31; }

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

This text font color is #471E31.


Background Color

.myBgColor { background-color: #471E31; }

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

This div background color is #471E31.


Border color

.myBorderColor { border: 1px solid #471E31; }

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

This div border color is #471E31.


Opacity

.myOpacity80 { color: #471E31; opacity: 0.8; }

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

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

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

This text has shadow with #471E31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #471E31 on black background.


Color preview on white background

This text has color #471E31 on white background.



Black color preview on #471E31 background

This text has black color on #471E31 background.


White color preview on #471E31 background

This text has white color on #471E31 background.