COLOR #504896

HEX: #504896
RGB: (80,72,150)

Color info

#504896 contains mainly blue color. Web safe color of #504896 is #663399 (or #639).

RGB color model

#504896 color RGB value is (80,72,150).

  • red value is 80;
  • green value is 72;
  • blue value is 150.
RGB:
(80,72,150)
(31%,28%,59%)

RGB channels and saturation

R 80 of 255 = 31%
G 72 of 255 = 28%
B 150 of 255 = 59%

80
72
150

R + G + B ~ 39%. #504896 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 72 + 150 = 302 (100%)
R 80 of 302 ~ 26.49%
G 72 of 302 ~ 23.84%
B 150 of 302 ~ 49.67%

%26.49
%23.84
%49.67

CMYK color model

#504896 color CMYK value is (47,52,0,41).

  • cyan value is 46.67%
  • magenta value is 52.00%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(47,52,0,41)
C47M52Y0K41 
(47%,52%,0%,41%)
(0.47/0.52/0.00/0.41)	

CMYK percentages

%46.67
%52
%0
%41.18

Codes

Color #504896 in popluar color models

504896
RGB8072150
HSL246°35.14%43.53%
HSB/HSV246°52.00%58.82%
CMYK46.67%52.00%0.00%
41.18%

Color #504896 in popluar number systems.

HEX504896
Decimal8072150
Binary1010000100100010010110
Octal120110226

Shades and tints

Shades of #504896

#504896
(80,72,150)
#494289
(73,66,137)
#423C7C
(66,60,124)
#3B366F
(59,54,111)
#343062
(52,48,98)
#2D2A55
(45,42,85)
#262448
(38,36,72)
#1F1E3B
(31,30,59)
#18182E
(24,24,46)
#111221
(17,18,33)
#0A0C14
(10,12,20)
#000000
(0,0,0)

Tints of #504896

#504896
(80,72,150)
#5F589F
(95,88,159)
#6E68A8
(110,104,168)
#7D78B1
(125,120,177)
#8C88BA
(140,136,186)
#9B98C3
(155,152,195)
#AAA8CC
(170,168,204)
#B9B8D5
(185,184,213)
#C8C8DE
(200,200,222)
#D7D8E7
(215,216,231)
#E6E8F0
(230,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #504896 color. Also use rgb(80,72,150) instead hex code.

Text Font Color

.myTextColor { color: #504896; }

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

This text font color is #504896.


Background Color

.myBgColor { background-color: #504896; }

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

This div background color is #504896.


Border color

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

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

This div border color is #504896.


Opacity

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

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

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

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

This text has shadow with #504896 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #504896 on black background.


Color preview on white background

This text has color #504896 on white background.



Black color preview on #504896 background

This text has black color on #504896 background.


White color preview on #504896 background

This text has white color on #504896 background.