COLOR #521E47

HEX: #521E47
RGB: (82,30,71)

Renk bilgisi

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

RGB renk modeli

#521E47 color RGB value is (82,30,71).

  • kırmız ton 82;
  • yeşil ton 30;
  • mavi ton 71.
RGB:
(82,30,71)
(32%,12%,28%)

RGB bağlantıları ve doygunluk

R 82 of 255 = 32%
G 30 of 255 = 12%
B 71 of 255 = 28%

82
30
71

R + G + B ~ 24%. #521E47 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
82 + 30 + 71 = 183 (100%)
R 82 of 183 ~ 44.81%
G 30 of 183 ~ 16.39%
B 71 of 183 ~ 38.8%

%44.81
%16.39
%38.8

CMYK RENK MODELİ

#521E47 rengi CMYK tonu (0,63,13,68).

  • camgöbeği tonu 0.00%
  • eflatun tonu 63.41%
  • sarı tonu 13.41%
  • ana renk tonu 67.84%
CMYK:
(0,63,13,68)
C0M63Y13K68 
(0%,63%,13%,68%)
(0.00/0.63/0.13/0.68)	

CMYK yüzdeleri

%0
%63.41
%13.41
%67.84

Codes

Color #521E47 in popluar color models

521E47
RGB823071
HSL313°46.43%21.96%
HSB/HSV313°63.41%32.16%
CMYK0.00%63.41%13.41%
67.84%

Color #521E47 in popluar number systems.

HEX521E47
Decimal823071
Binary1010010111101000111
Octal12236107

Shades and tints

Shades of #521E47

#521E47
(82,30,71)
#4B1C41
(75,28,65)
#441A3B
(68,26,59)
#3D1835
(61,24,53)
#36162F
(54,22,47)
#2F1429
(47,20,41)
#281223
(40,18,35)
#21101D
(33,16,29)
#1A0E17
(26,14,23)
#130C11
(19,12,17)
#0C0A0B
(12,10,11)
#000000
(0,0,0)

Tints of #521E47

#521E47
(82,30,71)
#613257
(97,50,87)
#704667
(112,70,103)
#7F5A77
(127,90,119)
#8E6E87
(142,110,135)
#9D8297
(157,130,151)
#AC96A7
(172,150,167)
#BBAAB7
(187,170,183)
#CABEC7
(202,190,199)
#D9D2D7
(217,210,215)
#E8E6E7
(232,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #521E47 color. Also use rgb(82,30,71) instead hex code.

Text Font Color

.myTextColor { color: #521E47; }

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

This text font color is #521E47.


Background Color

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

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

This div background color is #521E47.


Border color

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

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

This div border color is #521E47.


Opacity

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

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

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

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

This text has shadow with #521E47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #521E47 on black background.


Color preview on white background

This text has color #521E47 on white background.



Black color preview on #521E47 background

This text has black color on #521E47 background.


White color preview on #521E47 background

This text has white color on #521E47 background.