COLOR #502E63

HEX: #502E63 RGB: (80,46,99)

Color info

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

RGB color model

#502E63 color RGB value is (80,46,99).

RGB: (80,46,99) (31%, 18%, 39%)

RGB channels and saturation

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

80
46
99

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

Portions of RGB colors in percentages

R + G + B = 80 + 46 + 99 = 225 (100%)
R 80 of 225 ~ 35.56%
G 46 of 225 ~ 20.44%
B 99 of 225 ~ 44'%

%35.56
%20.44
%44

CMYK color model

#502E63 color CMYK value is (19,54,0,61).

  • cyan value is 19.19%
  • magenta value is 53.54%
  • yellow value is 0.00%
  • key color value is 61.18%

CMYK: (19,54,0,61)
C19M54Y0K61 (19%, 54%, 0%, 61%)
(0.19 / 0.54 / 0.00 / 0.61)

CMYK percentages

%19.19
%53.54
%0
%61.18

Codes

Color #502E63 in popluar color models

50 2E 63
RGB 80 46 99
HSL 278° 36.55% 28.43%
HSB/HSV 278° 53.54% 38.82%
CMYK 19.19% 53.54% 0.00%
61.18%

Color #502E63 in popluar number systems.

HEX 50 2E 63
Decimal 80 46 99
Binary 1010000 101110 1100011
Octal 120 56 143

Shades and tints

Shades of #502E63

#502E63
(80,46,99)
#492A5A
(73,42,90)
#422651
(66,38,81)
#3B2248
(59,34,72)
#341E3F
(52,30,63)
#2D1A36
(45,26,54)
#26162D
(38,22,45)
#1F1224
(31,18,36)
#180E1B
(24,14,27)
#110A12
(17,10,18)
#0A0609
(10,6,9)
#000000
(0,0,0)

Tints of #502E63

#502E63
(80,46,99)
#5F4171
(95,65,113)
#6E547F
(110,84,127)
#7D678D
(125,103,141)
#8C7A9B
(140,122,155)
#9B8DA9
(155,141,169)
#AAA0B7
(170,160,183)
#B9B3C5
(185,179,197)
#C8C6D3
(200,198,211)
#D7D9E1
(215,217,225)
#E6ECEF
(230,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #502E63; }

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

This text font color is #502E63.

Background Color

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

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

This div background color is #502E63.

Border color

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

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

This div border color is #502E63.

Opacity

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

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

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

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

This text has shadow with #502E63 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #502E63.

Preview

Color preview on black background

This text has color #502E63 on black background.


Color preview on white background

This text has color #502E63 on white background.


Black color preview on #502E63 background

This text has black color on #502E63 background.


White color preview on #502E63 background

This text has white color on #502E63 background.


Related colors

Complementary color

Complementary color for #hex is #AFD19C.


I love getcolorcode.com

Triadic colors

1 #63502E and #2E6350 with #502E63 are triadic colors.

2 #632E50 and #2E5063 with #502E63 are triadic colors.