COLOR #471A24

HEX: #471A24
RGB: (71,26,36)

Color info

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

RGB color model

#471A24 color RGB value is (71,26,36).

  • red value is 71;
  • green value is 26;
  • blue value is 36.
RGB:
(71,26,36)
(28%,10%,14%)

RGB channels and saturation

R 71 of 255 = 28%
G 26 of 255 = 10%
B 36 of 255 = 14%

71
26
36

R + G + B ~ 17%. #471A24 is dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 26 + 36 = 133 (100%)
R 71 of 133 ~ 53.38%
G 26 of 133 ~ 19.55%
B 36 of 133 ~ 27.07%

%53.38
%19.55
%27.07

CMYK color model

#471A24 color CMYK value is (0,63,49,72).

  • cyan value is 0.00%
  • magenta value is 63.38%
  • yellow value is 49.30%
  • key color value is 72.16%
CMYK:
(0,63,49,72)
C0M63Y49K72 
(0%,63%,49%,72%)
(0.00/0.63/0.49/0.72)	

CMYK percentages

%0
%63.38
%49.3
%72.16

Codes

Color #471A24 in popluar color models

471A24
RGB712636
HSL347°46.39%19.02%
HSB/HSV347°63.38%27.84%
CMYK0.00%63.38%49.30%
72.16%

Color #471A24 in popluar number systems.

HEX471A24
Decimal712636
Binary100011111010100100
Octal1073244

Shades and tints

Shades of #471A24

#471A24
(71,26,36)
#411821
(65,24,33)
#3B161E
(59,22,30)
#35141B
(53,20,27)
#2F1218
(47,18,24)
#291015
(41,16,21)
#230E12
(35,14,18)
#1D0C0F
(29,12,15)
#170A0C
(23,10,12)
#110809
(17,8,9)
#0B0606
(11,6,6)
#000000
(0,0,0)

Tints of #471A24

#471A24
(71,26,36)
#572E37
(87,46,55)
#67424A
(103,66,74)
#77565D
(119,86,93)
#876A70
(135,106,112)
#977E83
(151,126,131)
#A79296
(167,146,150)
#B7A6A9
(183,166,169)
#C7BABC
(199,186,188)
#D7CECF
(215,206,207)
#E7E2E2
(231,226,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #471A24 color. Also use rgb(71,26,36) instead hex code.

Text Font Color

.myTextColor { color: #471A24; }

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

This text font color is #471A24.


Background Color

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

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

This div background color is #471A24.


Border color

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

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

This div border color is #471A24.


Opacity

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

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

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

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

This text has shadow with #471A24 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #471A24 on black background.


Color preview on white background

This text has color #471A24 on white background.



Black color preview on #471A24 background

This text has black color on #471A24 background.


White color preview on #471A24 background

This text has white color on #471A24 background.