COLOR #520451

HEX: #520451
RGB: (82,4,81)

Renk bilgisi

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

RGB renk modeli

#520451 color RGB value is (82,4,81).

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

RGB bağlantıları ve doygunluk

R 82 of 255 = 32%
G 4 of 255 = 2%
B 81 of 255 = 32%

82
4
81

R + G + B ~ 22%. #520451 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
82 + 4 + 81 = 167 (100%)
R 82 of 167 ~ 49.1%
G 4 of 167 ~ 2.4%
B 81 of 167 ~ 48.5%

%49.1
%48.5

CMYK RENK MODELİ

#520451 rengi CMYK tonu (0,95,1,68).

  • camgöbeği tonu 0.00%
  • eflatun tonu 95.12%
  • sarı tonu 1.22%
  • ana renk tonu 67.84%
CMYK:
(0,95,1,68)
C0M95Y1K68 
(0%,95%,1%,68%)
(0.00/0.95/0.01/0.68)	

CMYK yüzdeleri

%0
%95.12
%1.22
%67.84

Codes

Color #520451 in popluar color models

520451
RGB82481
HSL301°90.70%16.86%
HSB/HSV301°95.12%32.16%
CMYK0.00%95.12%1.22%
67.84%

Color #520451 in popluar number systems.

HEX520451
Decimal82481
Binary10100101001010001
Octal1224121

Shades and tints

Shades of #520451

#520451
(82,4,81)
#4B044A
(75,4,74)
#440443
(68,4,67)
#3D043C
(61,4,60)
#360435
(54,4,53)
#2F042E
(47,4,46)
#280427
(40,4,39)
#210420
(33,4,32)
#1A0419
(26,4,25)
#130412
(19,4,18)
#0C040B
(12,4,11)
#000000
(0,0,0)

Tints of #520451

#520451
(82,4,81)
#611A60
(97,26,96)
#70306F
(112,48,111)
#7F467E
(127,70,126)
#8E5C8D
(142,92,141)
#9D729C
(157,114,156)
#AC88AB
(172,136,171)
#BB9EBA
(187,158,186)
#CAB4C9
(202,180,201)
#D9CAD8
(217,202,216)
#E8E0E7
(232,224,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #520451; }

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

This text font color is #520451.


Background Color

.myBgColor { background-color: #520451; }

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

This div background color is #520451.


Border color

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

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

This div border color is #520451.


Opacity

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

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

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

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

This text has shadow with #520451 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #520451 on black background.


Color preview on white background

This text has color #520451 on white background.



Black color preview on #520451 background

This text has black color on #520451 background.


White color preview on #520451 background

This text has white color on #520451 background.