COLOR #520362

HEX: #520362
RGB: (82,3,98)

Renk bilgisi

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

RGB renk modeli

#520362 color RGB value is (82,3,98).

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

RGB bağlantıları ve doygunluk

R 82 of 255 = 32%
G 3 of 255 = 1%
B 98 of 255 = 38%

82
3
98

R + G + B ~ 24%. #520362 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
82 + 3 + 98 = 183 (100%)
R 82 of 183 ~ 44.81%
G 3 of 183 ~ 1.64%
B 98 of 183 ~ 53.55%

%44.81
%53.55

CMYK RENK MODELİ

#520362 rengi CMYK tonu (16,97,0,62).

  • camgöbeği tonu 16.33%
  • eflatun tonu 96.94%
  • sarı tonu 0.00%
  • ana renk tonu 61.57%
CMYK:
(16,97,0,62)
C16M97Y0K62 
(16%,97%,0%,62%)
(0.16/0.97/0.00/0.62)	

CMYK yüzdeleri

%16.33
%96.94
%0
%61.57

Codes

Color #520362 in popluar color models

520362
RGB82398
HSL290°94.06%19.80%
HSB/HSV290°96.94%38.43%
CMYK16.33%96.94%0.00%
61.57%

Color #520362 in popluar number systems.

HEX520362
Decimal82398
Binary1010010111100010
Octal1223142

Shades and tints

Shades of #520362

#520362
(82,3,98)
#4B035A
(75,3,90)
#440352
(68,3,82)
#3D034A
(61,3,74)
#360342
(54,3,66)
#2F033A
(47,3,58)
#280332
(40,3,50)
#21032A
(33,3,42)
#1A0322
(26,3,34)
#13031A
(19,3,26)
#0C0312
(12,3,18)
#000000
(0,0,0)

Tints of #520362

#520362
(82,3,98)
#611970
(97,25,112)
#702F7E
(112,47,126)
#7F458C
(127,69,140)
#8E5B9A
(142,91,154)
#9D71A8
(157,113,168)
#AC87B6
(172,135,182)
#BB9DC4
(187,157,196)
#CAB3D2
(202,179,210)
#D9C9E0
(217,201,224)
#E8DFEE
(232,223,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #520362; }

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

This text font color is #520362.


Background Color

.myBgColor { background-color: #520362; }

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

This div background color is #520362.


Border color

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

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

This div border color is #520362.


Opacity

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

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

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

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

This text has shadow with #520362 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #520362 on black background.


Color preview on white background

This text has color #520362 on white background.



Black color preview on #520362 background

This text has black color on #520362 background.


White color preview on #520362 background

This text has white color on #520362 background.