COLOR #52498A

HEX: #52498A
RGB: (82,73,138)

Color info

#52498A contains mainly red and blue colors. Web safe color of #52498A is #663399 (or #639).

RGB color model

#52498A color RGB value is (82,73,138).

  • red value is 82;
  • green value is 73;
  • blue value is 138.
RGB:
(82,73,138)
(32%,29%,54%)

RGB channels and saturation

R 82 of 255 = 32%
G 73 of 255 = 29%
B 138 of 255 = 54%

82
73
138

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

Portions of RGB colors in percentages

R + G + B =
82 + 73 + 138 = 293 (100%)
R 82 of 293 ~ 27.99%
G 73 of 293 ~ 24.91%
B 138 of 293 ~ 47.1%

%27.99
%24.91
%47.1

CMYK color model

#52498A color CMYK value is (41,47,0,46).

  • cyan value is 40.58%
  • magenta value is 47.10%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(41,47,0,46)
C41M47Y0K46 
(41%,47%,0%,46%)
(0.41/0.47/0.00/0.46)	

CMYK percentages

%40.58
%47.1
%0
%45.88

Codes

Color #52498A in popluar color models

52498A
RGB8273138
HSL248°30.81%41.37%
HSB/HSV248°47.10%54.12%
CMYK40.58%47.10%0.00%
45.88%

Color #52498A in popluar number systems.

HEX52498A
Decimal8273138
Binary1010010100100110001010
Octal122111212

Shades and tints

Shades of #52498A

#52498A
(82,73,138)
#4B437E
(75,67,126)
#443D72
(68,61,114)
#3D3766
(61,55,102)
#36315A
(54,49,90)
#2F2B4E
(47,43,78)
#282542
(40,37,66)
#211F36
(33,31,54)
#1A192A
(26,25,42)
#13131E
(19,19,30)
#0C0D12
(12,13,18)
#000000
(0,0,0)

Tints of #52498A

#52498A
(82,73,138)
#615994
(97,89,148)
#70699E
(112,105,158)
#7F79A8
(127,121,168)
#8E89B2
(142,137,178)
#9D99BC
(157,153,188)
#ACA9C6
(172,169,198)
#BBB9D0
(187,185,208)
#CAC9DA
(202,201,218)
#D9D9E4
(217,217,228)
#E8E9EE
(232,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #52498A; }

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

This text font color is #52498A.


Background Color

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

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

This div background color is #52498A.


Border color

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

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

This div border color is #52498A.


Opacity

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

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

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

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

This text has shadow with #52498A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52498A on black background.


Color preview on white background

This text has color #52498A on white background.



Black color preview on #52498A background

This text has black color on #52498A background.


White color preview on #52498A background

This text has white color on #52498A background.