COLOR #520A63

HEX: #520A63
RGB: (82,10,99)

Renk bilgisi

#520A63 contains mainly red and blue colors. #520A63 ‘ nin web güvenlik rengi #660066 (ya da #606) dir.

RGB renk modeli

#520A63 color RGB value is (82,10,99).

  • kırmız ton 82;
  • yeşil ton 10;
  • mavi ton 99.
RGB:
(82,10,99)
(32%,4%,39%)

RGB bağlantıları ve doygunluk

R 82 of 255 = 32%
G 10 of 255 = 4%
B 99 of 255 = 39%

82
10
99

R + G + B ~ 25%. #520A63 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
82 + 10 + 99 = 191 (100%)
R 82 of 191 ~ 42.93%
G 10 of 191 ~ 5.24%
B 99 of 191 ~ 51.83%

%42.93
%51.83

CMYK RENK MODELİ

#520A63 rengi CMYK tonu (17,90,0,61).

  • camgöbeği tonu 17.17%
  • eflatun tonu 89.90%
  • sarı tonu 0.00%
  • ana renk tonu 61.18%
CMYK:
(17,90,0,61)
C17M90Y0K61 
(17%,90%,0%,61%)
(0.17/0.90/0.00/0.61)	

CMYK yüzdeleri

%17.17
%89.9
%0
%61.18

Codes

Color #520A63 in popluar color models

520A63
RGB821099
HSL289°81.65%21.37%
HSB/HSV289°89.90%38.82%
CMYK17.17%89.90%0.00%
61.18%

Color #520A63 in popluar number systems.

HEX520A63
Decimal821099
Binary101001010101100011
Octal12212143

Shades and tints

Shades of #520A63

#520A63
(82,10,99)
#4B0A5A
(75,10,90)
#440A51
(68,10,81)
#3D0A48
(61,10,72)
#360A3F
(54,10,63)
#2F0A36
(47,10,54)
#280A2D
(40,10,45)
#210A24
(33,10,36)
#1A0A1B
(26,10,27)
#130A12
(19,10,18)
#0C0A09
(12,10,9)
#000000
(0,0,0)

Tints of #520A63

#520A63
(82,10,99)
#612071
(97,32,113)
#70367F
(112,54,127)
#7F4C8D
(127,76,141)
#8E629B
(142,98,155)
#9D78A9
(157,120,169)
#AC8EB7
(172,142,183)
#BBA4C5
(187,164,197)
#CABAD3
(202,186,211)
#D9D0E1
(217,208,225)
#E8E6EF
(232,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #520A63 color. Also use rgb(82,10,99) instead hex code.

Text Font Color

.myTextColor { color: #520A63; }

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

This text font color is #520A63.


Background Color

.myBgColor { background-color: #520A63; }

<div style="background-color:#520A63">Inner text</div>

This div background color is #520A63.


Border color

.myBorderColor { border: 1px solid #520A63; }

<div style="border:3px solid #520A63">Div</div>

This div border color is #520A63.


Opacity

.myOpacity80 { color: #520A63; opacity: 0.8; }

<p style="color:#520A63;opacity:0.8;">80%</p>

Text with #520A63 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 #520A63;}

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

This text has shadow with #520A63 color.

.textShadow {text-shadow: 3px 3px 1px #520A63, 3px 3px 1px red;}

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

This text has shadow with #520A63 primary color and red secondary color.


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

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

This text has shadow with #520A63 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #520A63 on black background.


Color preview on white background

This text has color #520A63 on white background.



Black color preview on #520A63 background

This text has black color on #520A63 background.


White color preview on #520A63 background

This text has white color on #520A63 background.