COLOR #470A15

HEX: #470A15
RGB: (71,10,21)

Color info

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

RGB color model

#470A15 color RGB value is (71,10,21).

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

RGB channels and saturation

R 71 of 255 = 28%
G 10 of 255 = 4%
B 21 of 255 = 8%

71
10
21

R + G + B ~ 13%. #470A15 is dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 10 + 21 = 102 (100%)
R 71 of 102 ~ 69.61%
G 10 of 102 ~ 9.8%
B 21 of 102 ~ 20.59%

%69.61
%9.8
%20.59

CMYK color model

#470A15 color CMYK value is (0,86,70,72).

  • cyan value is 0.00%
  • magenta value is 85.92%
  • yellow value is 70.42%
  • key color value is 72.16%
CMYK:
(0,86,70,72)
C0M86Y70K72 
(0%,86%,70%,72%)
(0.00/0.86/0.70/0.72)	

CMYK percentages

%0
%85.92
%70.42
%72.16

Codes

Color #470A15 in popluar color models

470A15
RGB711021
HSL349°75.31%15.88%
HSB/HSV349°85.92%27.84%
CMYK0.00%85.92%70.42%
72.16%

Color #470A15 in popluar number systems.

HEX470A15
Decimal711021
Binary1000111101010101
Octal1071225

Shades and tints

Shades of #470A15

#470A15
(71,10,21)
#410A14
(65,10,20)
#3B0A13
(59,10,19)
#350A12
(53,10,18)
#2F0A11
(47,10,17)
#290A10
(41,10,16)
#230A0F
(35,10,15)
#1D0A0E
(29,10,14)
#170A0D
(23,10,13)
#110A0C
(17,10,12)
#0B0A0B
(11,10,11)
#000000
(0,0,0)

Tints of #470A15

#470A15
(71,10,21)
#57202A
(87,32,42)
#67363F
(103,54,63)
#774C54
(119,76,84)
#876269
(135,98,105)
#97787E
(151,120,126)
#A78E93
(167,142,147)
#B7A4A8
(183,164,168)
#C7BABD
(199,186,189)
#D7D0D2
(215,208,210)
#E7E6E7
(231,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #470A15; }

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

This text font color is #470A15.


Background Color

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

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

This div background color is #470A15.


Border color

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

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

This div border color is #470A15.


Opacity

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

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

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

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

This text has shadow with #470A15 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #470A15 on black background.


Color preview on white background

This text has color #470A15 on white background.



Black color preview on #470A15 background

This text has black color on #470A15 background.


White color preview on #470A15 background

This text has white color on #470A15 background.