COLOR #471F28

HEX: #471F28
RGB: (71,31,40)

Color info

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

RGB color model

#471F28 color RGB value is (71,31,40).

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

RGB channels and saturation

R 71 of 255 = 28%
G 31 of 255 = 12%
B 40 of 255 = 16%

71
31
40

R + G + B ~ 19%. #471F28 is dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 31 + 40 = 142 (100%)
R 71 of 142 ~ 50%
G 31 of 142 ~ 21.83%
B 40 of 142 ~ 28.17%

%50
%21.83
%28.17

CMYK color model

#471F28 color CMYK value is (0,56,44,72).

  • cyan value is 0.00%
  • magenta value is 56.34%
  • yellow value is 43.66%
  • key color value is 72.16%
CMYK:
(0,56,44,72)
C0M56Y44K72 
(0%,56%,44%,72%)
(0.00/0.56/0.44/0.72)	

CMYK percentages

%0
%56.34
%43.66
%72.16

Codes

Color #471F28 in popluar color models

471F28
RGB713140
HSL347°39.22%20.00%
HSB/HSV347°56.34%27.84%
CMYK0.00%56.34%43.66%
72.16%

Color #471F28 in popluar number systems.

HEX471F28
Decimal713140
Binary100011111111101000
Octal1073750

Shades and tints

Shades of #471F28

#471F28
(71,31,40)
#411D25
(65,29,37)
#3B1B22
(59,27,34)
#35191F
(53,25,31)
#2F171C
(47,23,28)
#291519
(41,21,25)
#231316
(35,19,22)
#1D1113
(29,17,19)
#170F10
(23,15,16)
#110D0D
(17,13,13)
#0B0B0A
(11,11,10)
#000000
(0,0,0)

Tints of #471F28

#471F28
(71,31,40)
#57333B
(87,51,59)
#67474E
(103,71,78)
#775B61
(119,91,97)
#876F74
(135,111,116)
#978387
(151,131,135)
#A7979A
(167,151,154)
#B7ABAD
(183,171,173)
#C7BFC0
(199,191,192)
#D7D3D3
(215,211,211)
#E7E7E6
(231,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #471F28; }

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

This text font color is #471F28.


Background Color

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

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

This div background color is #471F28.


Border color

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

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

This div border color is #471F28.


Opacity

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

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

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

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

This text has shadow with #471F28 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #471F28 on black background.


Color preview on white background

This text has color #471F28 on white background.



Black color preview on #471F28 background

This text has black color on #471F28 background.


White color preview on #471F28 background

This text has white color on #471F28 background.