COLOR #471500

HEX: #471500
RGB: (71,21,0)

Color info

#471500 contains only red and green colors. Web safe color of #471500 is #330000 (or #300).

RGB color model

#471500 color RGB value is (71,21,0).

  • red value is 71;
  • green value is 21;
  • blue value is 0.
RGB:
(71,21,0)
(28%,8%,0%)

RGB channels and saturation

R 71 of 255 = 28%
G 21 of 255 = 8%
B 0 of 255 = 0%

71
21
0

R + G + B ~ 12%. #471500 is dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 21 + 0 = 92 (100%)
R 71 of 92 ~ 77.17%
G 21 of 92 ~ 22.83%
B 0 of 92 ~ 0%

%77.17
%22.83

CMYK color model

#471500 color CMYK value is (0,70,100,72).

  • cyan value is 0.00%
  • magenta value is 70.42%
  • yellow value is 100.00%
  • key color value is 72.16%
CMYK:
(0,70,100,72)
C0M70Y100K72 
(0%,70%,100%,72%)
(0.00/0.70/1.00/0.72)	

CMYK percentages

%0
%70.42
%100
%72.16

Codes

Color #471500 in popluar color models

471500
RGB71210
HSL18°100.00%13.92%
HSB/HSV18°100.00%27.84%
CMYK0.00%70.42%100.00%
72.16%

Color #471500 in popluar number systems.

HEX471500
Decimal71210
Binary1000111101010
Octal107250

Shades and tints

Shades of #471500

#471500
(71,21,0)
#411400
(65,20,0)
#3B1300
(59,19,0)
#351200
(53,18,0)
#2F1100
(47,17,0)
#291000
(41,16,0)
#230F00
(35,15,0)
#1D0E00
(29,14,0)
#170D00
(23,13,0)
#110C00
(17,12,0)
#0B0B00
(11,11,0)
#000000
(0,0,0)

Tints of #471500

#471500
(71,21,0)
#572A17
(87,42,23)
#673F2E
(103,63,46)
#775445
(119,84,69)
#87695C
(135,105,92)
#977E73
(151,126,115)
#A7938A
(167,147,138)
#B7A8A1
(183,168,161)
#C7BDB8
(199,189,184)
#D7D2CF
(215,210,207)
#E7E7E6
(231,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #471500 color. Also use rgb(71,21,0) instead hex code.

Text Font Color

.myTextColor { color: #471500; }

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

This text font color is #471500.


Background Color

.myBgColor { background-color: #471500; }

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

This div background color is #471500.


Border color

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

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

This div border color is #471500.


Opacity

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

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

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

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

This text has shadow with #471500 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #471500 on black background.


Color preview on white background

This text has color #471500 on white background.



Black color preview on #471500 background

This text has black color on #471500 background.


White color preview on #471500 background

This text has white color on #471500 background.