COLOR #521D85

HEX: #521D85
RGB: (82,29,133)

Renk bilgisi

#521D85 contains mainly red and blue colors. #521D85 ‘ nin web güvenlik rengi #663399 (ya da #639) dir.

RGB renk modeli

#521D85 color RGB value is (82,29,133).

  • kırmız ton 82;
  • yeşil ton 29;
  • mavi ton 133.
RGB:
(82,29,133)
(32%,11%,52%)

RGB bağlantıları ve doygunluk

R 82 of 255 = 32%
G 29 of 255 = 11%
B 133 of 255 = 52%

82
29
133

R + G + B ~ 32%. #521D85 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
82 + 29 + 133 = 244 (100%)
R 82 of 244 ~ 33.61%
G 29 of 244 ~ 11.89%
B 133 of 244 ~ 54.51%

%33.61
%11.89
%54.51

CMYK RENK MODELİ

#521D85 rengi CMYK tonu (38,78,0,48).

  • camgöbeği tonu 38.35%
  • eflatun tonu 78.20%
  • sarı tonu 0.00%
  • ana renk tonu 47.84%
CMYK:
(38,78,0,48)
C38M78Y0K48 
(38%,78%,0%,48%)
(0.38/0.78/0.00/0.48)	

CMYK yüzdeleri

%38.35
%78.2
%0
%47.84

Codes

Color #521D85 in popluar color models

521D85
RGB8229133
HSL271°64.20%31.76%
HSB/HSV271°78.20%52.16%
CMYK38.35%78.20%0.00%
47.84%

Color #521D85 in popluar number systems.

HEX521D85
Decimal8229133
Binary10100101110110000101
Octal12235205

Shades and tints

Shades of #521D85

#521D85
(82,29,133)
#4B1B79
(75,27,121)
#44196D
(68,25,109)
#3D1761
(61,23,97)
#361555
(54,21,85)
#2F1349
(47,19,73)
#28113D
(40,17,61)
#210F31
(33,15,49)
#1A0D25
(26,13,37)
#130B19
(19,11,25)
#0C090D
(12,9,13)
#000000
(0,0,0)

Tints of #521D85

#521D85
(82,29,133)
#613190
(97,49,144)
#70459B
(112,69,155)
#7F59A6
(127,89,166)
#8E6DB1
(142,109,177)
#9D81BC
(157,129,188)
#AC95C7
(172,149,199)
#BBA9D2
(187,169,210)
#CABDDD
(202,189,221)
#D9D1E8
(217,209,232)
#E8E5F3
(232,229,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #521D85 color. Also use rgb(82,29,133) instead hex code.

Text Font Color

.myTextColor { color: #521D85; }

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

This text font color is #521D85.


Background Color

.myBgColor { background-color: #521D85; }

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

This div background color is #521D85.


Border color

.myBorderColor { border: 1px solid #521D85; }

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

This div border color is #521D85.


Opacity

.myOpacity80 { color: #521D85; opacity: 0.8; }

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

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

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

This text has shadow with #521D85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #521D85 on black background.


Color preview on white background

This text has color #521D85 on white background.



Black color preview on #521D85 background

This text has black color on #521D85 background.


White color preview on #521D85 background

This text has white color on #521D85 background.