COLOR #52498B

HEX: #52498B
RGB: (82,73,139)

Renk bilgisi

#52498B contains mainly red and blue colors. #52498B ‘ nin web güvenlik rengi #663399 (ya da #639) dir.

RGB renk modeli

#52498B color RGB value is (82,73,139).

  • kırmız ton 82;
  • yeşil ton 73;
  • mavi ton 139.
RGB:
(82,73,139)
(32%,29%,55%)

RGB bağlantıları ve doygunluk

R 82 of 255 = 32%
G 73 of 255 = 29%
B 139 of 255 = 55%

82
73
139

R + G + B ~ 39%. #52498B is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
82 + 73 + 139 = 294 (100%)
R 82 of 294 ~ 27.89%
G 73 of 294 ~ 24.83%
B 139 of 294 ~ 47.28%

%27.89
%24.83
%47.28

CMYK RENK MODELİ

#52498B rengi CMYK tonu (41,47,0,45).

  • camgöbeği tonu 41.01%
  • eflatun tonu 47.48%
  • sarı tonu 0.00%
  • ana renk tonu 45.49%
CMYK:
(41,47,0,45)
C41M47Y0K45 
(41%,47%,0%,45%)
(0.41/0.47/0.00/0.45)	

CMYK yüzdeleri

%41.01
%47.48
%0
%45.49

Codes

Color #52498B in popluar color models

52498B
RGB8273139
HSL248°31.13%41.57%
HSB/HSV248°47.48%54.51%
CMYK41.01%47.48%0.00%
45.49%

Color #52498B in popluar number systems.

HEX52498B
Decimal8273139
Binary1010010100100110001011
Octal122111213

Shades and tints

Shades of #52498B

#52498B
(82,73,139)
#4B437F
(75,67,127)
#443D73
(68,61,115)
#3D3767
(61,55,103)
#36315B
(54,49,91)
#2F2B4F
(47,43,79)
#282543
(40,37,67)
#211F37
(33,31,55)
#1A192B
(26,25,43)
#13131F
(19,19,31)
#0C0D13
(12,13,19)
#000000
(0,0,0)

Tints of #52498B

#52498B
(82,73,139)
#615995
(97,89,149)
#70699F
(112,105,159)
#7F79A9
(127,121,169)
#8E89B3
(142,137,179)
#9D99BD
(157,153,189)
#ACA9C7
(172,169,199)
#BBB9D1
(187,185,209)
#CAC9DB
(202,201,219)
#D9D9E5
(217,217,229)
#E8E9EF
(232,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52498B color. Also use rgb(82,73,139) instead hex code.

Text Font Color

.myTextColor { color: #52498B; }

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

This text font color is #52498B.


Background Color

.myBgColor { background-color: #52498B; }

<div style="background-color:#52498B">Inner text</div>

This div background color is #52498B.


Border color

.myBorderColor { border: 1px solid #52498B; }

<div style="border:3px solid #52498B">Div</div>

This div border color is #52498B.


Opacity

.myOpacity80 { color: #52498B; opacity: 0.8; }

<p style="color:#52498B;opacity:0.8;">80%</p>

Text with #52498B 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 #52498B;}

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

This text has shadow with #52498B color.

.textShadow {text-shadow: 3px 3px 1px #52498B, 3px 3px 1px red;}

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

This text has shadow with #52498B primary color and red secondary color.


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

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

This text has shadow with #52498B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52498B on black background.


Color preview on white background

This text has color #52498B on white background.



Black color preview on #52498B background

This text has black color on #52498B background.


White color preview on #52498B background

This text has white color on #52498B background.