COLOR #470C40

HEX: #470C40 RGB: (71,12,64)

Color info

#470C40 contains red, green and blue colors in about the same proportion. Web safe color of #470C40 is #330033 (or #303).

RGB color model

#470C40 color RGB value is (71,12,64).

RGB: (71,12,64) (28%, 5%, 25%)

RGB channels and saturation

R 71 of 255 = 28%
G 12 of 255 = 5%
B 64 of 255 = 25%

71
12
64

R + G + B ~ 19%. #470C40 is dark color.

Portions of RGB colors in percentages

R + G + B = 71 + 12 + 64 = 147 (100%)
R 71 of 147 ~ 48.3%
G 12 of 147 ~ 8.16%
B 64 of 147 ~ 43.54'%

%48.3
%43.54

CMYK color model

#470C40 color CMYK value is (0,83,10,72).

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

CMYK: (0,83,10,72)
C0M83Y10K72 (0%, 83%, 10%, 72%)
(0.00 / 0.83 / 0.10 / 0.72)

CMYK percentages

%0
%83.1
%9.86
%72.16

Codes

Color #470C40 in popluar color models

47 0C 40
RGB 71 12 64
HSL 307° 71.08% 16.27%
HSB/HSV 307° 83.10% 27.84%
CMYK 0.00% 83.10% 9.86%
72.16%

Color #470C40 in popluar number systems.

HEX 47 0C 40
Decimal 71 12 64
Binary 1000111 1100 1000000
Octal 107 14 100

Shades and tints

Shades of #470C40

#470C40
(71,12,64)
#410B3B
(65,11,59)
#3B0A36
(59,10,54)
#350931
(53,9,49)
#2F082C
(47,8,44)
#290727
(41,7,39)
#230622
(35,6,34)
#1D051D
(29,5,29)
#170418
(23,4,24)
#110313
(17,3,19)
#0B020E
(11,2,14)
#000000
(0,0,0)

Tints of #470C40

#470C40
(71,12,64)
#572251
(87,34,81)
#673862
(103,56,98)
#774E73
(119,78,115)
#876484
(135,100,132)
#977A95
(151,122,149)
#A790A6
(167,144,166)
#B7A6B7
(183,166,183)
#C7BCC8
(199,188,200)
#D7D2D9
(215,210,217)
#E7E8EA
(231,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #470C40; }

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

This text font color is #470C40.

Background Color

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

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

This div background color is #470C40.

Border color

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

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

This div border color is #470C40.

Opacity

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

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

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

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

This text has shadow with #470C40 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #470C40.

Preview

Color preview on black background

This text has color #470C40 on black background.


Color preview on white background

This text has color #470C40 on white background.


Black color preview on #470C40 background

This text has black color on #470C40 background.


White color preview on #470C40 background

This text has white color on #470C40 background.


Related colors

Complementary color

Complementary color for #hex is #B8F3BF.


I love getcolorcode.com

Triadic colors

1 #40470C and #0C4047 with #470C40 are triadic colors.

2 #400C47 and #0C4740 with #470C40 are triadic colors.