COLOR #472449

HEX: #472449
RGB: (71,36,73)

Color info

#472449 contains red, green and blue colors in about the same proportion. Web safe color of #472449 is #333333 (or #333).

RGB color model

#472449 color RGB value is (71,36,73).

  • red value is 71;
  • green value is 36;
  • blue value is 73.
RGB:
(71,36,73)
(28%,14%,29%)

RGB channels and saturation

R 71 of 255 = 28%
G 36 of 255 = 14%
B 73 of 255 = 29%

71
36
73

R + G + B ~ 24%. #472449 is dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 36 + 73 = 180 (100%)
R 71 of 180 ~ 39.44%
G 36 of 180 ~ 20%
B 73 of 180 ~ 40.56%

%39.44
%20
%40.56

CMYK color model

#472449 color CMYK value is (3,51,0,71).

  • cyan value is 2.74%
  • magenta value is 50.68%
  • yellow value is 0.00%
  • key color value is 71.37%
CMYK:
(3,51,0,71)
C3M51Y0K71 
(3%,51%,0%,71%)
(0.03/0.51/0.00/0.71)	

CMYK percentages

%2.74
%50.68
%0
%71.37

Codes

Color #472449 in popluar color models

472449
RGB713673
HSL297°33.94%21.37%
HSB/HSV297°50.68%28.63%
CMYK2.74%50.68%0.00%
71.37%

Color #472449 in popluar number systems.

HEX472449
Decimal713673
Binary10001111001001001001
Octal10744111

Shades and tints

Shades of #472449

#472449
(71,36,73)
#412143
(65,33,67)
#3B1E3D
(59,30,61)
#351B37
(53,27,55)
#2F1831
(47,24,49)
#29152B
(41,21,43)
#231225
(35,18,37)
#1D0F1F
(29,15,31)
#170C19
(23,12,25)
#110913
(17,9,19)
#0B060D
(11,6,13)
#000000
(0,0,0)

Tints of #472449

#472449
(71,36,73)
#573759
(87,55,89)
#674A69
(103,74,105)
#775D79
(119,93,121)
#877089
(135,112,137)
#978399
(151,131,153)
#A796A9
(167,150,169)
#B7A9B9
(183,169,185)
#C7BCC9
(199,188,201)
#D7CFD9
(215,207,217)
#E7E2E9
(231,226,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #472449 color. Also use rgb(71,36,73) instead hex code.

Text Font Color

.myTextColor { color: #472449; }

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

This text font color is #472449.


Background Color

.myBgColor { background-color: #472449; }

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

This div background color is #472449.


Border color

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

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

This div border color is #472449.


Opacity

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

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

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

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

This text has shadow with #472449 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #472449 on black background.


Color preview on white background

This text has color #472449 on white background.



Black color preview on #472449 background

This text has black color on #472449 background.


White color preview on #472449 background

This text has white color on #472449 background.