COLOR #520A4D

HEX: #520A4D
RGB: (82,10,77)

Renk bilgisi

#520A4D contains mainly red and blue colors. #520A4D ‘ nin web güvenlik rengi #660033 (ya da #603) dir.

RGB renk modeli

#520A4D color RGB value is (82,10,77).

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

RGB bağlantıları ve doygunluk

R 82 of 255 = 32%
G 10 of 255 = 4%
B 77 of 255 = 30%

82
10
77

R + G + B ~ 22%. #520A4D is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
82 + 10 + 77 = 169 (100%)
R 82 of 169 ~ 48.52%
G 10 of 169 ~ 5.92%
B 77 of 169 ~ 45.56%

%48.52
%45.56

CMYK RENK MODELİ

#520A4D rengi CMYK tonu (0,88,6,68).

  • camgöbeği tonu 0.00%
  • eflatun tonu 87.80%
  • sarı tonu 6.10%
  • ana renk tonu 67.84%
CMYK:
(0,88,6,68)
C0M88Y6K68 
(0%,88%,6%,68%)
(0.00/0.88/0.06/0.68)	

CMYK yüzdeleri

%0
%87.8
%6.1
%67.84

Codes

Color #520A4D in popluar color models

520A4D
RGB821077
HSL304°78.26%18.04%
HSB/HSV304°87.80%32.16%
CMYK0.00%87.80%6.10%
67.84%

Color #520A4D in popluar number systems.

HEX520A4D
Decimal821077
Binary101001010101001101
Octal12212115

Shades and tints

Shades of #520A4D

#520A4D
(82,10,77)
#4B0A46
(75,10,70)
#440A3F
(68,10,63)
#3D0A38
(61,10,56)
#360A31
(54,10,49)
#2F0A2A
(47,10,42)
#280A23
(40,10,35)
#210A1C
(33,10,28)
#1A0A15
(26,10,21)
#130A0E
(19,10,14)
#0C0A07
(12,10,7)
#000000
(0,0,0)

Tints of #520A4D

#520A4D
(82,10,77)
#61205D
(97,32,93)
#70366D
(112,54,109)
#7F4C7D
(127,76,125)
#8E628D
(142,98,141)
#9D789D
(157,120,157)
#AC8EAD
(172,142,173)
#BBA4BD
(187,164,189)
#CABACD
(202,186,205)
#D9D0DD
(217,208,221)
#E8E6ED
(232,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #520A4D; }

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

This text font color is #520A4D.


Background Color

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

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

This div background color is #520A4D.


Border color

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

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

This div border color is #520A4D.


Opacity

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

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

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

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

This text has shadow with #520A4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #520A4D on black background.


Color preview on white background

This text has color #520A4D on white background.



Black color preview on #520A4D background

This text has black color on #520A4D background.


White color preview on #520A4D background

This text has white color on #520A4D background.