COLOR #502E6C

HEX: #502E6C
RGB: (80,46,108)

Color info

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

RGB color model

#502E6C color RGB value is (80,46,108).

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

RGB channels and saturation

R 80 of 255 = 31%
G 46 of 255 = 18%
B 108 of 255 = 42%

80
46
108

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

Portions of RGB colors in percentages

R + G + B =
80 + 46 + 108 = 234 (100%)
R 80 of 234 ~ 34.19%
G 46 of 234 ~ 19.66%
B 108 of 234 ~ 46.15%

%34.19
%19.66
%46.15

CMYK color model

#502E6C color CMYK value is (26,57,0,58).

  • cyan value is 25.93%
  • magenta value is 57.41%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(26,57,0,58)
C26M57Y0K58 
(26%,57%,0%,58%)
(0.26/0.57/0.00/0.58)	

CMYK percentages

%25.93
%57.41
%0
%57.65

Codes

Color #502E6C in popluar color models

502E6C
RGB8046108
HSL273°40.26%30.20%
HSB/HSV273°57.41%42.35%
CMYK25.93%57.41%0.00%
57.65%

Color #502E6C in popluar number systems.

HEX502E6C
Decimal8046108
Binary10100001011101101100
Octal12056154

Shades and tints

Shades of #502E6C

#502E6C
(80,46,108)
#492A63
(73,42,99)
#42265A
(66,38,90)
#3B2251
(59,34,81)
#341E48
(52,30,72)
#2D1A3F
(45,26,63)
#261636
(38,22,54)
#1F122D
(31,18,45)
#180E24
(24,14,36)
#110A1B
(17,10,27)
#0A0612
(10,6,18)
#000000
(0,0,0)

Tints of #502E6C

#502E6C
(80,46,108)
#5F4179
(95,65,121)
#6E5486
(110,84,134)
#7D6793
(125,103,147)
#8C7AA0
(140,122,160)
#9B8DAD
(155,141,173)
#AAA0BA
(170,160,186)
#B9B3C7
(185,179,199)
#C8C6D4
(200,198,212)
#D7D9E1
(215,217,225)
#E6ECEE
(230,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #502E6C; }

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

This text font color is #502E6C.


Background Color

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

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

This div background color is #502E6C.


Border color

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

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

This div border color is #502E6C.


Opacity

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

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

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

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

This text has shadow with #502E6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #502E6C on black background.


Color preview on white background

This text has color #502E6C on white background.



Black color preview on #502E6C background

This text has black color on #502E6C background.


White color preview on #502E6C background

This text has white color on #502E6C background.