COLOR #502461

HEX: #502461
RGB: (80,36,97)

Color info

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

RGB color model

#502461 color RGB value is (80,36,97).

  • red value is 80;
  • green value is 36;
  • blue value is 97.
RGB:
(80,36,97)
(31%,14%,38%)

RGB channels and saturation

R 80 of 255 = 31%
G 36 of 255 = 14%
B 97 of 255 = 38%

80
36
97

R + G + B ~ 28%. #502461 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 36 + 97 = 213 (100%)
R 80 of 213 ~ 37.56%
G 36 of 213 ~ 16.9%
B 97 of 213 ~ 45.54%

%37.56
%16.9
%45.54

CMYK color model

#502461 color CMYK value is (18,63,0,62).

  • cyan value is 17.53%
  • magenta value is 62.89%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(18,63,0,62)
C18M63Y0K62 
(18%,63%,0%,62%)
(0.18/0.63/0.00/0.62)	

CMYK percentages

%17.53
%62.89
%0
%61.96

Codes

Color #502461 in popluar color models

502461
RGB803697
HSL283°45.86%26.08%
HSB/HSV283°62.89%38.04%
CMYK17.53%62.89%0.00%
61.96%

Color #502461 in popluar number systems.

HEX502461
Decimal803697
Binary10100001001001100001
Octal12044141

Shades and tints

Shades of #502461

#502461
(80,36,97)
#492159
(73,33,89)
#421E51
(66,30,81)
#3B1B49
(59,27,73)
#341841
(52,24,65)
#2D1539
(45,21,57)
#261231
(38,18,49)
#1F0F29
(31,15,41)
#180C21
(24,12,33)
#110919
(17,9,25)
#0A0611
(10,6,17)
#000000
(0,0,0)

Tints of #502461

#502461
(80,36,97)
#5F376F
(95,55,111)
#6E4A7D
(110,74,125)
#7D5D8B
(125,93,139)
#8C7099
(140,112,153)
#9B83A7
(155,131,167)
#AA96B5
(170,150,181)
#B9A9C3
(185,169,195)
#C8BCD1
(200,188,209)
#D7CFDF
(215,207,223)
#E6E2ED
(230,226,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #502461 color. Also use rgb(80,36,97) instead hex code.

Text Font Color

.myTextColor { color: #502461; }

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

This text font color is #502461.


Background Color

.myBgColor { background-color: #502461; }

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

This div background color is #502461.


Border color

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

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

This div border color is #502461.


Opacity

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

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

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

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

This text has shadow with #502461 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #502461 on black background.


Color preview on white background

This text has color #502461 on white background.



Black color preview on #502461 background

This text has black color on #502461 background.


White color preview on #502461 background

This text has white color on #502461 background.