COLOR #504473

HEX: #504473
RGB: (80,68,115)

Color info

#504473 contains red, green and blue colors in about the same proportion. Web safe color of #504473 is #663366 (or #636).

RGB color model

#504473 color RGB value is (80,68,115).

  • red value is 80;
  • green value is 68;
  • blue value is 115.
RGB:
(80,68,115)
(31%,27%,45%)

RGB channels and saturation

R 80 of 255 = 31%
G 68 of 255 = 27%
B 115 of 255 = 45%

80
68
115

R + G + B ~ 34%. #504473 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 68 + 115 = 263 (100%)
R 80 of 263 ~ 30.42%
G 68 of 263 ~ 25.86%
B 115 of 263 ~ 43.73%

%30.42
%25.86
%43.73

CMYK color model

#504473 color CMYK value is (30,41,0,55).

  • cyan value is 30.43%
  • magenta value is 40.87%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(30,41,0,55)
C30M41Y0K55 
(30%,41%,0%,55%)
(0.30/0.41/0.00/0.55)	

CMYK percentages

%30.43
%40.87
%0
%54.9

Codes

Color #504473 in popluar color models

504473
RGB8068115
HSL255°25.68%35.88%
HSB/HSV255°40.87%45.10%
CMYK30.43%40.87%0.00%
54.90%

Color #504473 in popluar number systems.

HEX504473
Decimal8068115
Binary101000010001001110011
Octal120104163

Shades and tints

Shades of #504473

#504473
(80,68,115)
#493E69
(73,62,105)
#42385F
(66,56,95)
#3B3255
(59,50,85)
#342C4B
(52,44,75)
#2D2641
(45,38,65)
#262037
(38,32,55)
#1F1A2D
(31,26,45)
#181423
(24,20,35)
#110E19
(17,14,25)
#0A080F
(10,8,15)
#000000
(0,0,0)

Tints of #504473

#504473
(80,68,115)
#5F557F
(95,85,127)
#6E668B
(110,102,139)
#7D7797
(125,119,151)
#8C88A3
(140,136,163)
#9B99AF
(155,153,175)
#AAAABB
(170,170,187)
#B9BBC7
(185,187,199)
#C8CCD3
(200,204,211)
#D7DDDF
(215,221,223)
#E6EEEB
(230,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #504473 color. Also use rgb(80,68,115) instead hex code.

Text Font Color

.myTextColor { color: #504473; }

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

This text font color is #504473.


Background Color

.myBgColor { background-color: #504473; }

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

This div background color is #504473.


Border color

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

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

This div border color is #504473.


Opacity

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

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

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

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

This text has shadow with #504473 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #504473 on black background.


Color preview on white background

This text has color #504473 on white background.



Black color preview on #504473 background

This text has black color on #504473 background.


White color preview on #504473 background

This text has white color on #504473 background.