COLOR #501D52

HEX: #501D52
RGB: (80,29,82)

Renk bilgisi

#501D52 contains red, green and blue colors in about the same proportion. #501D52 ‘ nin web güvenlik rengi #663366 (ya da #636) dir.

RGB renk modeli

#501D52 color RGB value is (80,29,82).

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

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 29 of 255 = 11%
B 82 of 255 = 32%

80
29
82

R + G + B ~ 25%. #501D52 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 29 + 82 = 191 (100%)
R 80 of 191 ~ 41.88%
G 29 of 191 ~ 15.18%
B 82 of 191 ~ 42.93%

%41.88
%15.18
%42.93

CMYK RENK MODELİ

#501D52 rengi CMYK tonu (2,65,0,68).

  • camgöbeği tonu 2.44%
  • eflatun tonu 64.63%
  • sarı tonu 0.00%
  • ana renk tonu 67.84%
CMYK:
(2,65,0,68)
C2M65Y0K68 
(2%,65%,0%,68%)
(0.02/0.65/0.00/0.68)	

CMYK yüzdeleri

%2.44
%64.63
%0
%67.84

Codes

Color #501D52 in popluar color models

501D52
RGB802982
HSL298°47.75%21.76%
HSB/HSV298°64.63%32.16%
CMYK2.44%64.63%0.00%
67.84%

Color #501D52 in popluar number systems.

HEX501D52
Decimal802982
Binary1010000111011010010
Octal12035122

Shades and tints

Shades of #501D52

#501D52
(80,29,82)
#491B4B
(73,27,75)
#421944
(66,25,68)
#3B173D
(59,23,61)
#341536
(52,21,54)
#2D132F
(45,19,47)
#261128
(38,17,40)
#1F0F21
(31,15,33)
#180D1A
(24,13,26)
#110B13
(17,11,19)
#0A090C
(10,9,12)
#000000
(0,0,0)

Tints of #501D52

#501D52
(80,29,82)
#5F3161
(95,49,97)
#6E4570
(110,69,112)
#7D597F
(125,89,127)
#8C6D8E
(140,109,142)
#9B819D
(155,129,157)
#AA95AC
(170,149,172)
#B9A9BB
(185,169,187)
#C8BDCA
(200,189,202)
#D7D1D9
(215,209,217)
#E6E5E8
(230,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #501D52; }

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

This text font color is #501D52.


Background Color

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

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

This div background color is #501D52.


Border color

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

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

This div border color is #501D52.


Opacity

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

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

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

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

This text has shadow with #501D52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #501D52 on black background.


Color preview on white background

This text has color #501D52 on white background.



Black color preview on #501D52 background

This text has black color on #501D52 background.


White color preview on #501D52 background

This text has white color on #501D52 background.