COLOR #471820

HEX: #471820
RGB: (71,24,32)

Color info

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

RGB color model

#471820 color RGB value is (71,24,32).

  • red value is 71;
  • green value is 24;
  • blue value is 32.
RGB:
(71,24,32)
(28%,9%,13%)

RGB channels and saturation

R 71 of 255 = 28%
G 24 of 255 = 9%
B 32 of 255 = 13%

71
24
32

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

Portions of RGB colors in percentages

R + G + B =
71 + 24 + 32 = 127 (100%)
R 71 of 127 ~ 55.91%
G 24 of 127 ~ 18.9%
B 32 of 127 ~ 25.2%

%55.91
%18.9
%25.2

CMYK color model

#471820 color CMYK value is (0,66,55,72).

  • cyan value is 0.00%
  • magenta value is 66.20%
  • yellow value is 54.93%
  • key color value is 72.16%
CMYK:
(0,66,55,72)
C0M66Y55K72 
(0%,66%,55%,72%)
(0.00/0.66/0.55/0.72)	

CMYK percentages

%0
%66.2
%54.93
%72.16

Codes

Color #471820 in popluar color models

471820
RGB712432
HSL350°49.47%18.63%
HSB/HSV350°66.20%27.84%
CMYK0.00%66.20%54.93%
72.16%

Color #471820 in popluar number systems.

HEX471820
Decimal712432
Binary100011111000100000
Octal1073040

Shades and tints

Shades of #471820

#471820
(71,24,32)
#41161E
(65,22,30)
#3B141C
(59,20,28)
#35121A
(53,18,26)
#2F1018
(47,16,24)
#290E16
(41,14,22)
#230C14
(35,12,20)
#1D0A12
(29,10,18)
#170810
(23,8,16)
#11060E
(17,6,14)
#0B040C
(11,4,12)
#000000
(0,0,0)

Tints of #471820

#471820
(71,24,32)
#572D34
(87,45,52)
#674248
(103,66,72)
#77575C
(119,87,92)
#876C70
(135,108,112)
#978184
(151,129,132)
#A79698
(167,150,152)
#B7ABAC
(183,171,172)
#C7C0C0
(199,192,192)
#D7D5D4
(215,213,212)
#E7EAE8
(231,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #471820 color. Also use rgb(71,24,32) instead hex code.

Text Font Color

.myTextColor { color: #471820; }

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

This text font color is #471820.


Background Color

.myBgColor { background-color: #471820; }

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

This div background color is #471820.


Border color

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

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

This div border color is #471820.


Opacity

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

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

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

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

This text has shadow with #471820 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #471820 on black background.


Color preview on white background

This text has color #471820 on white background.



Black color preview on #471820 background

This text has black color on #471820 background.


White color preview on #471820 background

This text has white color on #471820 background.