COLOR #470F0F

HEX: #470F0F
RGB: (71,15,15)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

71
15
15

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

Portions of RGB colors in percentages

R + G + B =
71 + 15 + 15 = 101 (100%)
R 71 of 101 ~ 70.3%
G 15 of 101 ~ 14.85%
B 15 of 101 ~ 14.85%

%70.3
%14.85
%14.85

CMYK color model

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

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

CMYK percentages

%0
%78.87
%78.87
%72.16

Codes

Color #470F0F in popluar color models

470F0F
RGB711515
HSL65.12%16.86%
HSB/HSV78.87%27.84%
CMYK0.00%78.87%78.87%
72.16%

Color #470F0F in popluar number systems.

HEX470F0F
Decimal711515
Binary100011111111111
Octal1071717

Shades and tints

Shades of #470F0F

#470F0F
(71,15,15)
#410E0E
(65,14,14)
#3B0D0D
(59,13,13)
#350C0C
(53,12,12)
#2F0B0B
(47,11,11)
#290A0A
(41,10,10)
#230909
(35,9,9)
#1D0808
(29,8,8)
#170707
(23,7,7)
#110606
(17,6,6)
#0B0505
(11,5,5)
#000000
(0,0,0)

Tints of #470F0F

#470F0F
(71,15,15)
#572424
(87,36,36)
#673939
(103,57,57)
#774E4E
(119,78,78)
#876363
(135,99,99)
#977878
(151,120,120)
#A78D8D
(167,141,141)
#B7A2A2
(183,162,162)
#C7B7B7
(199,183,183)
#D7CCCC
(215,204,204)
#E7E1E1
(231,225,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #470F0F; }

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

This text font color is #470F0F.


Background Color

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

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

This div background color is #470F0F.


Border color

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

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

This div border color is #470F0F.


Opacity

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

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

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

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

This text has shadow with #470F0F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #470F0F on black background.


Color preview on white background

This text has color #470F0F on white background.



Black color preview on #470F0F background

This text has black color on #470F0F background.


White color preview on #470F0F background

This text has white color on #470F0F background.