COLOR #473147

HEX: #473147
RGB: (71,49,71)

Color info

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

RGB color model

#473147 color RGB value is (71,49,71).

  • red value is 71;
  • green value is 49;
  • blue value is 71.
RGB:
(71,49,71)
(28%,19%,28%)

RGB channels and saturation

R 71 of 255 = 28%
G 49 of 255 = 19%
B 71 of 255 = 28%

71
49
71

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

Portions of RGB colors in percentages

R + G + B =
71 + 49 + 71 = 191 (100%)
R 71 of 191 ~ 37.17%
G 49 of 191 ~ 25.65%
B 71 of 191 ~ 37.17%

%37.17
%25.65
%37.17

CMYK color model

#473147 color CMYK value is (0,31,0,72).

  • cyan value is 0.00%
  • magenta value is 30.99%
  • yellow value is 0.00%
  • key color value is 72.16%
CMYK:
(0,31,0,72)
C0M31Y0K72 
(0%,31%,0%,72%)
(0.00/0.31/0.00/0.72)	

CMYK percentages

%0
%30.99
%0
%72.16

Codes

Color #473147 in popluar color models

473147
RGB714971
HSL300°18.33%23.53%
HSB/HSV300°30.99%27.84%
CMYK0.00%30.99%0.00%
72.16%

Color #473147 in popluar number systems.

HEX473147
Decimal714971
Binary10001111100011000111
Octal10761107

Shades and tints

Shades of #473147

#473147
(71,49,71)
#412D41
(65,45,65)
#3B293B
(59,41,59)
#352535
(53,37,53)
#2F212F
(47,33,47)
#291D29
(41,29,41)
#231923
(35,25,35)
#1D151D
(29,21,29)
#171117
(23,17,23)
#110D11
(17,13,17)
#0B090B
(11,9,11)
#000000
(0,0,0)

Tints of #473147

#473147
(71,49,71)
#574357
(87,67,87)
#675567
(103,85,103)
#776777
(119,103,119)
#877987
(135,121,135)
#978B97
(151,139,151)
#A79DA7
(167,157,167)
#B7AFB7
(183,175,183)
#C7C1C7
(199,193,199)
#D7D3D7
(215,211,215)
#E7E5E7
(231,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #473147; }

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

This text font color is #473147.


Background Color

.myBgColor { background-color: #473147; }

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

This div background color is #473147.


Border color

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

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

This div border color is #473147.


Opacity

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

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

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

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

This text has shadow with #473147 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #473147 on black background.


Color preview on white background

This text has color #473147 on white background.



Black color preview on #473147 background

This text has black color on #473147 background.


White color preview on #473147 background

This text has white color on #473147 background.