COLOR #470D2D

HEX: #470D2D RGB: (71,13,45)

Color info

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

RGB color model

#470D2D color RGB value is (71,13,45).

RGB: (71,13,45) (28%, 5%, 18%)

RGB channels and saturation

R 71 of 255 = 28%
G 13 of 255 = 5%
B 45 of 255 = 18%

71
13
45

R + G + B ~ 17%. #470D2D is dark color.

Portions of RGB colors in percentages

R + G + B = 71 + 13 + 45 = 129 (100%)
R 71 of 129 ~ 55.04%
G 13 of 129 ~ 10.08%
B 45 of 129 ~ 34.88'%

%55.04
%34.88

CMYK color model

#470D2D color CMYK value is (0,82,37,72).

  • cyan value is 0.00%
  • magenta value is 81.69%
  • yellow value is 36.62%
  • key color value is 72.16%

CMYK: (0,82,37,72)
C0M82Y37K72 (0%, 82%, 37%, 72%)
(0.00 / 0.82 / 0.37 / 0.72)

CMYK percentages

%0
%81.69
%36.62
%72.16

Codes

Color #470D2D in popluar color models

47 0D 2D
RGB 71 13 45
HSL 327° 69.05% 16.47%
HSB/HSV 327° 81.69% 27.84%
CMYK 0.00% 81.69% 36.62%
72.16%

Color #470D2D in popluar number systems.

HEX 47 0D 2D
Decimal 71 13 45
Binary 1000111 1101 101101
Octal 107 15 55

Shades and tints

Shades of #470D2D

#470D2D
(71,13,45)
#410C29
(65,12,41)
#3B0B25
(59,11,37)
#350A21
(53,10,33)
#2F091D
(47,9,29)
#290819
(41,8,25)
#230715
(35,7,21)
#1D0611
(29,6,17)
#17050D
(23,5,13)
#110409
(17,4,9)
#0B0305
(11,3,5)
#000000
(0,0,0)

Tints of #470D2D

#470D2D
(71,13,45)
#572340
(87,35,64)
#673953
(103,57,83)
#774F66
(119,79,102)
#876579
(135,101,121)
#977B8C
(151,123,140)
#A7919F
(167,145,159)
#B7A7B2
(183,167,178)
#C7BDC5
(199,189,197)
#D7D3D8
(215,211,216)
#E7E9EB
(231,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #470D2D color. Also use rgb(71,13,45) instead hex code.

Text Font Color

.myTextColor { color: #470D2D; }

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

This text font color is #470D2D.

Background Color

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

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

This div background color is #470D2D.

Border color

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

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

This div border color is #470D2D.

Opacity

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

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

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

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

This text has shadow with #470D2D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #470D2D.

Preview

Color preview on black background

This text has color #470D2D on black background.


Color preview on white background

This text has color #470D2D on white background.


Black color preview on #470D2D background

This text has black color on #470D2D background.


White color preview on #470D2D background

This text has white color on #470D2D background.


Related colors

Complementary color

Complementary color for #hex is #B8F2D2.


I love getcolorcode.com

Triadic colors

1 #2D470D and #0D2D47 with #470D2D are triadic colors.

2 #2D0D47 and #0D472D with #470D2D are triadic colors.