COLOR #520966

HEX: #520966
RGB: (82,9,102)

Renk bilgisi

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

RGB renk modeli

#520966 color RGB value is (82,9,102).

  • kırmız ton 82;
  • yeşil ton 9;
  • mavi ton 102.
RGB:
(82,9,102)
(32%,4%,40%)

RGB bağlantıları ve doygunluk

R 82 of 255 = 32%
G 9 of 255 = 4%
B 102 of 255 = 40%

82
9
102

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

Yüzdelerle RGB renk parçaları

R + G + B =
82 + 9 + 102 = 193 (100%)
R 82 of 193 ~ 42.49%
G 9 of 193 ~ 4.66%
B 102 of 193 ~ 52.85%

%42.49
%52.85

CMYK RENK MODELİ

#520966 rengi CMYK tonu (20,91,0,60).

  • camgöbeği tonu 19.61%
  • eflatun tonu 91.18%
  • sarı tonu 0.00%
  • ana renk tonu 60.00%
CMYK:
(20,91,0,60)
C20M91Y0K60 
(20%,91%,0%,60%)
(0.20/0.91/0.00/0.60)	

CMYK yüzdeleri

%19.61
%91.18
%0
%60

Codes

Color #520966 in popluar color models

520966
RGB829102
HSL287°83.78%21.76%
HSB/HSV287°91.18%40.00%
CMYK19.61%91.18%0.00%
60.00%

Color #520966 in popluar number systems.

HEX520966
Decimal829102
Binary101001010011100110
Octal12211146

Shades and tints

Shades of #520966

#520966
(82,9,102)
#4B095D
(75,9,93)
#440954
(68,9,84)
#3D094B
(61,9,75)
#360942
(54,9,66)
#2F0939
(47,9,57)
#280930
(40,9,48)
#210927
(33,9,39)
#1A091E
(26,9,30)
#130915
(19,9,21)
#0C090C
(12,9,12)
#000000
(0,0,0)

Tints of #520966

#520966
(82,9,102)
#611F73
(97,31,115)
#703580
(112,53,128)
#7F4B8D
(127,75,141)
#8E619A
(142,97,154)
#9D77A7
(157,119,167)
#AC8DB4
(172,141,180)
#BBA3C1
(187,163,193)
#CAB9CE
(202,185,206)
#D9CFDB
(217,207,219)
#E8E5E8
(232,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #520966 color. Also use rgb(82,9,102) instead hex code.

Text Font Color

.myTextColor { color: #520966; }

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

This text font color is #520966.


Background Color

.myBgColor { background-color: #520966; }

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

This div background color is #520966.


Border color

.myBorderColor { border: 1px solid #520966; }

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

This div border color is #520966.


Opacity

.myOpacity80 { color: #520966; opacity: 0.8; }

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

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

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

This text has shadow with #520966 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #520966 on black background.


Color preview on white background

This text has color #520966 on white background.



Black color preview on #520966 background

This text has black color on #520966 background.


White color preview on #520966 background

This text has white color on #520966 background.