COLOR #504463

HEX: #504463
RGB: (80,68,99)

Color info

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

RGB color model

#504463 color RGB value is (80,68,99).

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

RGB channels and saturation

R 80 of 255 = 31%
G 68 of 255 = 27%
B 99 of 255 = 39%

80
68
99

R + G + B ~ 32%. #504463 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 68 + 99 = 247 (100%)
R 80 of 247 ~ 32.39%
G 68 of 247 ~ 27.53%
B 99 of 247 ~ 40.08%

%32.39
%27.53
%40.08

CMYK color model

#504463 color CMYK value is (19,31,0,61).

  • cyan value is 19.19%
  • magenta value is 31.31%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(19,31,0,61)
C19M31Y0K61 
(19%,31%,0%,61%)
(0.19/0.31/0.00/0.61)	

CMYK percentages

%19.19
%31.31
%0
%61.18

Codes

Color #504463 in popluar color models

504463
RGB806899
HSL263°18.56%32.75%
HSB/HSV263°31.31%38.82%
CMYK19.19%31.31%0.00%
61.18%

Color #504463 in popluar number systems.

HEX504463
Decimal806899
Binary101000010001001100011
Octal120104143

Shades and tints

Shades of #504463

#504463
(80,68,99)
#493E5A
(73,62,90)
#423851
(66,56,81)
#3B3248
(59,50,72)
#342C3F
(52,44,63)
#2D2636
(45,38,54)
#26202D
(38,32,45)
#1F1A24
(31,26,36)
#18141B
(24,20,27)
#110E12
(17,14,18)
#0A0809
(10,8,9)
#000000
(0,0,0)

Tints of #504463

#504463
(80,68,99)
#5F5571
(95,85,113)
#6E667F
(110,102,127)
#7D778D
(125,119,141)
#8C889B
(140,136,155)
#9B99A9
(155,153,169)
#AAAAB7
(170,170,183)
#B9BBC5
(185,187,197)
#C8CCD3
(200,204,211)
#D7DDE1
(215,221,225)
#E6EEEF
(230,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #504463; }

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

This text font color is #504463.


Background Color

.myBgColor { background-color: #504463; }

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

This div background color is #504463.


Border color

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

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

This div border color is #504463.


Opacity

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

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

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

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

This text has shadow with #504463 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #504463 on black background.


Color preview on white background

This text has color #504463 on white background.



Black color preview on #504463 background

This text has black color on #504463 background.


White color preview on #504463 background

This text has white color on #504463 background.