COLOR #521D54

HEX: #521D54
RGB: (82,29,84)

Renk bilgisi

#521D54 contains red, green and blue colors in about the same proportion. #521D54 ‘ nin web güvenlik rengi #663366 (ya da #636) dir.

RGB renk modeli

#521D54 color RGB value is (82,29,84).

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

RGB bağlantıları ve doygunluk

R 82 of 255 = 32%
G 29 of 255 = 11%
B 84 of 255 = 33%

82
29
84

R + G + B ~ 25%. #521D54 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
82 + 29 + 84 = 195 (100%)
R 82 of 195 ~ 42.05%
G 29 of 195 ~ 14.87%
B 84 of 195 ~ 43.08%

%42.05
%14.87
%43.08

CMYK RENK MODELİ

#521D54 rengi CMYK tonu (2,65,0,67).

  • camgöbeği tonu 2.38%
  • eflatun tonu 65.48%
  • sarı tonu 0.00%
  • ana renk tonu 67.06%
CMYK:
(2,65,0,67)
C2M65Y0K67 
(2%,65%,0%,67%)
(0.02/0.65/0.00/0.67)	

CMYK yüzdeleri

%2.38
%65.48
%0
%67.06

Codes

Color #521D54 in popluar color models

521D54
RGB822984
HSL298°48.67%22.16%
HSB/HSV298°65.48%32.94%
CMYK2.38%65.48%0.00%
67.06%

Color #521D54 in popluar number systems.

HEX521D54
Decimal822984
Binary1010010111011010100
Octal12235124

Shades and tints

Shades of #521D54

#521D54
(82,29,84)
#4B1B4D
(75,27,77)
#441946
(68,25,70)
#3D173F
(61,23,63)
#361538
(54,21,56)
#2F1331
(47,19,49)
#28112A
(40,17,42)
#210F23
(33,15,35)
#1A0D1C
(26,13,28)
#130B15
(19,11,21)
#0C090E
(12,9,14)
#000000
(0,0,0)

Tints of #521D54

#521D54
(82,29,84)
#613163
(97,49,99)
#704572
(112,69,114)
#7F5981
(127,89,129)
#8E6D90
(142,109,144)
#9D819F
(157,129,159)
#AC95AE
(172,149,174)
#BBA9BD
(187,169,189)
#CABDCC
(202,189,204)
#D9D1DB
(217,209,219)
#E8E5EA
(232,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #521D54; }

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

This text font color is #521D54.


Background Color

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

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

This div background color is #521D54.


Border color

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

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

This div border color is #521D54.


Opacity

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

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

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

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

This text has shadow with #521D54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #521D54 on black background.


Color preview on white background

This text has color #521D54 on white background.



Black color preview on #521D54 background

This text has black color on #521D54 background.


White color preview on #521D54 background

This text has white color on #521D54 background.