COLOR #502C6E

HEX: #502C6E
RGB: (80,44,110)

Color info

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

RGB color model

#502C6E color RGB value is (80,44,110).

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

RGB channels and saturation

R 80 of 255 = 31%
G 44 of 255 = 17%
B 110 of 255 = 43%

80
44
110

R + G + B ~ 30%. #502C6E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 44 + 110 = 234 (100%)
R 80 of 234 ~ 34.19%
G 44 of 234 ~ 18.8%
B 110 of 234 ~ 47.01%

%34.19
%18.8
%47.01

CMYK color model

#502C6E color CMYK value is (27,60,0,57).

  • cyan value is 27.27%
  • magenta value is 60.00%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(27,60,0,57)
C27M60Y0K57 
(27%,60%,0%,57%)
(0.27/0.60/0.00/0.57)	

CMYK percentages

%27.27
%60
%0
%56.86

Codes

Color #502C6E in popluar color models

502C6E
RGB8044110
HSL273°42.86%30.20%
HSB/HSV273°60.00%43.14%
CMYK27.27%60.00%0.00%
56.86%

Color #502C6E in popluar number systems.

HEX502C6E
Decimal8044110
Binary10100001011001101110
Octal12054156

Shades and tints

Shades of #502C6E

#502C6E
(80,44,110)
#492864
(73,40,100)
#42245A
(66,36,90)
#3B2050
(59,32,80)
#341C46
(52,28,70)
#2D183C
(45,24,60)
#261432
(38,20,50)
#1F1028
(31,16,40)
#180C1E
(24,12,30)
#110814
(17,8,20)
#0A040A
(10,4,10)
#000000
(0,0,0)

Tints of #502C6E

#502C6E
(80,44,110)
#5F3F7B
(95,63,123)
#6E5288
(110,82,136)
#7D6595
(125,101,149)
#8C78A2
(140,120,162)
#9B8BAF
(155,139,175)
#AA9EBC
(170,158,188)
#B9B1C9
(185,177,201)
#C8C4D6
(200,196,214)
#D7D7E3
(215,215,227)
#E6EAF0
(230,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #502C6E; }

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

This text font color is #502C6E.


Background Color

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

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

This div background color is #502C6E.


Border color

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

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

This div border color is #502C6E.


Opacity

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

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

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

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

This text has shadow with #502C6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #502C6E on black background.


Color preview on white background

This text has color #502C6E on white background.



Black color preview on #502C6E background

This text has black color on #502C6E background.


White color preview on #502C6E background

This text has white color on #502C6E background.