COLOR #522E6E

HEX: #522E6E
RGB: (82,46,110)

Color info

#522E6E contains mainly red and blue colors. Web safe color of #522E6E is #663366 (or #636).

RGB color model

#522E6E color RGB value is (82,46,110).

  • red value is 82;
  • green value is 46;
  • blue value is 110.
RGB:
(82,46,110)
(32%,18%,43%)

RGB channels and saturation

R 82 of 255 = 32%
G 46 of 255 = 18%
B 110 of 255 = 43%

82
46
110

R + G + B ~ 31%. #522E6E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 46 + 110 = 238 (100%)
R 82 of 238 ~ 34.45%
G 46 of 238 ~ 19.33%
B 110 of 238 ~ 46.22%

%34.45
%19.33
%46.22

CMYK color model

#522E6E color CMYK value is (25,58,0,57).

  • cyan value is 25.45%
  • magenta value is 58.18%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(25,58,0,57)
C25M58Y0K57 
(25%,58%,0%,57%)
(0.25/0.58/0.00/0.57)	

CMYK percentages

%25.45
%58.18
%0
%56.86

Codes

Color #522E6E in popluar color models

522E6E
RGB8246110
HSL274°41.03%30.59%
HSB/HSV274°58.18%43.14%
CMYK25.45%58.18%0.00%
56.86%

Color #522E6E in popluar number systems.

HEX522E6E
Decimal8246110
Binary10100101011101101110
Octal12256156

Shades and tints

Shades of #522E6E

#522E6E
(82,46,110)
#4B2A64
(75,42,100)
#44265A
(68,38,90)
#3D2250
(61,34,80)
#361E46
(54,30,70)
#2F1A3C
(47,26,60)
#281632
(40,22,50)
#211228
(33,18,40)
#1A0E1E
(26,14,30)
#130A14
(19,10,20)
#0C060A
(12,6,10)
#000000
(0,0,0)

Tints of #522E6E

#522E6E
(82,46,110)
#61417B
(97,65,123)
#705488
(112,84,136)
#7F6795
(127,103,149)
#8E7AA2
(142,122,162)
#9D8DAF
(157,141,175)
#ACA0BC
(172,160,188)
#BBB3C9
(187,179,201)
#CAC6D6
(202,198,214)
#D9D9E3
(217,217,227)
#E8ECF0
(232,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #522E6E color. Also use rgb(82,46,110) instead hex code.

Text Font Color

.myTextColor { color: #522E6E; }

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

This text font color is #522E6E.


Background Color

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

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

This div background color is #522E6E.


Border color

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

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

This div border color is #522E6E.


Opacity

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

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

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

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

This text has shadow with #522E6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #522E6E on black background.


Color preview on white background

This text has color #522E6E on white background.



Black color preview on #522E6E background

This text has black color on #522E6E background.


White color preview on #522E6E background

This text has white color on #522E6E background.