COLOR #520C41

HEX: #520C41
RGB: (82,12,65)

Renk bilgisi

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

RGB renk modeli

#520C41 color RGB value is (82,12,65).

  • kırmız ton 82;
  • yeşil ton 12;
  • mavi ton 65.
RGB:
(82,12,65)
(32%,5%,25%)

RGB bağlantıları ve doygunluk

R 82 of 255 = 32%
G 12 of 255 = 5%
B 65 of 255 = 25%

82
12
65

R + G + B ~ 21%. #520C41 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
82 + 12 + 65 = 159 (100%)
R 82 of 159 ~ 51.57%
G 12 of 159 ~ 7.55%
B 65 of 159 ~ 40.88%

%51.57
%40.88

CMYK RENK MODELİ

#520C41 rengi CMYK tonu (0,85,21,68).

  • camgöbeği tonu 0.00%
  • eflatun tonu 85.37%
  • sarı tonu 20.73%
  • ana renk tonu 67.84%
CMYK:
(0,85,21,68)
C0M85Y21K68 
(0%,85%,21%,68%)
(0.00/0.85/0.21/0.68)	

CMYK yüzdeleri

%0
%85.37
%20.73
%67.84

Codes

Color #520C41 in popluar color models

520C41
RGB821265
HSL315°74.47%18.43%
HSB/HSV315°85.37%32.16%
CMYK0.00%85.37%20.73%
67.84%

Color #520C41 in popluar number systems.

HEX520C41
Decimal821265
Binary101001011001000001
Octal12214101

Shades and tints

Shades of #520C41

#520C41
(82,12,65)
#4B0B3C
(75,11,60)
#440A37
(68,10,55)
#3D0932
(61,9,50)
#36082D
(54,8,45)
#2F0728
(47,7,40)
#280623
(40,6,35)
#21051E
(33,5,30)
#1A0419
(26,4,25)
#130314
(19,3,20)
#0C020F
(12,2,15)
#000000
(0,0,0)

Tints of #520C41

#520C41
(82,12,65)
#612252
(97,34,82)
#703863
(112,56,99)
#7F4E74
(127,78,116)
#8E6485
(142,100,133)
#9D7A96
(157,122,150)
#AC90A7
(172,144,167)
#BBA6B8
(187,166,184)
#CABCC9
(202,188,201)
#D9D2DA
(217,210,218)
#E8E8EB
(232,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #520C41 color. Also use rgb(82,12,65) instead hex code.

Text Font Color

.myTextColor { color: #520C41; }

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

This text font color is #520C41.


Background Color

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

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

This div background color is #520C41.


Border color

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

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

This div border color is #520C41.


Opacity

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

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

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

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

This text has shadow with #520C41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #520C41 on black background.


Color preview on white background

This text has color #520C41 on white background.



Black color preview on #520C41 background

This text has black color on #520C41 background.


White color preview on #520C41 background

This text has white color on #520C41 background.