COLOR #504999

HEX: #504999
RGB: (80,73,153)

Color info

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

RGB color model

#504999 color RGB value is (80,73,153).

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

RGB channels and saturation

R 80 of 255 = 31%
G 73 of 255 = 29%
B 153 of 255 = 60%

80
73
153

R + G + B ~ 40%. #504999 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
80 + 73 + 153 = 306 (100%)
R 80 of 306 ~ 26.14%
G 73 of 306 ~ 23.86%
B 153 of 306 ~ 50%

%26.14
%23.86
%50

CMYK color model

#504999 color CMYK value is (48,52,0,40).

  • cyan value is 47.71%
  • magenta value is 52.29%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(48,52,0,40)
C48M52Y0K40 
(48%,52%,0%,40%)
(0.48/0.52/0.00/0.40)	

CMYK percentages

%47.71
%52.29
%0
%40

Codes

Color #504999 in popluar color models

504999
RGB8073153
HSL245°35.40%44.31%
HSB/HSV245°52.29%60.00%
CMYK47.71%52.29%0.00%
40.00%

Color #504999 in popluar number systems.

HEX504999
Decimal8073153
Binary1010000100100110011001
Octal120111231

Shades and tints

Shades of #504999

#504999
(80,73,153)
#49438C
(73,67,140)
#423D7F
(66,61,127)
#3B3772
(59,55,114)
#343165
(52,49,101)
#2D2B58
(45,43,88)
#26254B
(38,37,75)
#1F1F3E
(31,31,62)
#181931
(24,25,49)
#111324
(17,19,36)
#0A0D17
(10,13,23)
#000000
(0,0,0)

Tints of #504999

#504999
(80,73,153)
#5F59A2
(95,89,162)
#6E69AB
(110,105,171)
#7D79B4
(125,121,180)
#8C89BD
(140,137,189)
#9B99C6
(155,153,198)
#AAA9CF
(170,169,207)
#B9B9D8
(185,185,216)
#C8C9E1
(200,201,225)
#D7D9EA
(215,217,234)
#E6E9F3
(230,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #504999; }

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

This text font color is #504999.


Background Color

.myBgColor { background-color: #504999; }

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

This div background color is #504999.


Border color

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

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

This div border color is #504999.


Opacity

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

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

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

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

This text has shadow with #504999 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #504999 on black background.


Color preview on white background

This text has color #504999 on white background.



Black color preview on #504999 background

This text has black color on #504999 background.


White color preview on #504999 background

This text has white color on #504999 background.