COLOR #471F1B

HEX: #471F1B
RGB: (71,31,27)

Color info

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

RGB color model

#471F1B color RGB value is (71,31,27).

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

RGB channels and saturation

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

71
31
27

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

Portions of RGB colors in percentages

R + G + B =
71 + 31 + 27 = 129 (100%)
R 71 of 129 ~ 55.04%
G 31 of 129 ~ 24.03%
B 27 of 129 ~ 20.93%

%55.04
%24.03
%20.93

CMYK color model

#471F1B color CMYK value is (0,56,62,72).

  • cyan value is 0.00%
  • magenta value is 56.34%
  • yellow value is 61.97%
  • key color value is 72.16%
CMYK:
(0,56,62,72)
C0M56Y62K72 
(0%,56%,62%,72%)
(0.00/0.56/0.62/0.72)	

CMYK percentages

%0
%56.34
%61.97
%72.16

Codes

Color #471F1B in popluar color models

471F1B
RGB713127
HSL44.90%19.22%
HSB/HSV61.97%27.84%
CMYK0.00%56.34%61.97%
72.16%

Color #471F1B in popluar number systems.

HEX471F1B
Decimal713127
Binary10001111111111011
Octal1073733

Shades and tints

Shades of #471F1B

#471F1B
(71,31,27)
#411D19
(65,29,25)
#3B1B17
(59,27,23)
#351915
(53,25,21)
#2F1713
(47,23,19)
#291511
(41,21,17)
#23130F
(35,19,15)
#1D110D
(29,17,13)
#170F0B
(23,15,11)
#110D09
(17,13,9)
#0B0B07
(11,11,7)
#000000
(0,0,0)

Tints of #471F1B

#471F1B
(71,31,27)
#57332F
(87,51,47)
#674743
(103,71,67)
#775B57
(119,91,87)
#876F6B
(135,111,107)
#97837F
(151,131,127)
#A79793
(167,151,147)
#B7ABA7
(183,171,167)
#C7BFBB
(199,191,187)
#D7D3CF
(215,211,207)
#E7E7E3
(231,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #471F1B; }

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

This text font color is #471F1B.


Background Color

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

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

This div background color is #471F1B.


Border color

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

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

This div border color is #471F1B.


Opacity

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

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

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

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

This text has shadow with #471F1B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #471F1B on black background.


Color preview on white background

This text has color #471F1B on white background.



Black color preview on #471F1B background

This text has black color on #471F1B background.


White color preview on #471F1B background

This text has white color on #471F1B background.