COLOR #504B8F

HEX: #504B8F
RGB: (80,75,143)

Color info

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

RGB color model

#504B8F color RGB value is (80,75,143).

  • red value is 80;
  • green value is 75;
  • blue value is 143.
RGB:
(80,75,143)
(31%,29%,56%)

RGB channels and saturation

R 80 of 255 = 31%
G 75 of 255 = 29%
B 143 of 255 = 56%

80
75
143

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

Portions of RGB colors in percentages

R + G + B =
80 + 75 + 143 = 298 (100%)
R 80 of 298 ~ 26.85%
G 75 of 298 ~ 25.17%
B 143 of 298 ~ 47.99%

%26.85
%25.17
%47.99

CMYK color model

#504B8F color CMYK value is (44,48,0,44).

  • cyan value is 44.06%
  • magenta value is 47.55%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(44,48,0,44)
C44M48Y0K44 
(44%,48%,0%,44%)
(0.44/0.48/0.00/0.44)	

CMYK percentages

%44.06
%47.55
%0
%43.92

Codes

Color #504B8F in popluar color models

504B8F
RGB8075143
HSL244°31.19%42.75%
HSB/HSV244°47.55%56.08%
CMYK44.06%47.55%0.00%
43.92%

Color #504B8F in popluar number systems.

HEX504B8F
Decimal8075143
Binary1010000100101110001111
Octal120113217

Shades and tints

Shades of #504B8F

#504B8F
(80,75,143)
#494582
(73,69,130)
#423F75
(66,63,117)
#3B3968
(59,57,104)
#34335B
(52,51,91)
#2D2D4E
(45,45,78)
#262741
(38,39,65)
#1F2134
(31,33,52)
#181B27
(24,27,39)
#11151A
(17,21,26)
#0A0F0D
(10,15,13)
#000000
(0,0,0)

Tints of #504B8F

#504B8F
(80,75,143)
#5F5B99
(95,91,153)
#6E6BA3
(110,107,163)
#7D7BAD
(125,123,173)
#8C8BB7
(140,139,183)
#9B9BC1
(155,155,193)
#AAABCB
(170,171,203)
#B9BBD5
(185,187,213)
#C8CBDF
(200,203,223)
#D7DBE9
(215,219,233)
#E6EBF3
(230,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #504B8F color. Also use rgb(80,75,143) instead hex code.

Text Font Color

.myTextColor { color: #504B8F; }

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

This text font color is #504B8F.


Background Color

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

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

This div background color is #504B8F.


Border color

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

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

This div border color is #504B8F.


Opacity

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

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

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

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

This text has shadow with #504B8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #504B8F on black background.


Color preview on white background

This text has color #504B8F on white background.



Black color preview on #504B8F background

This text has black color on #504B8F background.


White color preview on #504B8F background

This text has white color on #504B8F background.