COLOR #520842

HEX: #520842
RGB: (82,8,66)

Renk bilgisi

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

RGB renk modeli

#520842 color RGB value is (82,8,66).

  • kırmız ton 82;
  • yeşil ton 8;
  • mavi ton 66.
RGB:
(82,8,66)
(32%,3%,26%)

RGB bağlantıları ve doygunluk

R 82 of 255 = 32%
G 8 of 255 = 3%
B 66 of 255 = 26%

82
8
66

R + G + B ~ 20%. #520842 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
82 + 8 + 66 = 156 (100%)
R 82 of 156 ~ 52.56%
G 8 of 156 ~ 5.13%
B 66 of 156 ~ 42.31%

%52.56
%42.31

CMYK RENK MODELİ

#520842 rengi CMYK tonu (0,90,20,68).

  • camgöbeği tonu 0.00%
  • eflatun tonu 90.24%
  • sarı tonu 19.51%
  • ana renk tonu 67.84%
CMYK:
(0,90,20,68)
C0M90Y20K68 
(0%,90%,20%,68%)
(0.00/0.90/0.20/0.68)	

CMYK yüzdeleri

%0
%90.24
%19.51
%67.84

Codes

Color #520842 in popluar color models

520842
RGB82866
HSL313°82.22%17.65%
HSB/HSV313°90.24%32.16%
CMYK0.00%90.24%19.51%
67.84%

Color #520842 in popluar number systems.

HEX520842
Decimal82866
Binary101001010001000010
Octal12210102

Shades and tints

Shades of #520842

#520842
(82,8,66)
#4B083C
(75,8,60)
#440836
(68,8,54)
#3D0830
(61,8,48)
#36082A
(54,8,42)
#2F0824
(47,8,36)
#28081E
(40,8,30)
#210818
(33,8,24)
#1A0812
(26,8,18)
#13080C
(19,8,12)
#0C0806
(12,8,6)
#000000
(0,0,0)

Tints of #520842

#520842
(82,8,66)
#611E53
(97,30,83)
#703464
(112,52,100)
#7F4A75
(127,74,117)
#8E6086
(142,96,134)
#9D7697
(157,118,151)
#AC8CA8
(172,140,168)
#BBA2B9
(187,162,185)
#CAB8CA
(202,184,202)
#D9CEDB
(217,206,219)
#E8E4EC
(232,228,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #520842; }

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

This text font color is #520842.


Background Color

.myBgColor { background-color: #520842; }

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

This div background color is #520842.


Border color

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

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

This div border color is #520842.


Opacity

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

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

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

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

This text has shadow with #520842 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #520842 on black background.


Color preview on white background

This text has color #520842 on white background.



Black color preview on #520842 background

This text has black color on #520842 background.


White color preview on #520842 background

This text has white color on #520842 background.