COLOR #521B55

HEX: #521B55
RGB: (82,27,85)

Renk bilgisi

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

RGB renk modeli

#521B55 color RGB value is (82,27,85).

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

RGB bağlantıları ve doygunluk

R 82 of 255 = 32%
G 27 of 255 = 11%
B 85 of 255 = 33%

82
27
85

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

Yüzdelerle RGB renk parçaları

R + G + B =
82 + 27 + 85 = 194 (100%)
R 82 of 194 ~ 42.27%
G 27 of 194 ~ 13.92%
B 85 of 194 ~ 43.81%

%42.27
%13.92
%43.81

CMYK RENK MODELİ

#521B55 rengi CMYK tonu (4,68,0,67).

  • camgöbeği tonu 3.53%
  • eflatun tonu 68.24%
  • sarı tonu 0.00%
  • ana renk tonu 66.67%
CMYK:
(4,68,0,67)
C4M68Y0K67 
(4%,68%,0%,67%)
(0.04/0.68/0.00/0.67)	

CMYK yüzdeleri

%3.53
%68.24
%0
%66.67

Codes

Color #521B55 in popluar color models

521B55
RGB822785
HSL297°51.79%21.96%
HSB/HSV297°68.24%33.33%
CMYK3.53%68.24%0.00%
66.67%

Color #521B55 in popluar number systems.

HEX521B55
Decimal822785
Binary1010010110111010101
Octal12233125

Shades and tints

Shades of #521B55

#521B55
(82,27,85)
#4B194E
(75,25,78)
#441747
(68,23,71)
#3D1540
(61,21,64)
#361339
(54,19,57)
#2F1132
(47,17,50)
#280F2B
(40,15,43)
#210D24
(33,13,36)
#1A0B1D
(26,11,29)
#130916
(19,9,22)
#0C070F
(12,7,15)
#000000
(0,0,0)

Tints of #521B55

#521B55
(82,27,85)
#612F64
(97,47,100)
#704373
(112,67,115)
#7F5782
(127,87,130)
#8E6B91
(142,107,145)
#9D7FA0
(157,127,160)
#AC93AF
(172,147,175)
#BBA7BE
(187,167,190)
#CABBCD
(202,187,205)
#D9CFDC
(217,207,220)
#E8E3EB
(232,227,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #521B55 color. Also use rgb(82,27,85) instead hex code.

Text Font Color

.myTextColor { color: #521B55; }

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

This text font color is #521B55.


Background Color

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

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

This div background color is #521B55.


Border color

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

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

This div border color is #521B55.


Opacity

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

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

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

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

This text has shadow with #521B55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #521B55 on black background.


Color preview on white background

This text has color #521B55 on white background.



Black color preview on #521B55 background

This text has black color on #521B55 background.


White color preview on #521B55 background

This text has white color on #521B55 background.