COLOR #520D4C

HEX: #520D4C
RGB: (82,13,76)

Renk bilgisi

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

RGB renk modeli

#520D4C color RGB value is (82,13,76).

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

RGB bağlantıları ve doygunluk

R 82 of 255 = 32%
G 13 of 255 = 5%
B 76 of 255 = 30%

82
13
76

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

Yüzdelerle RGB renk parçaları

R + G + B =
82 + 13 + 76 = 171 (100%)
R 82 of 171 ~ 47.95%
G 13 of 171 ~ 7.6%
B 76 of 171 ~ 44.44%

%47.95
%44.44

CMYK RENK MODELİ

#520D4C rengi CMYK tonu (0,84,7,68).

  • camgöbeği tonu 0.00%
  • eflatun tonu 84.15%
  • sarı tonu 7.32%
  • ana renk tonu 67.84%
CMYK:
(0,84,7,68)
C0M84Y7K68 
(0%,84%,7%,68%)
(0.00/0.84/0.07/0.68)	

CMYK yüzdeleri

%0
%84.15
%7.32
%67.84

Codes

Color #520D4C in popluar color models

520D4C
RGB821376
HSL305°72.63%18.63%
HSB/HSV305°84.15%32.16%
CMYK0.00%84.15%7.32%
67.84%

Color #520D4C in popluar number systems.

HEX520D4C
Decimal821376
Binary101001011011001100
Octal12215114

Shades and tints

Shades of #520D4C

#520D4C
(82,13,76)
#4B0C46
(75,12,70)
#440B40
(68,11,64)
#3D0A3A
(61,10,58)
#360934
(54,9,52)
#2F082E
(47,8,46)
#280728
(40,7,40)
#210622
(33,6,34)
#1A051C
(26,5,28)
#130416
(19,4,22)
#0C0310
(12,3,16)
#000000
(0,0,0)

Tints of #520D4C

#520D4C
(82,13,76)
#61235C
(97,35,92)
#70396C
(112,57,108)
#7F4F7C
(127,79,124)
#8E658C
(142,101,140)
#9D7B9C
(157,123,156)
#AC91AC
(172,145,172)
#BBA7BC
(187,167,188)
#CABDCC
(202,189,204)
#D9D3DC
(217,211,220)
#E8E9EC
(232,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #520D4C; }

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

This text font color is #520D4C.


Background Color

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

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

This div background color is #520D4C.


Border color

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

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

This div border color is #520D4C.


Opacity

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

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

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

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

This text has shadow with #520D4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #520D4C on black background.


Color preview on white background

This text has color #520D4C on white background.



Black color preview on #520D4C background

This text has black color on #520D4C background.


White color preview on #520D4C background

This text has white color on #520D4C background.