COLOR #472C50

HEX: #472C50
RGB: (71,44,80)

Color info

#472C50 contains red, green and blue colors in about the same proportion. Web safe color of #472C50 is #333366 (or #336).

RGB color model

#472C50 color RGB value is (71,44,80).

  • red value is 71;
  • green value is 44;
  • blue value is 80.
RGB:
(71,44,80)
(28%,17%,31%)

RGB channels and saturation

R 71 of 255 = 28%
G 44 of 255 = 17%
B 80 of 255 = 31%

71
44
80

R + G + B ~ 25%. #472C50 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 44 + 80 = 195 (100%)
R 71 of 195 ~ 36.41%
G 44 of 195 ~ 22.56%
B 80 of 195 ~ 41.03%

%36.41
%22.56
%41.03

CMYK color model

#472C50 color CMYK value is (11,45,0,69).

  • cyan value is 11.25%
  • magenta value is 45.00%
  • yellow value is 0.00%
  • key color value is 68.63%
CMYK:
(11,45,0,69)
C11M45Y0K69 
(11%,45%,0%,69%)
(0.11/0.45/0.00/0.69)	

CMYK percentages

%11.25
%45
%0
%68.63

Codes

Color #472C50 in popluar color models

472C50
RGB714480
HSL285°29.03%24.31%
HSB/HSV285°45.00%31.37%
CMYK11.25%45.00%0.00%
68.63%

Color #472C50 in popluar number systems.

HEX472C50
Decimal714480
Binary10001111011001010000
Octal10754120

Shades and tints

Shades of #472C50

#472C50
(71,44,80)
#412849
(65,40,73)
#3B2442
(59,36,66)
#35203B
(53,32,59)
#2F1C34
(47,28,52)
#29182D
(41,24,45)
#231426
(35,20,38)
#1D101F
(29,16,31)
#170C18
(23,12,24)
#110811
(17,8,17)
#0B040A
(11,4,10)
#000000
(0,0,0)

Tints of #472C50

#472C50
(71,44,80)
#573F5F
(87,63,95)
#67526E
(103,82,110)
#77657D
(119,101,125)
#87788C
(135,120,140)
#978B9B
(151,139,155)
#A79EAA
(167,158,170)
#B7B1B9
(183,177,185)
#C7C4C8
(199,196,200)
#D7D7D7
(215,215,215)
#E7EAE6
(231,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #472C50 color. Also use rgb(71,44,80) instead hex code.

Text Font Color

.myTextColor { color: #472C50; }

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

This text font color is #472C50.


Background Color

.myBgColor { background-color: #472C50; }

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

This div background color is #472C50.


Border color

.myBorderColor { border: 1px solid #472C50; }

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

This div border color is #472C50.


Opacity

.myOpacity80 { color: #472C50; opacity: 0.8; }

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

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

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

This text has shadow with #472C50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #472C50 on black background.


Color preview on white background

This text has color #472C50 on white background.



Black color preview on #472C50 background

This text has black color on #472C50 background.


White color preview on #472C50 background

This text has white color on #472C50 background.