COLOR #501E63

HEX: #501E63
RGB: (80,30,99)

Renk bilgisi

#501E63 contains mainly red and blue colors. #501E63 ‘ nin web güvenlik rengi #663366 (ya da #636) dir.

RGB renk modeli

#501E63 color RGB value is (80,30,99).

  • kırmız ton 80;
  • yeşil ton 30;
  • mavi ton 99.
RGB:
(80,30,99)
(31%,12%,39%)

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 30 of 255 = 12%
B 99 of 255 = 39%

80
30
99

R + G + B ~ 27%. #501E63 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 30 + 99 = 209 (100%)
R 80 of 209 ~ 38.28%
G 30 of 209 ~ 14.35%
B 99 of 209 ~ 47.37%

%38.28
%14.35
%47.37

CMYK RENK MODELİ

#501E63 rengi CMYK tonu (19,70,0,61).

  • camgöbeği tonu 19.19%
  • eflatun tonu 69.70%
  • sarı tonu 0.00%
  • ana renk tonu 61.18%
CMYK:
(19,70,0,61)
C19M70Y0K61 
(19%,70%,0%,61%)
(0.19/0.70/0.00/0.61)	

CMYK yüzdeleri

%19.19
%69.7
%0
%61.18

Codes

Color #501E63 in popluar color models

501E63
RGB803099
HSL283°53.49%25.29%
HSB/HSV283°69.70%38.82%
CMYK19.19%69.70%0.00%
61.18%

Color #501E63 in popluar number systems.

HEX501E63
Decimal803099
Binary1010000111101100011
Octal12036143

Shades and tints

Shades of #501E63

#501E63
(80,30,99)
#491C5A
(73,28,90)
#421A51
(66,26,81)
#3B1848
(59,24,72)
#34163F
(52,22,63)
#2D1436
(45,20,54)
#26122D
(38,18,45)
#1F1024
(31,16,36)
#180E1B
(24,14,27)
#110C12
(17,12,18)
#0A0A09
(10,10,9)
#000000
(0,0,0)

Tints of #501E63

#501E63
(80,30,99)
#5F3271
(95,50,113)
#6E467F
(110,70,127)
#7D5A8D
(125,90,141)
#8C6E9B
(140,110,155)
#9B82A9
(155,130,169)
#AA96B7
(170,150,183)
#B9AAC5
(185,170,197)
#C8BED3
(200,190,211)
#D7D2E1
(215,210,225)
#E6E6EF
(230,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #501E63; }

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

This text font color is #501E63.


Background Color

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

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

This div background color is #501E63.


Border color

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

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

This div border color is #501E63.


Opacity

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

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

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

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

This text has shadow with #501E63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #501E63 on black background.


Color preview on white background

This text has color #501E63 on white background.



Black color preview on #501E63 background

This text has black color on #501E63 background.


White color preview on #501E63 background

This text has white color on #501E63 background.