COLOR #502E6F

HEX: #502E6F RGB: (80,46,111)

Color info

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

RGB color model

#502E6F color RGB value is (80,46,111).

RGB: (80,46,111) (31%, 18%, 44%)

RGB channels and saturation

R 80 of 255 = 31%
G 46 of 255 = 18%
B 111 of 255 = 44%

80
46
111

R + G + B ~ 31%. #502E6F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 80 + 46 + 111 = 237 (100%)
R 80 of 237 ~ 33.76%
G 46 of 237 ~ 19.41%
B 111 of 237 ~ 46.84'%

%33.76
%19.41
%46.84

CMYK color model

#502E6F color CMYK value is (28,59,0,56).

  • cyan value is 27.93%
  • magenta value is 58.56%
  • yellow value is 0.00%
  • key color value is 56.47%

CMYK: (28,59,0,56)
C28M59Y0K56 (28%, 59%, 0%, 56%)
(0.28 / 0.59 / 0.00 / 0.56)

CMYK percentages

%27.93
%58.56
%0
%56.47

Codes

Color #502E6F in popluar color models

50 2E 6F
RGB 80 46 111
HSL 271° 41.40% 30.78%
HSB/HSV 271° 58.56% 43.53%
CMYK 27.93% 58.56% 0.00%
56.47%

Color #502E6F in popluar number systems.

HEX 50 2E 6F
Decimal 80 46 111
Binary 1010000 101110 1101111
Octal 120 56 157

Shades and tints

Shades of #502E6F

#502E6F
(80,46,111)
#492A65
(73,42,101)
#42265B
(66,38,91)
#3B2251
(59,34,81)
#341E47
(52,30,71)
#2D1A3D
(45,26,61)
#261633
(38,22,51)
#1F1229
(31,18,41)
#180E1F
(24,14,31)
#110A15
(17,10,21)
#0A060B
(10,6,11)
#000000
(0,0,0)

Tints of #502E6F

#502E6F
(80,46,111)
#5F417C
(95,65,124)
#6E5489
(110,84,137)
#7D6796
(125,103,150)
#8C7AA3
(140,122,163)
#9B8DB0
(155,141,176)
#AAA0BD
(170,160,189)
#B9B3CA
(185,179,202)
#C8C6D7
(200,198,215)
#D7D9E4
(215,217,228)
#E6ECF1
(230,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #502E6F; }

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

This text font color is #502E6F.

Background Color

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

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

This div background color is #502E6F.

Border color

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

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

This div border color is #502E6F.

Opacity

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

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

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

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

This text has shadow with #502E6F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #502E6F.

Preview

Color preview on black background

This text has color #502E6F on black background.


Color preview on white background

This text has color #502E6F on white background.


Black color preview on #502E6F background

This text has black color on #502E6F background.


White color preview on #502E6F background

This text has white color on #502E6F background.


Related colors

Complementary color

Complementary color for #hex is #AFD190.


I love getcolorcode.com

Triadic colors

1 #6F502E and #2E6F50 with #502E6F are triadic colors.

2 #6F2E50 and #2E506F with #502E6F are triadic colors.