COLOR #522B64

HEX: #522B64
RGB: (82,43,100)

Color info

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

RGB color model

#522B64 color RGB value is (82,43,100).

  • red value is 82;
  • green value is 43;
  • blue value is 100.
RGB:
(82,43,100)
(32%,17%,39%)

RGB channels and saturation

R 82 of 255 = 32%
G 43 of 255 = 17%
B 100 of 255 = 39%

82
43
100

R + G + B ~ 29%. #522B64 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 43 + 100 = 225 (100%)
R 82 of 225 ~ 36.44%
G 43 of 225 ~ 19.11%
B 100 of 225 ~ 44.44%

%36.44
%19.11
%44.44

CMYK color model

#522B64 color CMYK value is (18,57,0,61).

  • cyan value is 18.00%
  • magenta value is 57.00%
  • yellow value is 0.00%
  • key color value is 60.78%
CMYK:
(18,57,0,61)
C18M57Y0K61 
(18%,57%,0%,61%)
(0.18/0.57/0.00/0.61)	

CMYK percentages

%18
%57
%0
%60.78

Codes

Color #522B64 in popluar color models

522B64
RGB8243100
HSL281°39.86%28.04%
HSB/HSV281°57.00%39.22%
CMYK18.00%57.00%0.00%
60.78%

Color #522B64 in popluar number systems.

HEX522B64
Decimal8243100
Binary10100101010111100100
Octal12253144

Shades and tints

Shades of #522B64

#522B64
(82,43,100)
#4B285B
(75,40,91)
#442552
(68,37,82)
#3D2249
(61,34,73)
#361F40
(54,31,64)
#2F1C37
(47,28,55)
#28192E
(40,25,46)
#211625
(33,22,37)
#1A131C
(26,19,28)
#131013
(19,16,19)
#0C0D0A
(12,13,10)
#000000
(0,0,0)

Tints of #522B64

#522B64
(82,43,100)
#613E72
(97,62,114)
#705180
(112,81,128)
#7F648E
(127,100,142)
#8E779C
(142,119,156)
#9D8AAA
(157,138,170)
#AC9DB8
(172,157,184)
#BBB0C6
(187,176,198)
#CAC3D4
(202,195,212)
#D9D6E2
(217,214,226)
#E8E9F0
(232,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #522B64 color. Also use rgb(82,43,100) instead hex code.

Text Font Color

.myTextColor { color: #522B64; }

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

This text font color is #522B64.


Background Color

.myBgColor { background-color: #522B64; }

<div style="background-color:#522B64">Inner text</div>

This div background color is #522B64.


Border color

.myBorderColor { border: 1px solid #522B64; }

<div style="border:3px solid #522B64">Div</div>

This div border color is #522B64.


Opacity

.myOpacity80 { color: #522B64; opacity: 0.8; }

<p style="color:#522B64;opacity:0.8;">80%</p>

Text with #522B64 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 #522B64;}

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

This text has shadow with #522B64 color.

.textShadow {text-shadow: 3px 3px 1px #522B64, 3px 3px 1px red;}

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

This text has shadow with #522B64 primary color and red secondary color.


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

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

This text has shadow with #522B64 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #522B64 on black background.


Color preview on white background

This text has color #522B64 on white background.



Black color preview on #522B64 background

This text has black color on #522B64 background.


White color preview on #522B64 background

This text has white color on #522B64 background.