COLOR #470E0A

HEX: #470E0A
RGB: (71,14,10)

Color info

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

RGB color model

#470E0A color RGB value is (71,14,10).

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

RGB channels and saturation

R 71 of 255 = 28%
G 14 of 255 = 5%
B 10 of 255 = 4%

71
14
10

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

Portions of RGB colors in percentages

R + G + B =
71 + 14 + 10 = 95 (100%)
R 71 of 95 ~ 74.74%
G 14 of 95 ~ 14.74%
B 10 of 95 ~ 10.53%

%74.74
%14.74
%10.53

CMYK color model

#470E0A color CMYK value is (0,80,86,72).

  • cyan value is 0.00%
  • magenta value is 80.28%
  • yellow value is 85.92%
  • key color value is 72.16%
CMYK:
(0,80,86,72)
C0M80Y86K72 
(0%,80%,86%,72%)
(0.00/0.80/0.86/0.72)	

CMYK percentages

%0
%80.28
%85.92
%72.16

Codes

Color #470E0A in popluar color models

470E0A
RGB711410
HSL75.31%15.88%
HSB/HSV85.92%27.84%
CMYK0.00%80.28%85.92%
72.16%

Color #470E0A in popluar number systems.

HEX470E0A
Decimal711410
Binary100011111101010
Octal1071612

Shades and tints

Shades of #470E0A

#470E0A
(71,14,10)
#410D0A
(65,13,10)
#3B0C0A
(59,12,10)
#350B0A
(53,11,10)
#2F0A0A
(47,10,10)
#29090A
(41,9,10)
#23080A
(35,8,10)
#1D070A
(29,7,10)
#17060A
(23,6,10)
#11050A
(17,5,10)
#0B040A
(11,4,10)
#000000
(0,0,0)

Tints of #470E0A

#470E0A
(71,14,10)
#572320
(87,35,32)
#673836
(103,56,54)
#774D4C
(119,77,76)
#876262
(135,98,98)
#977778
(151,119,120)
#A78C8E
(167,140,142)
#B7A1A4
(183,161,164)
#C7B6BA
(199,182,186)
#D7CBD0
(215,203,208)
#E7E0E6
(231,224,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #470E0A; }

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

This text font color is #470E0A.


Background Color

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

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

This div background color is #470E0A.


Border color

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

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

This div border color is #470E0A.


Opacity

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

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

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

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

This text has shadow with #470E0A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #470E0A on black background.


Color preview on white background

This text has color #470E0A on white background.



Black color preview on #470E0A background

This text has black color on #470E0A background.


White color preview on #470E0A background

This text has white color on #470E0A background.