COLOR #470C12

HEX: #470C12 RGB: (71,12,18)

Color info

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

RGB color model

#470C12 color RGB value is (71,12,18).

RGB: (71,12,18) (28%, 5%, 7%)

RGB channels and saturation

R 71 of 255 = 28%
G 12 of 255 = 5%
B 18 of 255 = 7%

71
12
18

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

Portions of RGB colors in percentages

R + G + B = 71 + 12 + 18 = 101 (100%)
R 71 of 101 ~ 70.3%
G 12 of 101 ~ 11.88%
B 18 of 101 ~ 17.82'%

%70.3
%11.88
%17.82

CMYK color model

#470C12 color CMYK value is (0,83,75,72).

  • cyan value is 0.00%
  • magenta value is 83.10%
  • yellow value is 74.65%
  • key color value is 72.16%

CMYK: (0,83,75,72)
C0M83Y75K72 (0%, 83%, 75%, 72%)
(0.00 / 0.83 / 0.75 / 0.72)

CMYK percentages

%0
%83.1
%74.65
%72.16

Codes

Color #470C12 in popluar color models

47 0C 12
RGB 71 12 18
HSL 354° 71.08% 16.27%
HSB/HSV 354° 83.10% 27.84%
CMYK 0.00% 83.10% 74.65%
72.16%

Color #470C12 in popluar number systems.

HEX 47 0C 12
Decimal 71 12 18
Binary 1000111 1100 10010
Octal 107 14 22

Shades and tints

Shades of #470C12

#470C12
(71,12,18)
#410B11
(65,11,17)
#3B0A10
(59,10,16)
#35090F
(53,9,15)
#2F080E
(47,8,14)
#29070D
(41,7,13)
#23060C
(35,6,12)
#1D050B
(29,5,11)
#17040A
(23,4,10)
#110309
(17,3,9)
#0B0208
(11,2,8)
#000000
(0,0,0)

Tints of #470C12

#470C12
(71,12,18)
#572227
(87,34,39)
#67383C
(103,56,60)
#774E51
(119,78,81)
#876466
(135,100,102)
#977A7B
(151,122,123)
#A79090
(167,144,144)
#B7A6A5
(183,166,165)
#C7BCBA
(199,188,186)
#D7D2CF
(215,210,207)
#E7E8E4
(231,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #470C12; }

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

This text font color is #470C12.

Background Color

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

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

This div background color is #470C12.

Border color

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

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

This div border color is #470C12.

Opacity

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

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

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

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

This text has shadow with #470C12 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #470C12.

Preview

Color preview on black background

This text has color #470C12 on black background.


Color preview on white background

This text has color #470C12 on white background.


Black color preview on #470C12 background

This text has black color on #470C12 background.


White color preview on #470C12 background

This text has white color on #470C12 background.


Related colors

Complementary color

Complementary color for #hex is #B8F3ED.


I love getcolorcode.com

Triadic colors

1 #12470C and #0C1247 with #470C12 are triadic colors.

2 #120C47 and #0C4712 with #470C12 are triadic colors.