COLOR #470B0D

HEX: #470B0D
RGB: (71,11,13)

Color info

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

RGB color model

#470B0D color RGB value is (71,11,13).

  • red value is 71;
  • green value is 11;
  • blue value is 13.
RGB:
(71,11,13)
(28%,4%,5%)

RGB channels and saturation

R 71 of 255 = 28%
G 11 of 255 = 4%
B 13 of 255 = 5%

71
11
13

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

Portions of RGB colors in percentages

R + G + B =
71 + 11 + 13 = 95 (100%)
R 71 of 95 ~ 74.74%
G 11 of 95 ~ 11.58%
B 13 of 95 ~ 13.68%

%74.74
%11.58
%13.68

CMYK color model

#470B0D color CMYK value is (0,85,82,72).

  • cyan value is 0.00%
  • magenta value is 84.51%
  • yellow value is 81.69%
  • key color value is 72.16%
CMYK:
(0,85,82,72)
C0M85Y82K72 
(0%,85%,82%,72%)
(0.00/0.85/0.82/0.72)	

CMYK percentages

%0
%84.51
%81.69
%72.16

Codes

Color #470B0D in popluar color models

470B0D
RGB711113
HSL358°73.17%16.08%
HSB/HSV358°84.51%27.84%
CMYK0.00%84.51%81.69%
72.16%

Color #470B0D in popluar number systems.

HEX470B0D
Decimal711113
Binary100011110111101
Octal1071315

Shades and tints

Shades of #470B0D

#470B0D
(71,11,13)
#410A0C
(65,10,12)
#3B090B
(59,9,11)
#35080A
(53,8,10)
#2F0709
(47,7,9)
#290608
(41,6,8)
#230507
(35,5,7)
#1D0406
(29,4,6)
#170305
(23,3,5)
#110204
(17,2,4)
#0B0103
(11,1,3)
#000000
(0,0,0)

Tints of #470B0D

#470B0D
(71,11,13)
#572123
(87,33,35)
#673739
(103,55,57)
#774D4F
(119,77,79)
#876365
(135,99,101)
#97797B
(151,121,123)
#A78F91
(167,143,145)
#B7A5A7
(183,165,167)
#C7BBBD
(199,187,189)
#D7D1D3
(215,209,211)
#E7E7E9
(231,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #470B0D color. Also use rgb(71,11,13) instead hex code.

Text Font Color

.myTextColor { color: #470B0D; }

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

This text font color is #470B0D.


Background Color

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

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

This div background color is #470B0D.


Border color

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

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

This div border color is #470B0D.


Opacity

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

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

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

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

This text has shadow with #470B0D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #470B0D on black background.


Color preview on white background

This text has color #470B0D on white background.



Black color preview on #470B0D background

This text has black color on #470B0D background.


White color preview on #470B0D background

This text has white color on #470B0D background.