COLOR #471419

HEX: #471419
RGB: (71,20,25)

Color info

#471419 contains red, green and blue colors in about the same proportion. Web safe color of #471419 is #330000 (or #300).

RGB color model

#471419 color RGB value is (71,20,25).

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

RGB channels and saturation

R 71 of 255 = 28%
G 20 of 255 = 8%
B 25 of 255 = 10%

71
20
25

R + G + B ~ 15%. #471419 is dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 20 + 25 = 116 (100%)
R 71 of 116 ~ 61.21%
G 20 of 116 ~ 17.24%
B 25 of 116 ~ 21.55%

%61.21
%17.24
%21.55

CMYK color model

#471419 color CMYK value is (0,72,65,72).

  • cyan value is 0.00%
  • magenta value is 71.83%
  • yellow value is 64.79%
  • key color value is 72.16%
CMYK:
(0,72,65,72)
C0M72Y65K72 
(0%,72%,65%,72%)
(0.00/0.72/0.65/0.72)	

CMYK percentages

%0
%71.83
%64.79
%72.16

Codes

Color #471419 in popluar color models

471419
RGB712025
HSL354°56.04%17.84%
HSB/HSV354°71.83%27.84%
CMYK0.00%71.83%64.79%
72.16%

Color #471419 in popluar number systems.

HEX471419
Decimal712025
Binary10001111010011001
Octal1072431

Shades and tints

Shades of #471419

#471419
(71,20,25)
#411317
(65,19,23)
#3B1215
(59,18,21)
#351113
(53,17,19)
#2F1011
(47,16,17)
#290F0F
(41,15,15)
#230E0D
(35,14,13)
#1D0D0B
(29,13,11)
#170C09
(23,12,9)
#110B07
(17,11,7)
#0B0A05
(11,10,5)
#000000
(0,0,0)

Tints of #471419

#471419
(71,20,25)
#57292D
(87,41,45)
#673E41
(103,62,65)
#775355
(119,83,85)
#876869
(135,104,105)
#977D7D
(151,125,125)
#A79291
(167,146,145)
#B7A7A5
(183,167,165)
#C7BCB9
(199,188,185)
#D7D1CD
(215,209,205)
#E7E6E1
(231,230,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #471419; }

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

This text font color is #471419.


Background Color

.myBgColor { background-color: #471419; }

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

This div background color is #471419.


Border color

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

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

This div border color is #471419.


Opacity

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

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

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

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

This text has shadow with #471419 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #471419 on black background.


Color preview on white background

This text has color #471419 on white background.



Black color preview on #471419 background

This text has black color on #471419 background.


White color preview on #471419 background

This text has white color on #471419 background.