COLOR #52255D

HEX: #52255D
RGB: (82,37,93)

Renk bilgisi

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

RGB renk modeli

#52255D color RGB value is (82,37,93).

  • kırmız ton 82;
  • yeşil ton 37;
  • mavi ton 93.
RGB:
(82,37,93)
(32%,15%,36%)

RGB bağlantıları ve doygunluk

R 82 of 255 = 32%
G 37 of 255 = 15%
B 93 of 255 = 36%

82
37
93

R + G + B ~ 28%. #52255D is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
82 + 37 + 93 = 212 (100%)
R 82 of 212 ~ 38.68%
G 37 of 212 ~ 17.45%
B 93 of 212 ~ 43.87%

%38.68
%17.45
%43.87

CMYK RENK MODELİ

#52255D rengi CMYK tonu (12,60,0,64).

  • camgöbeği tonu 11.83%
  • eflatun tonu 60.22%
  • sarı tonu 0.00%
  • ana renk tonu 63.53%
CMYK:
(12,60,0,64)
C12M60Y0K64 
(12%,60%,0%,64%)
(0.12/0.60/0.00/0.64)	

CMYK yüzdeleri

%11.83
%60.22
%0
%63.53

Codes

Color #52255D in popluar color models

52255D
RGB823793
HSL288°43.08%25.49%
HSB/HSV288°60.22%36.47%
CMYK11.83%60.22%0.00%
63.53%

Color #52255D in popluar number systems.

HEX52255D
Decimal823793
Binary10100101001011011101
Octal12245135

Shades and tints

Shades of #52255D

#52255D
(82,37,93)
#4B2255
(75,34,85)
#441F4D
(68,31,77)
#3D1C45
(61,28,69)
#36193D
(54,25,61)
#2F1635
(47,22,53)
#28132D
(40,19,45)
#211025
(33,16,37)
#1A0D1D
(26,13,29)
#130A15
(19,10,21)
#0C070D
(12,7,13)
#000000
(0,0,0)

Tints of #52255D

#52255D
(82,37,93)
#61386B
(97,56,107)
#704B79
(112,75,121)
#7F5E87
(127,94,135)
#8E7195
(142,113,149)
#9D84A3
(157,132,163)
#AC97B1
(172,151,177)
#BBAABF
(187,170,191)
#CABDCD
(202,189,205)
#D9D0DB
(217,208,219)
#E8E3E9
(232,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52255D color. Also use rgb(82,37,93) instead hex code.

Text Font Color

.myTextColor { color: #52255D; }

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

This text font color is #52255D.


Background Color

.myBgColor { background-color: #52255D; }

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

This div background color is #52255D.


Border color

.myBorderColor { border: 1px solid #52255D; }

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

This div border color is #52255D.


Opacity

.myOpacity80 { color: #52255D; opacity: 0.8; }

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

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

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

This text has shadow with #52255D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52255D on black background.


Color preview on white background

This text has color #52255D on white background.



Black color preview on #52255D background

This text has black color on #52255D background.


White color preview on #52255D background

This text has white color on #52255D background.