COLOR #52397E

HEX: #52397E
RGB: (82,57,126)

Renk bilgisi

#52397E contains mainly red and blue colors. #52397E ‘ nin web güvenlik rengi #663366 (ya da #636) dir.

RGB renk modeli

#52397E color RGB value is (82,57,126).

  • kırmız ton 82;
  • yeşil ton 57;
  • mavi ton 126.
RGB:
(82,57,126)
(32%,22%,49%)

RGB bağlantıları ve doygunluk

R 82 of 255 = 32%
G 57 of 255 = 22%
B 126 of 255 = 49%

82
57
126

R + G + B ~ 34%. #52397E is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
82 + 57 + 126 = 265 (100%)
R 82 of 265 ~ 30.94%
G 57 of 265 ~ 21.51%
B 126 of 265 ~ 47.55%

%30.94
%21.51
%47.55

CMYK RENK MODELİ

#52397E rengi CMYK tonu (35,55,0,51).

  • camgöbeği tonu 34.92%
  • eflatun tonu 54.76%
  • sarı tonu 0.00%
  • ana renk tonu 50.59%
CMYK:
(35,55,0,51)
C35M55Y0K51 
(35%,55%,0%,51%)
(0.35/0.55/0.00/0.51)	

CMYK yüzdeleri

%34.92
%54.76
%0
%50.59

Codes

Color #52397E in popluar color models

52397E
RGB8257126
HSL262°37.70%35.88%
HSB/HSV262°54.76%49.41%
CMYK34.92%54.76%0.00%
50.59%

Color #52397E in popluar number systems.

HEX52397E
Decimal8257126
Binary10100101110011111110
Octal12271176

Shades and tints

Shades of #52397E

#52397E
(82,57,126)
#4B3473
(75,52,115)
#442F68
(68,47,104)
#3D2A5D
(61,42,93)
#362552
(54,37,82)
#2F2047
(47,32,71)
#281B3C
(40,27,60)
#211631
(33,22,49)
#1A1126
(26,17,38)
#130C1B
(19,12,27)
#0C0710
(12,7,16)
#000000
(0,0,0)

Tints of #52397E

#52397E
(82,57,126)
#614B89
(97,75,137)
#705D94
(112,93,148)
#7F6F9F
(127,111,159)
#8E81AA
(142,129,170)
#9D93B5
(157,147,181)
#ACA5C0
(172,165,192)
#BBB7CB
(187,183,203)
#CAC9D6
(202,201,214)
#D9DBE1
(217,219,225)
#E8EDEC
(232,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52397E color. Also use rgb(82,57,126) instead hex code.

Text Font Color

.myTextColor { color: #52397E; }

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

This text font color is #52397E.


Background Color

.myBgColor { background-color: #52397E; }

<div style="background-color:#52397E">Inner text</div>

This div background color is #52397E.


Border color

.myBorderColor { border: 1px solid #52397E; }

<div style="border:3px solid #52397E">Div</div>

This div border color is #52397E.


Opacity

.myOpacity80 { color: #52397E; opacity: 0.8; }

<p style="color:#52397E;opacity:0.8;">80%</p>

Text with #52397E 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 #52397E;}

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

This text has shadow with #52397E color.

.textShadow {text-shadow: 3px 3px 1px #52397E, 3px 3px 1px red;}

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

This text has shadow with #52397E primary color and red secondary color.


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

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

This text has shadow with #52397E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52397E on black background.


Color preview on white background

This text has color #52397E on white background.



Black color preview on #52397E background

This text has black color on #52397E background.


White color preview on #52397E background

This text has white color on #52397E background.