COLOR #470721

HEX: #470721
RGB: (71,7,33)

Color info

#470721 contains mainly red and blue colors. Web safe color of #470721 is #330033 (or #303).

RGB color model

#470721 color RGB value is (71,7,33).

  • red value is 71;
  • green value is 7;
  • blue value is 33.
RGB:
(71,7,33)
(28%,3%,13%)

RGB channels and saturation

R 71 of 255 = 28%
G 7 of 255 = 3%
B 33 of 255 = 13%

71
7
33

R + G + B ~ 15%. #470721 is dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 7 + 33 = 111 (100%)
R 71 of 111 ~ 63.96%
G 7 of 111 ~ 6.31%
B 33 of 111 ~ 29.73%

%63.96
%29.73

CMYK color model

#470721 color CMYK value is (0,90,54,72).

  • cyan value is 0.00%
  • magenta value is 90.14%
  • yellow value is 53.52%
  • key color value is 72.16%
CMYK:
(0,90,54,72)
C0M90Y54K72 
(0%,90%,54%,72%)
(0.00/0.90/0.54/0.72)	

CMYK percentages

%0
%90.14
%53.52
%72.16

Codes

Color #470721 in popluar color models

470721
RGB71733
HSL336°82.05%15.29%
HSB/HSV336°90.14%27.84%
CMYK0.00%90.14%53.52%
72.16%

Color #470721 in popluar number systems.

HEX470721
Decimal71733
Binary1000111111100001
Octal107741

Shades and tints

Shades of #470721

#470721
(71,7,33)
#41071E
(65,7,30)
#3B071B
(59,7,27)
#350718
(53,7,24)
#2F0715
(47,7,21)
#290712
(41,7,18)
#23070F
(35,7,15)
#1D070C
(29,7,12)
#170709
(23,7,9)
#110706
(17,7,6)
#0B0703
(11,7,3)
#000000
(0,0,0)

Tints of #470721

#470721
(71,7,33)
#571D35
(87,29,53)
#673349
(103,51,73)
#77495D
(119,73,93)
#875F71
(135,95,113)
#977585
(151,117,133)
#A78B99
(167,139,153)
#B7A1AD
(183,161,173)
#C7B7C1
(199,183,193)
#D7CDD5
(215,205,213)
#E7E3E9
(231,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #470721 color. Also use rgb(71,7,33) instead hex code.

Text Font Color

.myTextColor { color: #470721; }

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

This text font color is #470721.


Background Color

.myBgColor { background-color: #470721; }

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

This div background color is #470721.


Border color

.myBorderColor { border: 1px solid #470721; }

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

This div border color is #470721.


Opacity

.myOpacity80 { color: #470721; opacity: 0.8; }

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

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

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

This text has shadow with #470721 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #470721 on black background.


Color preview on white background

This text has color #470721 on white background.



Black color preview on #470721 background

This text has black color on #470721 background.


White color preview on #470721 background

This text has white color on #470721 background.