COLOR #522540

HEX: #522540
RGB: (82,37,64)

Color info

#522540 contains red, green and blue colors in about the same proportion. Web safe color of #522540 is #663333 (or #633).

RGB color model

#522540 color RGB value is (82,37,64).

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

RGB channels and saturation

R 82 of 255 = 32%
G 37 of 255 = 15%
B 64 of 255 = 25%

82
37
64

R + G + B ~ 24%. #522540 is dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 37 + 64 = 183 (100%)
R 82 of 183 ~ 44.81%
G 37 of 183 ~ 20.22%
B 64 of 183 ~ 34.97%

%44.81
%20.22
%34.97

CMYK color model

#522540 color CMYK value is (0,55,22,68).

  • cyan value is 0.00%
  • magenta value is 54.88%
  • yellow value is 21.95%
  • key color value is 67.84%
CMYK:
(0,55,22,68)
C0M55Y22K68 
(0%,55%,22%,68%)
(0.00/0.55/0.22/0.68)	

CMYK percentages

%0
%54.88
%21.95
%67.84

Codes

Color #522540 in popluar color models

522540
RGB823764
HSL324°37.82%23.33%
HSB/HSV324°54.88%32.16%
CMYK0.00%54.88%21.95%
67.84%

Color #522540 in popluar number systems.

HEX522540
Decimal823764
Binary10100101001011000000
Octal12245100

Shades and tints

Shades of #522540

#522540
(82,37,64)
#4B223B
(75,34,59)
#441F36
(68,31,54)
#3D1C31
(61,28,49)
#36192C
(54,25,44)
#2F1627
(47,22,39)
#281322
(40,19,34)
#21101D
(33,16,29)
#1A0D18
(26,13,24)
#130A13
(19,10,19)
#0C070E
(12,7,14)
#000000
(0,0,0)

Tints of #522540

#522540
(82,37,64)
#613851
(97,56,81)
#704B62
(112,75,98)
#7F5E73
(127,94,115)
#8E7184
(142,113,132)
#9D8495
(157,132,149)
#AC97A6
(172,151,166)
#BBAAB7
(187,170,183)
#CABDC8
(202,189,200)
#D9D0D9
(217,208,217)
#E8E3EA
(232,227,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #522540; }

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

This text font color is #522540.


Background Color

.myBgColor { background-color: #522540; }

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

This div background color is #522540.


Border color

.myBorderColor { border: 1px solid #522540; }

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

This div border color is #522540.


Opacity

.myOpacity80 { color: #522540; opacity: 0.8; }

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

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

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

This text has shadow with #522540 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #522540 on black background.


Color preview on white background

This text has color #522540 on white background.



Black color preview on #522540 background

This text has black color on #522540 background.


White color preview on #522540 background

This text has white color on #522540 background.