COLOR #520D6B

HEX: #520D6B
RGB: (82,13,107)

Renk bilgisi

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

RGB renk modeli

#520D6B color RGB value is (82,13,107).

  • kırmız ton 82;
  • yeşil ton 13;
  • mavi ton 107.
RGB:
(82,13,107)
(32%,5%,42%)

RGB bağlantıları ve doygunluk

R 82 of 255 = 32%
G 13 of 255 = 5%
B 107 of 255 = 42%

82
13
107

R + G + B ~ 26%. #520D6B is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
82 + 13 + 107 = 202 (100%)
R 82 of 202 ~ 40.59%
G 13 of 202 ~ 6.44%
B 107 of 202 ~ 52.97%

%40.59
%52.97

CMYK RENK MODELİ

#520D6B rengi CMYK tonu (23,88,0,58).

  • camgöbeği tonu 23.36%
  • eflatun tonu 87.85%
  • sarı tonu 0.00%
  • ana renk tonu 58.04%
CMYK:
(23,88,0,58)
C23M88Y0K58 
(23%,88%,0%,58%)
(0.23/0.88/0.00/0.58)	

CMYK yüzdeleri

%23.36
%87.85
%0
%58.04

Codes

Color #520D6B in popluar color models

520D6B
RGB8213107
HSL284°78.33%23.53%
HSB/HSV284°87.85%41.96%
CMYK23.36%87.85%0.00%
58.04%

Color #520D6B in popluar number systems.

HEX520D6B
Decimal8213107
Binary101001011011101011
Octal12215153

Shades and tints

Shades of #520D6B

#520D6B
(82,13,107)
#4B0C62
(75,12,98)
#440B59
(68,11,89)
#3D0A50
(61,10,80)
#360947
(54,9,71)
#2F083E
(47,8,62)
#280735
(40,7,53)
#21062C
(33,6,44)
#1A0523
(26,5,35)
#13041A
(19,4,26)
#0C0311
(12,3,17)
#000000
(0,0,0)

Tints of #520D6B

#520D6B
(82,13,107)
#612378
(97,35,120)
#703985
(112,57,133)
#7F4F92
(127,79,146)
#8E659F
(142,101,159)
#9D7BAC
(157,123,172)
#AC91B9
(172,145,185)
#BBA7C6
(187,167,198)
#CABDD3
(202,189,211)
#D9D3E0
(217,211,224)
#E8E9ED
(232,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #520D6B color. Also use rgb(82,13,107) instead hex code.

Text Font Color

.myTextColor { color: #520D6B; }

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

This text font color is #520D6B.


Background Color

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

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

This div background color is #520D6B.


Border color

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

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

This div border color is #520D6B.


Opacity

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

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

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

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

This text has shadow with #520D6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #520D6B on black background.


Color preview on white background

This text has color #520D6B on white background.



Black color preview on #520D6B background

This text has black color on #520D6B background.


White color preview on #520D6B background

This text has white color on #520D6B background.