COLOR #470C3D

HEX: #470C3D RGB: (71,12,61)

Color info

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

RGB color model

#470C3D color RGB value is (71,12,61).

RGB: (71,12,61) (28%, 5%, 24%)

RGB channels and saturation

R 71 of 255 = 28%
G 12 of 255 = 5%
B 61 of 255 = 24%

71
12
61

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

Portions of RGB colors in percentages

R + G + B = 71 + 12 + 61 = 144 (100%)
R 71 of 144 ~ 49.31%
G 12 of 144 ~ 8.33%
B 61 of 144 ~ 42.36'%

%49.31
%42.36

CMYK color model

#470C3D color CMYK value is (0,83,14,72).

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

CMYK: (0,83,14,72)
C0M83Y14K72 (0%, 83%, 14%, 72%)
(0.00 / 0.83 / 0.14 / 0.72)

CMYK percentages

%0
%83.1
%14.08
%72.16

Codes

Color #470C3D in popluar color models

47 0C 3D
RGB 71 12 61
HSL 310° 71.08% 16.27%
HSB/HSV 310° 83.10% 27.84%
CMYK 0.00% 83.10% 14.08%
72.16%

Color #470C3D in popluar number systems.

HEX 47 0C 3D
Decimal 71 12 61
Binary 1000111 1100 111101
Octal 107 14 75

Shades and tints

Shades of #470C3D

#470C3D
(71,12,61)
#410B38
(65,11,56)
#3B0A33
(59,10,51)
#35092E
(53,9,46)
#2F0829
(47,8,41)
#290724
(41,7,36)
#23061F
(35,6,31)
#1D051A
(29,5,26)
#170415
(23,4,21)
#110310
(17,3,16)
#0B020B
(11,2,11)
#000000
(0,0,0)

Tints of #470C3D

#470C3D
(71,12,61)
#57224E
(87,34,78)
#67385F
(103,56,95)
#774E70
(119,78,112)
#876481
(135,100,129)
#977A92
(151,122,146)
#A790A3
(167,144,163)
#B7A6B4
(183,166,180)
#C7BCC5
(199,188,197)
#D7D2D6
(215,210,214)
#E7E8E7
(231,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #470C3D; }

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

This text font color is #470C3D.

Background Color

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

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

This div background color is #470C3D.

Border color

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

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

This div border color is #470C3D.

Opacity

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

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

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

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

This text has shadow with #470C3D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #470C3D.

Preview

Color preview on black background

This text has color #470C3D on black background.


Color preview on white background

This text has color #470C3D on white background.


Black color preview on #470C3D background

This text has black color on #470C3D background.


White color preview on #470C3D background

This text has white color on #470C3D background.


Related colors

Complementary color

Complementary color for #hex is #B8F3C2.


I love getcolorcode.com

Triadic colors

1 #3D470C and #0C3D47 with #470C3D are triadic colors.

2 #3D0C47 and #0C473D with #470C3D are triadic colors.