COLOR #471C36

HEX: #471C36
RGB: (71,28,54)

Color info

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

RGB color model

#471C36 color RGB value is (71,28,54).

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

RGB channels and saturation

R 71 of 255 = 28%
G 28 of 255 = 11%
B 54 of 255 = 21%

71
28
54

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

Portions of RGB colors in percentages

R + G + B =
71 + 28 + 54 = 153 (100%)
R 71 of 153 ~ 46.41%
G 28 of 153 ~ 18.3%
B 54 of 153 ~ 35.29%

%46.41
%18.3
%35.29

CMYK color model

#471C36 color CMYK value is (0,61,24,72).

  • cyan value is 0.00%
  • magenta value is 60.56%
  • yellow value is 23.94%
  • key color value is 72.16%
CMYK:
(0,61,24,72)
C0M61Y24K72 
(0%,61%,24%,72%)
(0.00/0.61/0.24/0.72)	

CMYK percentages

%0
%60.56
%23.94
%72.16

Codes

Color #471C36 in popluar color models

471C36
RGB712854
HSL324°43.43%19.41%
HSB/HSV324°60.56%27.84%
CMYK0.00%60.56%23.94%
72.16%

Color #471C36 in popluar number systems.

HEX471C36
Decimal712854
Binary100011111100110110
Octal1073466

Shades and tints

Shades of #471C36

#471C36
(71,28,54)
#411A32
(65,26,50)
#3B182E
(59,24,46)
#35162A
(53,22,42)
#2F1426
(47,20,38)
#291222
(41,18,34)
#23101E
(35,16,30)
#1D0E1A
(29,14,26)
#170C16
(23,12,22)
#110A12
(17,10,18)
#0B080E
(11,8,14)
#000000
(0,0,0)

Tints of #471C36

#471C36
(71,28,54)
#573048
(87,48,72)
#67445A
(103,68,90)
#77586C
(119,88,108)
#876C7E
(135,108,126)
#978090
(151,128,144)
#A794A2
(167,148,162)
#B7A8B4
(183,168,180)
#C7BCC6
(199,188,198)
#D7D0D8
(215,208,216)
#E7E4EA
(231,228,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #471C36; }

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

This text font color is #471C36.


Background Color

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

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

This div background color is #471C36.


Border color

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

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

This div border color is #471C36.


Opacity

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

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

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

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

This text has shadow with #471C36 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #471C36 on black background.


Color preview on white background

This text has color #471C36 on white background.



Black color preview on #471C36 background

This text has black color on #471C36 background.


White color preview on #471C36 background

This text has white color on #471C36 background.