COLOR #471300

HEX: #471300
RGB: (71,19,0)

Color info

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

RGB color model

#471300 color RGB value is (71,19,0).

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

RGB channels and saturation

R 71 of 255 = 28%
G 19 of 255 = 7%
B 0 of 255 = 0%

71
19
0

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

Portions of RGB colors in percentages

R + G + B =
71 + 19 + 0 = 90 (100%)
R 71 of 90 ~ 78.89%
G 19 of 90 ~ 21.11%
B 0 of 90 ~ 0%

%78.89
%21.11

CMYK color model

#471300 color CMYK value is (0,73,100,72).

  • cyan value is 0.00%
  • magenta value is 73.24%
  • yellow value is 100.00%
  • key color value is 72.16%
CMYK:
(0,73,100,72)
C0M73Y100K72 
(0%,73%,100%,72%)
(0.00/0.73/1.00/0.72)	

CMYK percentages

%0
%73.24
%100
%72.16

Codes

Color #471300 in popluar color models

471300
RGB71190
HSL16°100.00%13.92%
HSB/HSV16°100.00%27.84%
CMYK0.00%73.24%100.00%
72.16%

Color #471300 in popluar number systems.

HEX471300
Decimal71190
Binary1000111100110
Octal107230

Shades and tints

Shades of #471300

#471300
(71,19,0)
#411200
(65,18,0)
#3B1100
(59,17,0)
#351000
(53,16,0)
#2F0F00
(47,15,0)
#290E00
(41,14,0)
#230D00
(35,13,0)
#1D0C00
(29,12,0)
#170B00
(23,11,0)
#110A00
(17,10,0)
#0B0900
(11,9,0)
#000000
(0,0,0)

Tints of #471300

#471300
(71,19,0)
#572817
(87,40,23)
#673D2E
(103,61,46)
#775245
(119,82,69)
#87675C
(135,103,92)
#977C73
(151,124,115)
#A7918A
(167,145,138)
#B7A6A1
(183,166,161)
#C7BBB8
(199,187,184)
#D7D0CF
(215,208,207)
#E7E5E6
(231,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #471300; }

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

This text font color is #471300.


Background Color

.myBgColor { background-color: #471300; }

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

This div background color is #471300.


Border color

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

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

This div border color is #471300.


Opacity

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

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

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

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

This text has shadow with #471300 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #471300 on black background.


Color preview on white background

This text has color #471300 on white background.



Black color preview on #471300 background

This text has black color on #471300 background.


White color preview on #471300 background

This text has white color on #471300 background.