COLOR #501D68

HEX: #501D68
RGB: (80,29,104)

Renk bilgisi

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

RGB renk modeli

#501D68 color RGB value is (80,29,104).

  • kırmız ton 80;
  • yeşil ton 29;
  • mavi ton 104.
RGB:
(80,29,104)
(31%,11%,41%)

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 29 of 255 = 11%
B 104 of 255 = 41%

80
29
104

R + G + B ~ 28%. #501D68 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 29 + 104 = 213 (100%)
R 80 of 213 ~ 37.56%
G 29 of 213 ~ 13.62%
B 104 of 213 ~ 48.83%

%37.56
%13.62
%48.83

CMYK RENK MODELİ

#501D68 rengi CMYK tonu (23,72,0,59).

  • camgöbeği tonu 23.08%
  • eflatun tonu 72.12%
  • sarı tonu 0.00%
  • ana renk tonu 59.22%
CMYK:
(23,72,0,59)
C23M72Y0K59 
(23%,72%,0%,59%)
(0.23/0.72/0.00/0.59)	

CMYK yüzdeleri

%23.08
%72.12
%0
%59.22

Codes

Color #501D68 in popluar color models

501D68
RGB8029104
HSL281°56.39%26.08%
HSB/HSV281°72.12%40.78%
CMYK23.08%72.12%0.00%
59.22%

Color #501D68 in popluar number systems.

HEX501D68
Decimal8029104
Binary1010000111011101000
Octal12035150

Shades and tints

Shades of #501D68

#501D68
(80,29,104)
#491B5F
(73,27,95)
#421956
(66,25,86)
#3B174D
(59,23,77)
#341544
(52,21,68)
#2D133B
(45,19,59)
#261132
(38,17,50)
#1F0F29
(31,15,41)
#180D20
(24,13,32)
#110B17
(17,11,23)
#0A090E
(10,9,14)
#000000
(0,0,0)

Tints of #501D68

#501D68
(80,29,104)
#5F3175
(95,49,117)
#6E4582
(110,69,130)
#7D598F
(125,89,143)
#8C6D9C
(140,109,156)
#9B81A9
(155,129,169)
#AA95B6
(170,149,182)
#B9A9C3
(185,169,195)
#C8BDD0
(200,189,208)
#D7D1DD
(215,209,221)
#E6E5EA
(230,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #501D68 color. Also use rgb(80,29,104) instead hex code.

Text Font Color

.myTextColor { color: #501D68; }

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

This text font color is #501D68.


Background Color

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

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

This div background color is #501D68.


Border color

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

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

This div border color is #501D68.


Opacity

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

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

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

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

This text has shadow with #501D68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #501D68 on black background.


Color preview on white background

This text has color #501D68 on white background.



Black color preview on #501D68 background

This text has black color on #501D68 background.


White color preview on #501D68 background

This text has white color on #501D68 background.