COLOR #470E3C

HEX: #470E3C
RGB: (71,14,60)

Color info

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

RGB color model

#470E3C color RGB value is (71,14,60).

  • red value is 71;
  • green value is 14;
  • blue value is 60.
RGB:
(71,14,60)
(28%,5%,24%)

RGB channels and saturation

R 71 of 255 = 28%
G 14 of 255 = 5%
B 60 of 255 = 24%

71
14
60

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

Portions of RGB colors in percentages

R + G + B =
71 + 14 + 60 = 145 (100%)
R 71 of 145 ~ 48.97%
G 14 of 145 ~ 9.66%
B 60 of 145 ~ 41.38%

%48.97
%9.66
%41.38

CMYK color model

#470E3C color CMYK value is (0,80,15,72).

  • cyan value is 0.00%
  • magenta value is 80.28%
  • yellow value is 15.49%
  • key color value is 72.16%
CMYK:
(0,80,15,72)
C0M80Y15K72 
(0%,80%,15%,72%)
(0.00/0.80/0.15/0.72)	

CMYK percentages

%0
%80.28
%15.49
%72.16

Codes

Color #470E3C in popluar color models

470E3C
RGB711460
HSL312°67.06%16.67%
HSB/HSV312°80.28%27.84%
CMYK0.00%80.28%15.49%
72.16%

Color #470E3C in popluar number systems.

HEX470E3C
Decimal711460
Binary10001111110111100
Octal1071674

Shades and tints

Shades of #470E3C

#470E3C
(71,14,60)
#410D37
(65,13,55)
#3B0C32
(59,12,50)
#350B2D
(53,11,45)
#2F0A28
(47,10,40)
#290923
(41,9,35)
#23081E
(35,8,30)
#1D0719
(29,7,25)
#170614
(23,6,20)
#11050F
(17,5,15)
#0B040A
(11,4,10)
#000000
(0,0,0)

Tints of #470E3C

#470E3C
(71,14,60)
#57234D
(87,35,77)
#67385E
(103,56,94)
#774D6F
(119,77,111)
#876280
(135,98,128)
#977791
(151,119,145)
#A78CA2
(167,140,162)
#B7A1B3
(183,161,179)
#C7B6C4
(199,182,196)
#D7CBD5
(215,203,213)
#E7E0E6
(231,224,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #470E3C color. Also use rgb(71,14,60) instead hex code.

Text Font Color

.myTextColor { color: #470E3C; }

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

This text font color is #470E3C.


Background Color

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

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

This div background color is #470E3C.


Border color

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

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

This div border color is #470E3C.


Opacity

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

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

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

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

This text has shadow with #470E3C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #470E3C on black background.


Color preview on white background

This text has color #470E3C on white background.



Black color preview on #470E3C background

This text has black color on #470E3C background.


White color preview on #470E3C background

This text has white color on #470E3C background.