COLOR #470F35

HEX: #470F35
RGB: (71,15,53)

Color info

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

RGB color model

#470F35 color RGB value is (71,15,53).

  • red value is 71;
  • green value is 15;
  • blue value is 53.
RGB:
(71,15,53)
(28%,6%,21%)

RGB channels and saturation

R 71 of 255 = 28%
G 15 of 255 = 6%
B 53 of 255 = 21%

71
15
53

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

Portions of RGB colors in percentages

R + G + B =
71 + 15 + 53 = 139 (100%)
R 71 of 139 ~ 51.08%
G 15 of 139 ~ 10.79%
B 53 of 139 ~ 38.13%

%51.08
%10.79
%38.13

CMYK color model

#470F35 color CMYK value is (0,79,25,72).

  • cyan value is 0.00%
  • magenta value is 78.87%
  • yellow value is 25.35%
  • key color value is 72.16%
CMYK:
(0,79,25,72)
C0M79Y25K72 
(0%,79%,25%,72%)
(0.00/0.79/0.25/0.72)	

CMYK percentages

%0
%78.87
%25.35
%72.16

Codes

Color #470F35 in popluar color models

470F35
RGB711553
HSL319°65.12%16.86%
HSB/HSV319°78.87%27.84%
CMYK0.00%78.87%25.35%
72.16%

Color #470F35 in popluar number systems.

HEX470F35
Decimal711553
Binary10001111111110101
Octal1071765

Shades and tints

Shades of #470F35

#470F35
(71,15,53)
#410E31
(65,14,49)
#3B0D2D
(59,13,45)
#350C29
(53,12,41)
#2F0B25
(47,11,37)
#290A21
(41,10,33)
#23091D
(35,9,29)
#1D0819
(29,8,25)
#170715
(23,7,21)
#110611
(17,6,17)
#0B050D
(11,5,13)
#000000
(0,0,0)

Tints of #470F35

#470F35
(71,15,53)
#572447
(87,36,71)
#673959
(103,57,89)
#774E6B
(119,78,107)
#87637D
(135,99,125)
#97788F
(151,120,143)
#A78DA1
(167,141,161)
#B7A2B3
(183,162,179)
#C7B7C5
(199,183,197)
#D7CCD7
(215,204,215)
#E7E1E9
(231,225,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #470F35 color. Also use rgb(71,15,53) instead hex code.

Text Font Color

.myTextColor { color: #470F35; }

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

This text font color is #470F35.


Background Color

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

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

This div background color is #470F35.


Border color

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

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

This div border color is #470F35.


Opacity

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

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

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

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

This text has shadow with #470F35 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #470F35 on black background.


Color preview on white background

This text has color #470F35 on white background.



Black color preview on #470F35 background

This text has black color on #470F35 background.


White color preview on #470F35 background

This text has white color on #470F35 background.