COLOR #502E66

HEX: #502E66
RGB: (80,46,102)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

80
46
102

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

Portions of RGB colors in percentages

R + G + B =
80 + 46 + 102 = 228 (100%)
R 80 of 228 ~ 35.09%
G 46 of 228 ~ 20.18%
B 102 of 228 ~ 44.74%

%35.09
%20.18
%44.74

CMYK color model

#502E66 color CMYK value is (22,55,0,60).

  • cyan value is 21.57%
  • magenta value is 54.90%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(22,55,0,60)
C22M55Y0K60 
(22%,55%,0%,60%)
(0.22/0.55/0.00/0.60)	

CMYK percentages

%21.57
%54.9
%0
%60

Codes

Color #502E66 in popluar color models

502E66
RGB8046102
HSL276°37.84%29.02%
HSB/HSV276°54.90%40.00%
CMYK21.57%54.90%0.00%
60.00%

Color #502E66 in popluar number systems.

HEX502E66
Decimal8046102
Binary10100001011101100110
Octal12056146

Shades and tints

Shades of #502E66

#502E66
(80,46,102)
#492A5D
(73,42,93)
#422654
(66,38,84)
#3B224B
(59,34,75)
#341E42
(52,30,66)
#2D1A39
(45,26,57)
#261630
(38,22,48)
#1F1227
(31,18,39)
#180E1E
(24,14,30)
#110A15
(17,10,21)
#0A060C
(10,6,12)
#000000
(0,0,0)

Tints of #502E66

#502E66
(80,46,102)
#5F4173
(95,65,115)
#6E5480
(110,84,128)
#7D678D
(125,103,141)
#8C7A9A
(140,122,154)
#9B8DA7
(155,141,167)
#AAA0B4
(170,160,180)
#B9B3C1
(185,179,193)
#C8C6CE
(200,198,206)
#D7D9DB
(215,217,219)
#E6ECE8
(230,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #502E66; }

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

This text font color is #502E66.


Background Color

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

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

This div background color is #502E66.


Border color

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

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

This div border color is #502E66.


Opacity

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

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

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

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

This text has shadow with #502E66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #502E66 on black background.


Color preview on white background

This text has color #502E66 on white background.



Black color preview on #502E66 background

This text has black color on #502E66 background.


White color preview on #502E66 background

This text has white color on #502E66 background.