COLOR #471F1C

HEX: #471F1C
RGB: (71,31,28)

Color info

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

RGB color model

#471F1C color RGB value is (71,31,28).

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

RGB channels and saturation

R 71 of 255 = 28%
G 31 of 255 = 12%
B 28 of 255 = 11%

71
31
28

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

Portions of RGB colors in percentages

R + G + B =
71 + 31 + 28 = 130 (100%)
R 71 of 130 ~ 54.62%
G 31 of 130 ~ 23.85%
B 28 of 130 ~ 21.54%

%54.62
%23.85
%21.54

CMYK color model

#471F1C color CMYK value is (0,56,61,72).

  • cyan value is 0.00%
  • magenta value is 56.34%
  • yellow value is 60.56%
  • key color value is 72.16%
CMYK:
(0,56,61,72)
C0M56Y61K72 
(0%,56%,61%,72%)
(0.00/0.56/0.61/0.72)	

CMYK percentages

%0
%56.34
%60.56
%72.16

Codes

Color #471F1C in popluar color models

471F1C
RGB713128
HSL43.43%19.41%
HSB/HSV60.56%27.84%
CMYK0.00%56.34%60.56%
72.16%

Color #471F1C in popluar number systems.

HEX471F1C
Decimal713128
Binary10001111111111100
Octal1073734

Shades and tints

Shades of #471F1C

#471F1C
(71,31,28)
#411D1A
(65,29,26)
#3B1B18
(59,27,24)
#351916
(53,25,22)
#2F1714
(47,23,20)
#291512
(41,21,18)
#231310
(35,19,16)
#1D110E
(29,17,14)
#170F0C
(23,15,12)
#110D0A
(17,13,10)
#0B0B08
(11,11,8)
#000000
(0,0,0)

Tints of #471F1C

#471F1C
(71,31,28)
#573330
(87,51,48)
#674744
(103,71,68)
#775B58
(119,91,88)
#876F6C
(135,111,108)
#978380
(151,131,128)
#A79794
(167,151,148)
#B7ABA8
(183,171,168)
#C7BFBC
(199,191,188)
#D7D3D0
(215,211,208)
#E7E7E4
(231,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #471F1C; }

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

This text font color is #471F1C.


Background Color

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

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

This div background color is #471F1C.


Border color

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

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

This div border color is #471F1C.


Opacity

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

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

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

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

This text has shadow with #471F1C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #471F1C on black background.


Color preview on white background

This text has color #471F1C on white background.



Black color preview on #471F1C background

This text has black color on #471F1C background.


White color preview on #471F1C background

This text has white color on #471F1C background.