COLOR #502E50

HEX: #502E50
RGB: (80,46,80)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

80
46
80

R + G + B ~ 27%. #502E50 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 46 + 80 = 206 (100%)
R 80 of 206 ~ 38.83%
G 46 of 206 ~ 22.33%
B 80 of 206 ~ 38.83%

%38.83
%22.33
%38.83

CMYK color model

#502E50 color CMYK value is (0,43,0,69).

  • cyan value is 0.00%
  • magenta value is 42.50%
  • yellow value is 0.00%
  • key color value is 68.63%
CMYK:
(0,43,0,69)
C0M43Y0K69 
(0%,43%,0%,69%)
(0.00/0.43/0.00/0.69)	

CMYK percentages

%0
%42.5
%0
%68.63

Codes

Color #502E50 in popluar color models

502E50
RGB804680
HSL300°26.98%24.71%
HSB/HSV300°42.50%31.37%
CMYK0.00%42.50%0.00%
68.63%

Color #502E50 in popluar number systems.

HEX502E50
Decimal804680
Binary10100001011101010000
Octal12056120

Shades and tints

Shades of #502E50

#502E50
(80,46,80)
#492A49
(73,42,73)
#422642
(66,38,66)
#3B223B
(59,34,59)
#341E34
(52,30,52)
#2D1A2D
(45,26,45)
#261626
(38,22,38)
#1F121F
(31,18,31)
#180E18
(24,14,24)
#110A11
(17,10,17)
#0A060A
(10,6,10)
#000000
(0,0,0)

Tints of #502E50

#502E50
(80,46,80)
#5F415F
(95,65,95)
#6E546E
(110,84,110)
#7D677D
(125,103,125)
#8C7A8C
(140,122,140)
#9B8D9B
(155,141,155)
#AAA0AA
(170,160,170)
#B9B3B9
(185,179,185)
#C8C6C8
(200,198,200)
#D7D9D7
(215,217,215)
#E6ECE6
(230,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #502E50; }

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

This text font color is #502E50.


Background Color

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

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

This div background color is #502E50.


Border color

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

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

This div border color is #502E50.


Opacity

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

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

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

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

This text has shadow with #502E50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #502E50 on black background.


Color preview on white background

This text has color #502E50 on white background.



Black color preview on #502E50 background

This text has black color on #502E50 background.


White color preview on #502E50 background

This text has white color on #502E50 background.