COLOR #52406A

HEX: #52406A
RGB: (82,64,106)

Color info

#52406A contains red, green and blue colors in about the same proportion. Web safe color of #52406A is #663366 (or #636).

RGB color model

#52406A color RGB value is (82,64,106).

  • red value is 82;
  • green value is 64;
  • blue value is 106.
RGB:
(82,64,106)
(32%,25%,42%)

RGB channels and saturation

R 82 of 255 = 32%
G 64 of 255 = 25%
B 106 of 255 = 42%

82
64
106

R + G + B ~ 33%. #52406A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 64 + 106 = 252 (100%)
R 82 of 252 ~ 32.54%
G 64 of 252 ~ 25.4%
B 106 of 252 ~ 42.06%

%32.54
%25.4
%42.06

CMYK color model

#52406A color CMYK value is (23,40,0,58).

  • cyan value is 22.64%
  • magenta value is 39.62%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(23,40,0,58)
C23M40Y0K58 
(23%,40%,0%,58%)
(0.23/0.40/0.00/0.58)	

CMYK percentages

%22.64
%39.62
%0
%58.43

Codes

Color #52406A in popluar color models

52406A
RGB8264106
HSL266°24.71%33.33%
HSB/HSV266°39.62%41.57%
CMYK22.64%39.62%0.00%
58.43%

Color #52406A in popluar number systems.

HEX52406A
Decimal8264106
Binary101001010000001101010
Octal122100152

Shades and tints

Shades of #52406A

#52406A
(82,64,106)
#4B3B61
(75,59,97)
#443658
(68,54,88)
#3D314F
(61,49,79)
#362C46
(54,44,70)
#2F273D
(47,39,61)
#282234
(40,34,52)
#211D2B
(33,29,43)
#1A1822
(26,24,34)
#131319
(19,19,25)
#0C0E10
(12,14,16)
#000000
(0,0,0)

Tints of #52406A

#52406A
(82,64,106)
#615177
(97,81,119)
#706284
(112,98,132)
#7F7391
(127,115,145)
#8E849E
(142,132,158)
#9D95AB
(157,149,171)
#ACA6B8
(172,166,184)
#BBB7C5
(187,183,197)
#CAC8D2
(202,200,210)
#D9D9DF
(217,217,223)
#E8EAEC
(232,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52406A color. Also use rgb(82,64,106) instead hex code.

Text Font Color

.myTextColor { color: #52406A; }

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

This text font color is #52406A.


Background Color

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

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

This div background color is #52406A.


Border color

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

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

This div border color is #52406A.


Opacity

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

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

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

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

This text has shadow with #52406A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52406A on black background.


Color preview on white background

This text has color #52406A on white background.



Black color preview on #52406A background

This text has black color on #52406A background.


White color preview on #52406A background

This text has white color on #52406A background.