COLOR #471C32

HEX: #471C32
RGB: (71,28,50)

Color info

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

RGB color model

#471C32 color RGB value is (71,28,50).

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

RGB channels and saturation

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

71
28
50

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

Portions of RGB colors in percentages

R + G + B =
71 + 28 + 50 = 149 (100%)
R 71 of 149 ~ 47.65%
G 28 of 149 ~ 18.79%
B 50 of 149 ~ 33.56%

%47.65
%18.79
%33.56

CMYK color model

#471C32 color CMYK value is (0,61,30,72).

  • cyan value is 0.00%
  • magenta value is 60.56%
  • yellow value is 29.58%
  • key color value is 72.16%
CMYK:
(0,61,30,72)
C0M61Y30K72 
(0%,61%,30%,72%)
(0.00/0.61/0.30/0.72)	

CMYK percentages

%0
%60.56
%29.58
%72.16

Codes

Color #471C32 in popluar color models

471C32
RGB712850
HSL329°43.43%19.41%
HSB/HSV329°60.56%27.84%
CMYK0.00%60.56%29.58%
72.16%

Color #471C32 in popluar number systems.

HEX471C32
Decimal712850
Binary100011111100110010
Octal1073462

Shades and tints

Shades of #471C32

#471C32
(71,28,50)
#411A2E
(65,26,46)
#3B182A
(59,24,42)
#351626
(53,22,38)
#2F1422
(47,20,34)
#29121E
(41,18,30)
#23101A
(35,16,26)
#1D0E16
(29,14,22)
#170C12
(23,12,18)
#110A0E
(17,10,14)
#0B080A
(11,8,10)
#000000
(0,0,0)

Tints of #471C32

#471C32
(71,28,50)
#573044
(87,48,68)
#674456
(103,68,86)
#775868
(119,88,104)
#876C7A
(135,108,122)
#97808C
(151,128,140)
#A7949E
(167,148,158)
#B7A8B0
(183,168,176)
#C7BCC2
(199,188,194)
#D7D0D4
(215,208,212)
#E7E4E6
(231,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #471C32; }

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

This text font color is #471C32.


Background Color

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

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

This div background color is #471C32.


Border color

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

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

This div border color is #471C32.


Opacity

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

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

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

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

This text has shadow with #471C32 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #471C32 on black background.


Color preview on white background

This text has color #471C32 on white background.



Black color preview on #471C32 background

This text has black color on #471C32 background.


White color preview on #471C32 background

This text has white color on #471C32 background.