COLOR #471E43

HEX: #471E43
RGB: (71,30,67)

Color info

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

RGB color model

#471E43 color RGB value is (71,30,67).

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

RGB channels and saturation

R 71 of 255 = 28%
G 30 of 255 = 12%
B 67 of 255 = 26%

71
30
67

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

Portions of RGB colors in percentages

R + G + B =
71 + 30 + 67 = 168 (100%)
R 71 of 168 ~ 42.26%
G 30 of 168 ~ 17.86%
B 67 of 168 ~ 39.88%

%42.26
%17.86
%39.88

CMYK color model

#471E43 color CMYK value is (0,58,6,72).

  • cyan value is 0.00%
  • magenta value is 57.75%
  • yellow value is 5.63%
  • key color value is 72.16%
CMYK:
(0,58,6,72)
C0M58Y6K72 
(0%,58%,6%,72%)
(0.00/0.58/0.06/0.72)	

CMYK percentages

%0
%57.75
%5.63
%72.16

Codes

Color #471E43 in popluar color models

471E43
RGB713067
HSL306°40.59%19.80%
HSB/HSV306°57.75%27.84%
CMYK0.00%57.75%5.63%
72.16%

Color #471E43 in popluar number systems.

HEX471E43
Decimal713067
Binary1000111111101000011
Octal10736103

Shades and tints

Shades of #471E43

#471E43
(71,30,67)
#411C3D
(65,28,61)
#3B1A37
(59,26,55)
#351831
(53,24,49)
#2F162B
(47,22,43)
#291425
(41,20,37)
#23121F
(35,18,31)
#1D1019
(29,16,25)
#170E13
(23,14,19)
#110C0D
(17,12,13)
#0B0A07
(11,10,7)
#000000
(0,0,0)

Tints of #471E43

#471E43
(71,30,67)
#573254
(87,50,84)
#674665
(103,70,101)
#775A76
(119,90,118)
#876E87
(135,110,135)
#978298
(151,130,152)
#A796A9
(167,150,169)
#B7AABA
(183,170,186)
#C7BECB
(199,190,203)
#D7D2DC
(215,210,220)
#E7E6ED
(231,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #471E43; }

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

This text font color is #471E43.


Background Color

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

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

This div background color is #471E43.


Border color

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

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

This div border color is #471E43.


Opacity

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

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

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

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

This text has shadow with #471E43 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #471E43 on black background.


Color preview on white background

This text has color #471E43 on white background.



Black color preview on #471E43 background

This text has black color on #471E43 background.


White color preview on #471E43 background

This text has white color on #471E43 background.