COLOR #502E64

HEX: #502E64
RGB: (80,46,100)

Color info

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

RGB color model

#502E64 color RGB value is (80,46,100).

  • red value is 80;
  • green value is 46;
  • blue value is 100.
RGB:
(80,46,100)
(31%,18%,39%)

RGB channels and saturation

R 80 of 255 = 31%
G 46 of 255 = 18%
B 100 of 255 = 39%

80
46
100

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

Portions of RGB colors in percentages

R + G + B =
80 + 46 + 100 = 226 (100%)
R 80 of 226 ~ 35.4%
G 46 of 226 ~ 20.35%
B 100 of 226 ~ 44.25%

%35.4
%20.35
%44.25

CMYK color model

#502E64 color CMYK value is (20,54,0,61).

  • cyan value is 20.00%
  • magenta value is 54.00%
  • yellow value is 0.00%
  • key color value is 60.78%
CMYK:
(20,54,0,61)
C20M54Y0K61 
(20%,54%,0%,61%)
(0.20/0.54/0.00/0.61)	

CMYK percentages

%20
%54
%0
%60.78

Codes

Color #502E64 in popluar color models

502E64
RGB8046100
HSL278°36.99%28.63%
HSB/HSV278°54.00%39.22%
CMYK20.00%54.00%0.00%
60.78%

Color #502E64 in popluar number systems.

HEX502E64
Decimal8046100
Binary10100001011101100100
Octal12056144

Shades and tints

Shades of #502E64

#502E64
(80,46,100)
#492A5B
(73,42,91)
#422652
(66,38,82)
#3B2249
(59,34,73)
#341E40
(52,30,64)
#2D1A37
(45,26,55)
#26162E
(38,22,46)
#1F1225
(31,18,37)
#180E1C
(24,14,28)
#110A13
(17,10,19)
#0A060A
(10,6,10)
#000000
(0,0,0)

Tints of #502E64

#502E64
(80,46,100)
#5F4172
(95,65,114)
#6E5480
(110,84,128)
#7D678E
(125,103,142)
#8C7A9C
(140,122,156)
#9B8DAA
(155,141,170)
#AAA0B8
(170,160,184)
#B9B3C6
(185,179,198)
#C8C6D4
(200,198,212)
#D7D9E2
(215,217,226)
#E6ECF0
(230,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #502E64 color. Also use rgb(80,46,100) instead hex code.

Text Font Color

.myTextColor { color: #502E64; }

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

This text font color is #502E64.


Background Color

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

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

This div background color is #502E64.


Border color

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

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

This div border color is #502E64.


Opacity

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

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

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

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

This text has shadow with #502E64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #502E64 on black background.


Color preview on white background

This text has color #502E64 on white background.



Black color preview on #502E64 background

This text has black color on #502E64 background.


White color preview on #502E64 background

This text has white color on #502E64 background.