COLOR #502D7B

HEX: #502D7B
RGB: (80,45,123)

Color info

#502D7B contains mainly red and blue colors. Web safe color of #502D7B is #663366 (or #636).

RGB color model

#502D7B color RGB value is (80,45,123).

  • red value is 80;
  • green value is 45;
  • blue value is 123.
RGB:
(80,45,123)
(31%,18%,48%)

RGB channels and saturation

R 80 of 255 = 31%
G 45 of 255 = 18%
B 123 of 255 = 48%

80
45
123

R + G + B ~ 32%. #502D7B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 45 + 123 = 248 (100%)
R 80 of 248 ~ 32.26%
G 45 of 248 ~ 18.15%
B 123 of 248 ~ 49.6%

%32.26
%18.15
%49.6

CMYK color model

#502D7B color CMYK value is (35,63,0,52).

  • cyan value is 34.96%
  • magenta value is 63.41%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(35,63,0,52)
C35M63Y0K52 
(35%,63%,0%,52%)
(0.35/0.63/0.00/0.52)	

CMYK percentages

%34.96
%63.41
%0
%51.76

Codes

Color #502D7B in popluar color models

502D7B
RGB8045123
HSL267°46.43%32.94%
HSB/HSV267°63.41%48.24%
CMYK34.96%63.41%0.00%
51.76%

Color #502D7B in popluar number systems.

HEX502D7B
Decimal8045123
Binary10100001011011111011
Octal12055173

Shades and tints

Shades of #502D7B

#502D7B
(80,45,123)
#492970
(73,41,112)
#422565
(66,37,101)
#3B215A
(59,33,90)
#341D4F
(52,29,79)
#2D1944
(45,25,68)
#261539
(38,21,57)
#1F112E
(31,17,46)
#180D23
(24,13,35)
#110918
(17,9,24)
#0A050D
(10,5,13)
#000000
(0,0,0)

Tints of #502D7B

#502D7B
(80,45,123)
#5F4087
(95,64,135)
#6E5393
(110,83,147)
#7D669F
(125,102,159)
#8C79AB
(140,121,171)
#9B8CB7
(155,140,183)
#AA9FC3
(170,159,195)
#B9B2CF
(185,178,207)
#C8C5DB
(200,197,219)
#D7D8E7
(215,216,231)
#E6EBF3
(230,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #502D7B color. Also use rgb(80,45,123) instead hex code.

Text Font Color

.myTextColor { color: #502D7B; }

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

This text font color is #502D7B.


Background Color

.myBgColor { background-color: #502D7B; }

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

This div background color is #502D7B.


Border color

.myBorderColor { border: 1px solid #502D7B; }

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

This div border color is #502D7B.


Opacity

.myOpacity80 { color: #502D7B; opacity: 0.8; }

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

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

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

This text has shadow with #502D7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #502D7B on black background.


Color preview on white background

This text has color #502D7B on white background.



Black color preview on #502D7B background

This text has black color on #502D7B background.


White color preview on #502D7B background

This text has white color on #502D7B background.