COLOR #502C65

HEX: #502C65
RGB: (80,44,101)

Color info

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

RGB color model

#502C65 color RGB value is (80,44,101).

  • red value is 80;
  • green value is 44;
  • blue value is 101.
RGB:
(80,44,101)
(31%,17%,40%)

RGB channels and saturation

R 80 of 255 = 31%
G 44 of 255 = 17%
B 101 of 255 = 40%

80
44
101

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

Portions of RGB colors in percentages

R + G + B =
80 + 44 + 101 = 225 (100%)
R 80 of 225 ~ 35.56%
G 44 of 225 ~ 19.56%
B 101 of 225 ~ 44.89%

%35.56
%19.56
%44.89

CMYK color model

#502C65 color CMYK value is (21,56,0,60).

  • cyan value is 20.79%
  • magenta value is 56.44%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(21,56,0,60)
C21M56Y0K60 
(21%,56%,0%,60%)
(0.21/0.56/0.00/0.60)	

CMYK percentages

%20.79
%56.44
%0
%60.39

Codes

Color #502C65 in popluar color models

502C65
RGB8044101
HSL278°39.31%28.43%
HSB/HSV278°56.44%39.61%
CMYK20.79%56.44%0.00%
60.39%

Color #502C65 in popluar number systems.

HEX502C65
Decimal8044101
Binary10100001011001100101
Octal12054145

Shades and tints

Shades of #502C65

#502C65
(80,44,101)
#49285C
(73,40,92)
#422453
(66,36,83)
#3B204A
(59,32,74)
#341C41
(52,28,65)
#2D1838
(45,24,56)
#26142F
(38,20,47)
#1F1026
(31,16,38)
#180C1D
(24,12,29)
#110814
(17,8,20)
#0A040B
(10,4,11)
#000000
(0,0,0)

Tints of #502C65

#502C65
(80,44,101)
#5F3F73
(95,63,115)
#6E5281
(110,82,129)
#7D658F
(125,101,143)
#8C789D
(140,120,157)
#9B8BAB
(155,139,171)
#AA9EB9
(170,158,185)
#B9B1C7
(185,177,199)
#C8C4D5
(200,196,213)
#D7D7E3
(215,215,227)
#E6EAF1
(230,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #502C65 color. Also use rgb(80,44,101) instead hex code.

Text Font Color

.myTextColor { color: #502C65; }

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

This text font color is #502C65.


Background Color

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

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

This div background color is #502C65.


Border color

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

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

This div border color is #502C65.


Opacity

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

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

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

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

This text has shadow with #502C65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #502C65 on black background.


Color preview on white background

This text has color #502C65 on white background.



Black color preview on #502C65 background

This text has black color on #502C65 background.


White color preview on #502C65 background

This text has white color on #502C65 background.