COLOR #470E0B

HEX: #470E0B
RGB: (71,14,11)

Color info

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

RGB color model

#470E0B color RGB value is (71,14,11).

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

RGB channels and saturation

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

71
14
11

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

Portions of RGB colors in percentages

R + G + B =
71 + 14 + 11 = 96 (100%)
R 71 of 96 ~ 73.96%
G 14 of 96 ~ 14.58%
B 11 of 96 ~ 11.46%

%73.96
%14.58
%11.46

CMYK color model

#470E0B color CMYK value is (0,80,85,72).

  • cyan value is 0.00%
  • magenta value is 80.28%
  • yellow value is 84.51%
  • key color value is 72.16%
CMYK:
(0,80,85,72)
C0M80Y85K72 
(0%,80%,85%,72%)
(0.00/0.80/0.85/0.72)	

CMYK percentages

%0
%80.28
%84.51
%72.16

Codes

Color #470E0B in popluar color models

470E0B
RGB711411
HSL73.17%16.08%
HSB/HSV84.51%27.84%
CMYK0.00%80.28%84.51%
72.16%

Color #470E0B in popluar number systems.

HEX470E0B
Decimal711411
Binary100011111101011
Octal1071613

Shades and tints

Shades of #470E0B

#470E0B
(71,14,11)
#410D0A
(65,13,10)
#3B0C09
(59,12,9)
#350B08
(53,11,8)
#2F0A07
(47,10,7)
#290906
(41,9,6)
#230805
(35,8,5)
#1D0704
(29,7,4)
#170603
(23,6,3)
#110502
(17,5,2)
#0B0401
(11,4,1)
#000000
(0,0,0)

Tints of #470E0B

#470E0B
(71,14,11)
#572321
(87,35,33)
#673837
(103,56,55)
#774D4D
(119,77,77)
#876263
(135,98,99)
#977779
(151,119,121)
#A78C8F
(167,140,143)
#B7A1A5
(183,161,165)
#C7B6BB
(199,182,187)
#D7CBD1
(215,203,209)
#E7E0E7
(231,224,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #470E0B; }

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

This text font color is #470E0B.


Background Color

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

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

This div background color is #470E0B.


Border color

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

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

This div border color is #470E0B.


Opacity

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

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

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

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

This text has shadow with #470E0B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #470E0B on black background.


Color preview on white background

This text has color #470E0B on white background.



Black color preview on #470E0B background

This text has black color on #470E0B background.


White color preview on #470E0B background

This text has white color on #470E0B background.