COLOR #504673

HEX: #504673
RGB: (80,70,115)

Color info

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

RGB color model

#504673 color RGB value is (80,70,115).

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

RGB channels and saturation

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

80
70
115

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

Portions of RGB colors in percentages

R + G + B =
80 + 70 + 115 = 265 (100%)
R 80 of 265 ~ 30.19%
G 70 of 265 ~ 26.42%
B 115 of 265 ~ 43.4%

%30.19
%26.42
%43.4

CMYK color model

#504673 color CMYK value is (30,39,0,55).

  • cyan value is 30.43%
  • magenta value is 39.13%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(30,39,0,55)
C30M39Y0K55 
(30%,39%,0%,55%)
(0.30/0.39/0.00/0.55)	

CMYK percentages

%30.43
%39.13
%0
%54.9

Codes

Color #504673 in popluar color models

504673
RGB8070115
HSL253°24.32%36.27%
HSB/HSV253°39.13%45.10%
CMYK30.43%39.13%0.00%
54.90%

Color #504673 in popluar number systems.

HEX504673
Decimal8070115
Binary101000010001101110011
Octal120106163

Shades and tints

Shades of #504673

#504673
(80,70,115)
#494069
(73,64,105)
#423A5F
(66,58,95)
#3B3455
(59,52,85)
#342E4B
(52,46,75)
#2D2841
(45,40,65)
#262237
(38,34,55)
#1F1C2D
(31,28,45)
#181623
(24,22,35)
#111019
(17,16,25)
#0A0A0F
(10,10,15)
#000000
(0,0,0)

Tints of #504673

#504673
(80,70,115)
#5F567F
(95,86,127)
#6E668B
(110,102,139)
#7D7697
(125,118,151)
#8C86A3
(140,134,163)
#9B96AF
(155,150,175)
#AAA6BB
(170,166,187)
#B9B6C7
(185,182,199)
#C8C6D3
(200,198,211)
#D7D6DF
(215,214,223)
#E6E6EB
(230,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #504673; }

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

This text font color is #504673.


Background Color

.myBgColor { background-color: #504673; }

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

This div background color is #504673.


Border color

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

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

This div border color is #504673.


Opacity

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

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

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

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

This text has shadow with #504673 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #504673 on black background.


Color preview on white background

This text has color #504673 on white background.



Black color preview on #504673 background

This text has black color on #504673 background.


White color preview on #504673 background

This text has white color on #504673 background.