COLOR #470F13

HEX: #470F13
RGB: (71,15,19)

Color info

#470F13 contains red, green and blue colors in about the same proportion. Web safe color of #470F13 is #330000 (or #300).

RGB color model

#470F13 color RGB value is (71,15,19).

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

RGB channels and saturation

R 71 of 255 = 28%
G 15 of 255 = 6%
B 19 of 255 = 7%

71
15
19

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

Portions of RGB colors in percentages

R + G + B =
71 + 15 + 19 = 105 (100%)
R 71 of 105 ~ 67.62%
G 15 of 105 ~ 14.29%
B 19 of 105 ~ 18.1%

%67.62
%14.29
%18.1

CMYK color model

#470F13 color CMYK value is (0,79,73,72).

  • cyan value is 0.00%
  • magenta value is 78.87%
  • yellow value is 73.24%
  • key color value is 72.16%
CMYK:
(0,79,73,72)
C0M79Y73K72 
(0%,79%,73%,72%)
(0.00/0.79/0.73/0.72)	

CMYK percentages

%0
%78.87
%73.24
%72.16

Codes

Color #470F13 in popluar color models

470F13
RGB711519
HSL356°65.12%16.86%
HSB/HSV356°78.87%27.84%
CMYK0.00%78.87%73.24%
72.16%

Color #470F13 in popluar number systems.

HEX470F13
Decimal711519
Binary1000111111110011
Octal1071723

Shades and tints

Shades of #470F13

#470F13
(71,15,19)
#410E12
(65,14,18)
#3B0D11
(59,13,17)
#350C10
(53,12,16)
#2F0B0F
(47,11,15)
#290A0E
(41,10,14)
#23090D
(35,9,13)
#1D080C
(29,8,12)
#17070B
(23,7,11)
#11060A
(17,6,10)
#0B0509
(11,5,9)
#000000
(0,0,0)

Tints of #470F13

#470F13
(71,15,19)
#572428
(87,36,40)
#67393D
(103,57,61)
#774E52
(119,78,82)
#876367
(135,99,103)
#97787C
(151,120,124)
#A78D91
(167,141,145)
#B7A2A6
(183,162,166)
#C7B7BB
(199,183,187)
#D7CCD0
(215,204,208)
#E7E1E5
(231,225,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #470F13; }

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

This text font color is #470F13.


Background Color

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

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

This div background color is #470F13.


Border color

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

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

This div border color is #470F13.


Opacity

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

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

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

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

This text has shadow with #470F13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #470F13 on black background.


Color preview on white background

This text has color #470F13 on white background.



Black color preview on #470F13 background

This text has black color on #470F13 background.


White color preview on #470F13 background

This text has white color on #470F13 background.