COLOR #473373

HEX: #473373
RGB: (71,51,115)

Color info

#473373 contains mainly red and blue colors. Web safe color of #473373 is #333366 (or #336).

RGB color model

#473373 color RGB value is (71,51,115).

  • red value is 71;
  • green value is 51;
  • blue value is 115.
RGB:
(71,51,115)
(28%,20%,45%)

RGB channels and saturation

R 71 of 255 = 28%
G 51 of 255 = 20%
B 115 of 255 = 45%

71
51
115

R + G + B ~ 31%. #473373 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 51 + 115 = 237 (100%)
R 71 of 237 ~ 29.96%
G 51 of 237 ~ 21.52%
B 115 of 237 ~ 48.52%

%29.96
%21.52
%48.52

CMYK color model

#473373 color CMYK value is (38,56,0,55).

  • cyan value is 38.26%
  • magenta value is 55.65%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(38,56,0,55)
C38M56Y0K55 
(38%,56%,0%,55%)
(0.38/0.56/0.00/0.55)	

CMYK percentages

%38.26
%55.65
%0
%54.9

Codes

Color #473373 in popluar color models

473373
RGB7151115
HSL259°38.55%32.55%
HSB/HSV259°55.65%45.10%
CMYK38.26%55.65%0.00%
54.90%

Color #473373 in popluar number systems.

HEX473373
Decimal7151115
Binary10001111100111110011
Octal10763163

Shades and tints

Shades of #473373

#473373
(71,51,115)
#412F69
(65,47,105)
#3B2B5F
(59,43,95)
#352755
(53,39,85)
#2F234B
(47,35,75)
#291F41
(41,31,65)
#231B37
(35,27,55)
#1D172D
(29,23,45)
#171323
(23,19,35)
#110F19
(17,15,25)
#0B0B0F
(11,11,15)
#000000
(0,0,0)

Tints of #473373

#473373
(71,51,115)
#57457F
(87,69,127)
#67578B
(103,87,139)
#776997
(119,105,151)
#877BA3
(135,123,163)
#978DAF
(151,141,175)
#A79FBB
(167,159,187)
#B7B1C7
(183,177,199)
#C7C3D3
(199,195,211)
#D7D5DF
(215,213,223)
#E7E7EB
(231,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #473373; }

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

This text font color is #473373.


Background Color

.myBgColor { background-color: #473373; }

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

This div background color is #473373.


Border color

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

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

This div border color is #473373.


Opacity

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

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

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

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

This text has shadow with #473373 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #473373 on black background.


Color preview on white background

This text has color #473373 on white background.



Black color preview on #473373 background

This text has black color on #473373 background.


White color preview on #473373 background

This text has white color on #473373 background.