COLOR #502D60

HEX: #502D60
RGB: (80,45,96)

Color info

#502D60 contains red, green and blue colors in about the same proportion. Web safe color of #502D60 is #663366 (or #636).

RGB color model

#502D60 color RGB value is (80,45,96).

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

RGB channels and saturation

R 80 of 255 = 31%
G 45 of 255 = 18%
B 96 of 255 = 38%

80
45
96

R + G + B ~ 29%. #502D60 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 45 + 96 = 221 (100%)
R 80 of 221 ~ 36.2%
G 45 of 221 ~ 20.36%
B 96 of 221 ~ 43.44%

%36.2
%20.36
%43.44

CMYK color model

#502D60 color CMYK value is (17,53,0,62).

  • cyan value is 16.67%
  • magenta value is 53.13%
  • yellow value is 0.00%
  • key color value is 62.35%
CMYK:
(17,53,0,62)
C17M53Y0K62 
(17%,53%,0%,62%)
(0.17/0.53/0.00/0.62)	

CMYK percentages

%16.67
%53.13
%0
%62.35

Codes

Color #502D60 in popluar color models

502D60
RGB804596
HSL281°36.17%27.65%
HSB/HSV281°53.13%37.65%
CMYK16.67%53.13%0.00%
62.35%

Color #502D60 in popluar number systems.

HEX502D60
Decimal804596
Binary10100001011011100000
Octal12055140

Shades and tints

Shades of #502D60

#502D60
(80,45,96)
#492958
(73,41,88)
#422550
(66,37,80)
#3B2148
(59,33,72)
#341D40
(52,29,64)
#2D1938
(45,25,56)
#261530
(38,21,48)
#1F1128
(31,17,40)
#180D20
(24,13,32)
#110918
(17,9,24)
#0A0510
(10,5,16)
#000000
(0,0,0)

Tints of #502D60

#502D60
(80,45,96)
#5F406E
(95,64,110)
#6E537C
(110,83,124)
#7D668A
(125,102,138)
#8C7998
(140,121,152)
#9B8CA6
(155,140,166)
#AA9FB4
(170,159,180)
#B9B2C2
(185,178,194)
#C8C5D0
(200,197,208)
#D7D8DE
(215,216,222)
#E6EBEC
(230,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #502D60; }

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

This text font color is #502D60.


Background Color

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

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

This div background color is #502D60.


Border color

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

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

This div border color is #502D60.


Opacity

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

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

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

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

This text has shadow with #502D60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #502D60 on black background.


Color preview on white background

This text has color #502D60 on white background.



Black color preview on #502D60 background

This text has black color on #502D60 background.


White color preview on #502D60 background

This text has white color on #502D60 background.