COLOR #520B70

HEX: #520B70
RGB: (82,11,112)

Renk bilgisi

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

RGB renk modeli

#520B70 color RGB value is (82,11,112).

  • kırmız ton 82;
  • yeşil ton 11;
  • mavi ton 112.
RGB:
(82,11,112)
(32%,4%,44%)

RGB bağlantıları ve doygunluk

R 82 of 255 = 32%
G 11 of 255 = 4%
B 112 of 255 = 44%

82
11
112

R + G + B ~ 27%. #520B70 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
82 + 11 + 112 = 205 (100%)
R 82 of 205 ~ 40%
G 11 of 205 ~ 5.37%
B 112 of 205 ~ 54.63%

%40
%54.63

CMYK RENK MODELİ

#520B70 rengi CMYK tonu (27,90,0,56).

  • camgöbeği tonu 26.79%
  • eflatun tonu 90.18%
  • sarı tonu 0.00%
  • ana renk tonu 56.08%
CMYK:
(27,90,0,56)
C27M90Y0K56 
(27%,90%,0%,56%)
(0.27/0.90/0.00/0.56)	

CMYK yüzdeleri

%26.79
%90.18
%0
%56.08

Codes

Color #520B70 in popluar color models

520B70
RGB8211112
HSL282°82.11%24.12%
HSB/HSV282°90.18%43.92%
CMYK26.79%90.18%0.00%
56.08%

Color #520B70 in popluar number systems.

HEX520B70
Decimal8211112
Binary101001010111110000
Octal12213160

Shades and tints

Shades of #520B70

#520B70
(82,11,112)
#4B0A66
(75,10,102)
#44095C
(68,9,92)
#3D0852
(61,8,82)
#360748
(54,7,72)
#2F063E
(47,6,62)
#280534
(40,5,52)
#21042A
(33,4,42)
#1A0320
(26,3,32)
#130216
(19,2,22)
#0C010C
(12,1,12)
#000000
(0,0,0)

Tints of #520B70

#520B70
(82,11,112)
#61217D
(97,33,125)
#70378A
(112,55,138)
#7F4D97
(127,77,151)
#8E63A4
(142,99,164)
#9D79B1
(157,121,177)
#AC8FBE
(172,143,190)
#BBA5CB
(187,165,203)
#CABBD8
(202,187,216)
#D9D1E5
(217,209,229)
#E8E7F2
(232,231,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #520B70 color. Also use rgb(82,11,112) instead hex code.

Text Font Color

.myTextColor { color: #520B70; }

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

This text font color is #520B70.


Background Color

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

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

This div background color is #520B70.


Border color

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

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

This div border color is #520B70.


Opacity

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

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

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

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

This text has shadow with #520B70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #520B70 on black background.


Color preview on white background

This text has color #520B70 on white background.



Black color preview on #520B70 background

This text has black color on #520B70 background.


White color preview on #520B70 background

This text has white color on #520B70 background.