COLOR #520152

HEX: #520152
RGB: (82,1,82)

Renk bilgisi

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

RGB renk modeli

#520152 color RGB value is (82,1,82).

  • kırmız ton 82;
  • yeşil ton 1;
  • mavi ton 82.
RGB:
(82,1,82)
(32%,0%,32%)

RGB bağlantıları ve doygunluk

R 82 of 255 = 32%
G 1 of 255 = 0%
B 82 of 255 = 32%

82
1
82

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

Yüzdelerle RGB renk parçaları

R + G + B =
82 + 1 + 82 = 165 (100%)
R 82 of 165 ~ 49.7%
G 1 of 165 ~ 0.61%
B 82 of 165 ~ 49.7%

%49.7
%49.7

CMYK RENK MODELİ

#520152 rengi CMYK tonu (0,99,0,68).

  • camgöbeği tonu 0.00%
  • eflatun tonu 98.78%
  • sarı tonu 0.00%
  • ana renk tonu 67.84%
CMYK:
(0,99,0,68)
C0M99Y0K68 
(0%,99%,0%,68%)
(0.00/0.99/0.00/0.68)	

CMYK yüzdeleri

%0
%98.78
%0
%67.84

Codes

Color #520152 in popluar color models

520152
RGB82182
HSL300°97.59%16.27%
HSB/HSV300°98.78%32.16%
CMYK0.00%98.78%0.00%
67.84%

Color #520152 in popluar number systems.

HEX520152
Decimal82182
Binary101001011010010
Octal1221122

Shades and tints

Shades of #520152

#520152
(82,1,82)
#4B014B
(75,1,75)
#440144
(68,1,68)
#3D013D
(61,1,61)
#360136
(54,1,54)
#2F012F
(47,1,47)
#280128
(40,1,40)
#210121
(33,1,33)
#1A011A
(26,1,26)
#130113
(19,1,19)
#0C010C
(12,1,12)
#000000
(0,0,0)

Tints of #520152

#520152
(82,1,82)
#611861
(97,24,97)
#702F70
(112,47,112)
#7F467F
(127,70,127)
#8E5D8E
(142,93,142)
#9D749D
(157,116,157)
#AC8BAC
(172,139,172)
#BBA2BB
(187,162,187)
#CAB9CA
(202,185,202)
#D9D0D9
(217,208,217)
#E8E7E8
(232,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #520152; }

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

This text font color is #520152.


Background Color

.myBgColor { background-color: #520152; }

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

This div background color is #520152.


Border color

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

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

This div border color is #520152.


Opacity

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

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

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

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

This text has shadow with #520152 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #520152 on black background.


Color preview on white background

This text has color #520152 on white background.



Black color preview on #520152 background

This text has black color on #520152 background.


White color preview on #520152 background

This text has white color on #520152 background.