COLOR #470A1A

HEX: #470A1A
RGB: (71,10,26)

Color info

#470A1A contains mainly red and blue colors. Web safe color of #470A1A is #330000 (or #300).

RGB color model

#470A1A color RGB value is (71,10,26).

  • red value is 71;
  • green value is 10;
  • blue value is 26.
RGB:
(71,10,26)
(28%,4%,10%)

RGB channels and saturation

R 71 of 255 = 28%
G 10 of 255 = 4%
B 26 of 255 = 10%

71
10
26

R + G + B ~ 14%. #470A1A is dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 10 + 26 = 107 (100%)
R 71 of 107 ~ 66.36%
G 10 of 107 ~ 9.35%
B 26 of 107 ~ 24.3%

%66.36
%24.3

CMYK color model

#470A1A color CMYK value is (0,86,63,72).

  • cyan value is 0.00%
  • magenta value is 85.92%
  • yellow value is 63.38%
  • key color value is 72.16%
CMYK:
(0,86,63,72)
C0M86Y63K72 
(0%,86%,63%,72%)
(0.00/0.86/0.63/0.72)	

CMYK percentages

%0
%85.92
%63.38
%72.16

Codes

Color #470A1A in popluar color models

470A1A
RGB711026
HSL344°75.31%15.88%
HSB/HSV344°85.92%27.84%
CMYK0.00%85.92%63.38%
72.16%

Color #470A1A in popluar number systems.

HEX470A1A
Decimal711026
Binary1000111101011010
Octal1071232

Shades and tints

Shades of #470A1A

#470A1A
(71,10,26)
#410A18
(65,10,24)
#3B0A16
(59,10,22)
#350A14
(53,10,20)
#2F0A12
(47,10,18)
#290A10
(41,10,16)
#230A0E
(35,10,14)
#1D0A0C
(29,10,12)
#170A0A
(23,10,10)
#110A08
(17,10,8)
#0B0A06
(11,10,6)
#000000
(0,0,0)

Tints of #470A1A

#470A1A
(71,10,26)
#57202E
(87,32,46)
#673642
(103,54,66)
#774C56
(119,76,86)
#87626A
(135,98,106)
#97787E
(151,120,126)
#A78E92
(167,142,146)
#B7A4A6
(183,164,166)
#C7BABA
(199,186,186)
#D7D0CE
(215,208,206)
#E7E6E2
(231,230,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #470A1A color. Also use rgb(71,10,26) instead hex code.

Text Font Color

.myTextColor { color: #470A1A; }

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

This text font color is #470A1A.


Background Color

.myBgColor { background-color: #470A1A; }

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

This div background color is #470A1A.


Border color

.myBorderColor { border: 1px solid #470A1A; }

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

This div border color is #470A1A.


Opacity

.myOpacity80 { color: #470A1A; opacity: 0.8; }

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

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

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

This text has shadow with #470A1A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #470A1A on black background.


Color preview on white background

This text has color #470A1A on white background.



Black color preview on #470A1A background

This text has black color on #470A1A background.


White color preview on #470A1A background

This text has white color on #470A1A background.