COLOR #471F01

HEX: #471F01
RGB: (71,31,1)

Color info

#471F01 contains mainly red and green colors. Web safe color of #471F01 is #333300 (or #330).

RGB color model

#471F01 color RGB value is (71,31,1).

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

RGB channels and saturation

R 71 of 255 = 28%
G 31 of 255 = 12%
B 1 of 255 = 0%

71
31
1

R + G + B ~ 13%. #471F01 is dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 31 + 1 = 103 (100%)
R 71 of 103 ~ 68.93%
G 31 of 103 ~ 30.1%
B 1 of 103 ~ 0.97%

%68.93
%30.1

CMYK color model

#471F01 color CMYK value is (0,56,99,72).

  • cyan value is 0.00%
  • magenta value is 56.34%
  • yellow value is 98.59%
  • key color value is 72.16%
CMYK:
(0,56,99,72)
C0M56Y99K72 
(0%,56%,99%,72%)
(0.00/0.56/0.99/0.72)	

CMYK percentages

%0
%56.34
%98.59
%72.16

Codes

Color #471F01 in popluar color models

471F01
RGB71311
HSL26°97.22%14.12%
HSB/HSV26°98.59%27.84%
CMYK0.00%56.34%98.59%
72.16%

Color #471F01 in popluar number systems.

HEX471F01
Decimal71311
Binary1000111111111
Octal107371

Shades and tints

Shades of #471F01

#471F01
(71,31,1)
#411D01
(65,29,1)
#3B1B01
(59,27,1)
#351901
(53,25,1)
#2F1701
(47,23,1)
#291501
(41,21,1)
#231301
(35,19,1)
#1D1101
(29,17,1)
#170F01
(23,15,1)
#110D01
(17,13,1)
#0B0B01
(11,11,1)
#000000
(0,0,0)

Tints of #471F01

#471F01
(71,31,1)
#573318
(87,51,24)
#67472F
(103,71,47)
#775B46
(119,91,70)
#876F5D
(135,111,93)
#978374
(151,131,116)
#A7978B
(167,151,139)
#B7ABA2
(183,171,162)
#C7BFB9
(199,191,185)
#D7D3D0
(215,211,208)
#E7E7E7
(231,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #471F01; }

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

This text font color is #471F01.


Background Color

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

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

This div background color is #471F01.


Border color

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

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

This div border color is #471F01.


Opacity

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

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

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

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

This text has shadow with #471F01 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #471F01 on black background.


Color preview on white background

This text has color #471F01 on white background.



Black color preview on #471F01 background

This text has black color on #471F01 background.


White color preview on #471F01 background

This text has white color on #471F01 background.