COLOR #470D36

HEX: #470D36
RGB: (71,13,54)

Color info

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

RGB color model

#470D36 color RGB value is (71,13,54).

  • red value is 71;
  • green value is 13;
  • blue value is 54.
RGB:
(71,13,54)
(28%,5%,21%)

RGB channels and saturation

R 71 of 255 = 28%
G 13 of 255 = 5%
B 54 of 255 = 21%

71
13
54

R + G + B ~ 18%. #470D36 is dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 13 + 54 = 138 (100%)
R 71 of 138 ~ 51.45%
G 13 of 138 ~ 9.42%
B 54 of 138 ~ 39.13%

%51.45
%39.13

CMYK color model

#470D36 color CMYK value is (0,82,24,72).

  • cyan value is 0.00%
  • magenta value is 81.69%
  • yellow value is 23.94%
  • key color value is 72.16%
CMYK:
(0,82,24,72)
C0M82Y24K72 
(0%,82%,24%,72%)
(0.00/0.82/0.24/0.72)	

CMYK percentages

%0
%81.69
%23.94
%72.16

Codes

Color #470D36 in popluar color models

470D36
RGB711354
HSL318°69.05%16.47%
HSB/HSV318°81.69%27.84%
CMYK0.00%81.69%23.94%
72.16%

Color #470D36 in popluar number systems.

HEX470D36
Decimal711354
Binary10001111101110110
Octal1071566

Shades and tints

Shades of #470D36

#470D36
(71,13,54)
#410C32
(65,12,50)
#3B0B2E
(59,11,46)
#350A2A
(53,10,42)
#2F0926
(47,9,38)
#290822
(41,8,34)
#23071E
(35,7,30)
#1D061A
(29,6,26)
#170516
(23,5,22)
#110412
(17,4,18)
#0B030E
(11,3,14)
#000000
(0,0,0)

Tints of #470D36

#470D36
(71,13,54)
#572348
(87,35,72)
#67395A
(103,57,90)
#774F6C
(119,79,108)
#87657E
(135,101,126)
#977B90
(151,123,144)
#A791A2
(167,145,162)
#B7A7B4
(183,167,180)
#C7BDC6
(199,189,198)
#D7D3D8
(215,211,216)
#E7E9EA
(231,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #470D36; }

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

This text font color is #470D36.


Background Color

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

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

This div background color is #470D36.


Border color

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

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

This div border color is #470D36.


Opacity

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

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

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

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

This text has shadow with #470D36 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #470D36 on black background.


Color preview on white background

This text has color #470D36 on white background.



Black color preview on #470D36 background

This text has black color on #470D36 background.


White color preview on #470D36 background

This text has white color on #470D36 background.