COLOR #52446D

HEX: #52446D
RGB: (82,68,109)

Color info

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

RGB color model

#52446D color RGB value is (82,68,109).

  • red value is 82;
  • green value is 68;
  • blue value is 109.
RGB:
(82,68,109)
(32%,27%,43%)

RGB channels and saturation

R 82 of 255 = 32%
G 68 of 255 = 27%
B 109 of 255 = 43%

82
68
109

R + G + B ~ 34%. #52446D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 68 + 109 = 259 (100%)
R 82 of 259 ~ 31.66%
G 68 of 259 ~ 26.25%
B 109 of 259 ~ 42.08%

%31.66
%26.25
%42.08

CMYK color model

#52446D color CMYK value is (25,38,0,57).

  • cyan value is 24.77%
  • magenta value is 37.61%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(25,38,0,57)
C25M38Y0K57 
(25%,38%,0%,57%)
(0.25/0.38/0.00/0.57)	

CMYK percentages

%24.77
%37.61
%0
%57.25

Codes

Color #52446D in popluar color models

52446D
RGB8268109
HSL260°23.16%34.71%
HSB/HSV260°37.61%42.75%
CMYK24.77%37.61%0.00%
57.25%

Color #52446D in popluar number systems.

HEX52446D
Decimal8268109
Binary101001010001001101101
Octal122104155

Shades and tints

Shades of #52446D

#52446D
(82,68,109)
#4B3E64
(75,62,100)
#44385B
(68,56,91)
#3D3252
(61,50,82)
#362C49
(54,44,73)
#2F2640
(47,38,64)
#282037
(40,32,55)
#211A2E
(33,26,46)
#1A1425
(26,20,37)
#130E1C
(19,14,28)
#0C0813
(12,8,19)
#000000
(0,0,0)

Tints of #52446D

#52446D
(82,68,109)
#61557A
(97,85,122)
#706687
(112,102,135)
#7F7794
(127,119,148)
#8E88A1
(142,136,161)
#9D99AE
(157,153,174)
#ACAABB
(172,170,187)
#BBBBC8
(187,187,200)
#CACCD5
(202,204,213)
#D9DDE2
(217,221,226)
#E8EEEF
(232,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52446D color. Also use rgb(82,68,109) instead hex code.

Text Font Color

.myTextColor { color: #52446D; }

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

This text font color is #52446D.


Background Color

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

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

This div background color is #52446D.


Border color

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

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

This div border color is #52446D.


Opacity

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

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

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

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

This text has shadow with #52446D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52446D on black background.


Color preview on white background

This text has color #52446D on white background.



Black color preview on #52446D background

This text has black color on #52446D background.


White color preview on #52446D background

This text has white color on #52446D background.