COLOR #504986

HEX: #504986
RGB: (80,73,134)

Color info

#504986 contains mainly red and blue colors. Web safe color of #504986 is #663399 (or #639).

RGB color model

#504986 color RGB value is (80,73,134).

  • red value is 80;
  • green value is 73;
  • blue value is 134.
RGB:
(80,73,134)
(31%,29%,53%)

RGB channels and saturation

R 80 of 255 = 31%
G 73 of 255 = 29%
B 134 of 255 = 53%

80
73
134

R + G + B ~ 38%. #504986 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 73 + 134 = 287 (100%)
R 80 of 287 ~ 27.87%
G 73 of 287 ~ 25.44%
B 134 of 287 ~ 46.69%

%27.87
%25.44
%46.69

CMYK color model

#504986 color CMYK value is (40,46,0,47).

  • cyan value is 40.30%
  • magenta value is 45.52%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(40,46,0,47)
C40M46Y0K47 
(40%,46%,0%,47%)
(0.40/0.46/0.00/0.47)	

CMYK percentages

%40.3
%45.52
%0
%47.45

Codes

Color #504986 in popluar color models

504986
RGB8073134
HSL247°29.47%40.59%
HSB/HSV247°45.52%52.55%
CMYK40.30%45.52%0.00%
47.45%

Color #504986 in popluar number systems.

HEX504986
Decimal8073134
Binary1010000100100110000110
Octal120111206

Shades and tints

Shades of #504986

#504986
(80,73,134)
#49437A
(73,67,122)
#423D6E
(66,61,110)
#3B3762
(59,55,98)
#343156
(52,49,86)
#2D2B4A
(45,43,74)
#26253E
(38,37,62)
#1F1F32
(31,31,50)
#181926
(24,25,38)
#11131A
(17,19,26)
#0A0D0E
(10,13,14)
#000000
(0,0,0)

Tints of #504986

#504986
(80,73,134)
#5F5991
(95,89,145)
#6E699C
(110,105,156)
#7D79A7
(125,121,167)
#8C89B2
(140,137,178)
#9B99BD
(155,153,189)
#AAA9C8
(170,169,200)
#B9B9D3
(185,185,211)
#C8C9DE
(200,201,222)
#D7D9E9
(215,217,233)
#E6E9F4
(230,233,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #504986 color. Also use rgb(80,73,134) instead hex code.

Text Font Color

.myTextColor { color: #504986; }

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

This text font color is #504986.


Background Color

.myBgColor { background-color: #504986; }

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

This div background color is #504986.


Border color

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

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

This div border color is #504986.


Opacity

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

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

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

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

This text has shadow with #504986 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #504986 on black background.


Color preview on white background

This text has color #504986 on white background.



Black color preview on #504986 background

This text has black color on #504986 background.


White color preview on #504986 background

This text has white color on #504986 background.