COLOR #504C99

HEX: #504C99
RGB: (80,76,153)

Color info

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

RGB color model

#504C99 color RGB value is (80,76,153).

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

RGB channels and saturation

R 80 of 255 = 31%
G 76 of 255 = 30%
B 153 of 255 = 60%

80
76
153

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

Portions of RGB colors in percentages

R + G + B =
80 + 76 + 153 = 309 (100%)
R 80 of 309 ~ 25.89%
G 76 of 309 ~ 24.6%
B 153 of 309 ~ 49.51%

%25.89
%24.6
%49.51

CMYK color model

#504C99 color CMYK value is (48,50,0,40).

  • cyan value is 47.71%
  • magenta value is 50.33%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(48,50,0,40)
C48M50Y0K40 
(48%,50%,0%,40%)
(0.48/0.50/0.00/0.40)	

CMYK percentages

%47.71
%50.33
%0
%40

Codes

Color #504C99 in popluar color models

504C99
RGB8076153
HSL243°33.62%44.90%
HSB/HSV243°50.33%60.00%
CMYK47.71%50.33%0.00%
40.00%

Color #504C99 in popluar number systems.

HEX504C99
Decimal8076153
Binary1010000100110010011001
Octal120114231

Shades and tints

Shades of #504C99

#504C99
(80,76,153)
#49468C
(73,70,140)
#42407F
(66,64,127)
#3B3A72
(59,58,114)
#343465
(52,52,101)
#2D2E58
(45,46,88)
#26284B
(38,40,75)
#1F223E
(31,34,62)
#181C31
(24,28,49)
#111624
(17,22,36)
#0A1017
(10,16,23)
#000000
(0,0,0)

Tints of #504C99

#504C99
(80,76,153)
#5F5CA2
(95,92,162)
#6E6CAB
(110,108,171)
#7D7CB4
(125,124,180)
#8C8CBD
(140,140,189)
#9B9CC6
(155,156,198)
#AAACCF
(170,172,207)
#B9BCD8
(185,188,216)
#C8CCE1
(200,204,225)
#D7DCEA
(215,220,234)
#E6ECF3
(230,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #504C99; }

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

This text font color is #504C99.


Background Color

.myBgColor { background-color: #504C99; }

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

This div background color is #504C99.


Border color

.myBorderColor { border: 1px solid #504C99; }

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

This div border color is #504C99.


Opacity

.myOpacity80 { color: #504C99; opacity: 0.8; }

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

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

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

This text has shadow with #504C99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #504C99 on black background.


Color preview on white background

This text has color #504C99 on white background.



Black color preview on #504C99 background

This text has black color on #504C99 background.


White color preview on #504C99 background

This text has white color on #504C99 background.