COLOR #470725

HEX: #470725
RGB: (71,7,37)

Color info

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

RGB color model

#470725 color RGB value is (71,7,37).

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

RGB channels and saturation

R 71 of 255 = 28%
G 7 of 255 = 3%
B 37 of 255 = 15%

71
7
37

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

Portions of RGB colors in percentages

R + G + B =
71 + 7 + 37 = 115 (100%)
R 71 of 115 ~ 61.74%
G 7 of 115 ~ 6.09%
B 37 of 115 ~ 32.17%

%61.74
%32.17

CMYK color model

#470725 color CMYK value is (0,90,48,72).

  • cyan value is 0.00%
  • magenta value is 90.14%
  • yellow value is 47.89%
  • key color value is 72.16%
CMYK:
(0,90,48,72)
C0M90Y48K72 
(0%,90%,48%,72%)
(0.00/0.90/0.48/0.72)	

CMYK percentages

%0
%90.14
%47.89
%72.16

Codes

Color #470725 in popluar color models

470725
RGB71737
HSL332°82.05%15.29%
HSB/HSV332°90.14%27.84%
CMYK0.00%90.14%47.89%
72.16%

Color #470725 in popluar number systems.

HEX470725
Decimal71737
Binary1000111111100101
Octal107745

Shades and tints

Shades of #470725

#470725
(71,7,37)
#410722
(65,7,34)
#3B071F
(59,7,31)
#35071C
(53,7,28)
#2F0719
(47,7,25)
#290716
(41,7,22)
#230713
(35,7,19)
#1D0710
(29,7,16)
#17070D
(23,7,13)
#11070A
(17,7,10)
#0B0707
(11,7,7)
#000000
(0,0,0)

Tints of #470725

#470725
(71,7,37)
#571D38
(87,29,56)
#67334B
(103,51,75)
#77495E
(119,73,94)
#875F71
(135,95,113)
#977584
(151,117,132)
#A78B97
(167,139,151)
#B7A1AA
(183,161,170)
#C7B7BD
(199,183,189)
#D7CDD0
(215,205,208)
#E7E3E3
(231,227,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #470725; }

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

This text font color is #470725.


Background Color

.myBgColor { background-color: #470725; }

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

This div background color is #470725.


Border color

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

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

This div border color is #470725.


Opacity

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

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

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

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

This text has shadow with #470725 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #470725 on black background.


Color preview on white background

This text has color #470725 on white background.



Black color preview on #470725 background

This text has black color on #470725 background.


White color preview on #470725 background

This text has white color on #470725 background.