COLOR #471432

HEX: #471432
RGB: (71,20,50)

Color info

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

RGB color model

#471432 color RGB value is (71,20,50).

  • red value is 71;
  • green value is 20;
  • blue value is 50.
RGB:
(71,20,50)
(28%,8%,20%)

RGB channels and saturation

R 71 of 255 = 28%
G 20 of 255 = 8%
B 50 of 255 = 20%

71
20
50

R + G + B ~ 19%. #471432 is dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 20 + 50 = 141 (100%)
R 71 of 141 ~ 50.35%
G 20 of 141 ~ 14.18%
B 50 of 141 ~ 35.46%

%50.35
%14.18
%35.46

CMYK color model

#471432 color CMYK value is (0,72,30,72).

  • cyan value is 0.00%
  • magenta value is 71.83%
  • yellow value is 29.58%
  • key color value is 72.16%
CMYK:
(0,72,30,72)
C0M72Y30K72 
(0%,72%,30%,72%)
(0.00/0.72/0.30/0.72)	

CMYK percentages

%0
%71.83
%29.58
%72.16

Codes

Color #471432 in popluar color models

471432
RGB712050
HSL325°56.04%17.84%
HSB/HSV325°71.83%27.84%
CMYK0.00%71.83%29.58%
72.16%

Color #471432 in popluar number systems.

HEX471432
Decimal712050
Binary100011110100110010
Octal1072462

Shades and tints

Shades of #471432

#471432
(71,20,50)
#41132E
(65,19,46)
#3B122A
(59,18,42)
#351126
(53,17,38)
#2F1022
(47,16,34)
#290F1E
(41,15,30)
#230E1A
(35,14,26)
#1D0D16
(29,13,22)
#170C12
(23,12,18)
#110B0E
(17,11,14)
#0B0A0A
(11,10,10)
#000000
(0,0,0)

Tints of #471432

#471432
(71,20,50)
#572944
(87,41,68)
#673E56
(103,62,86)
#775368
(119,83,104)
#87687A
(135,104,122)
#977D8C
(151,125,140)
#A7929E
(167,146,158)
#B7A7B0
(183,167,176)
#C7BCC2
(199,188,194)
#D7D1D4
(215,209,212)
#E7E6E6
(231,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #471432 color. Also use rgb(71,20,50) instead hex code.

Text Font Color

.myTextColor { color: #471432; }

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

This text font color is #471432.


Background Color

.myBgColor { background-color: #471432; }

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

This div background color is #471432.


Border color

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

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

This div border color is #471432.


Opacity

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

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

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

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

This text has shadow with #471432 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #471432 on black background.


Color preview on white background

This text has color #471432 on white background.



Black color preview on #471432 background

This text has black color on #471432 background.


White color preview on #471432 background

This text has white color on #471432 background.