COLOR #522F53

HEX: #522F53
RGB: (82,47,83)

Color info

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

RGB color model

#522F53 color RGB value is (82,47,83).

  • red value is 82;
  • green value is 47;
  • blue value is 83.
RGB:
(82,47,83)
(32%,18%,33%)

RGB channels and saturation

R 82 of 255 = 32%
G 47 of 255 = 18%
B 83 of 255 = 33%

82
47
83

R + G + B ~ 28%. #522F53 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 47 + 83 = 212 (100%)
R 82 of 212 ~ 38.68%
G 47 of 212 ~ 22.17%
B 83 of 212 ~ 39.15%

%38.68
%22.17
%39.15

CMYK color model

#522F53 color CMYK value is (1,43,0,67).

  • cyan value is 1.20%
  • magenta value is 43.37%
  • yellow value is 0.00%
  • key color value is 67.45%
CMYK:
(1,43,0,67)
C1M43Y0K67 
(1%,43%,0%,67%)
(0.01/0.43/0.00/0.67)	

CMYK percentages

%1.2
%43.37
%0
%67.45

Codes

Color #522F53 in popluar color models

522F53
RGB824783
HSL298°27.69%25.49%
HSB/HSV298°43.37%32.55%
CMYK1.20%43.37%0.00%
67.45%

Color #522F53 in popluar number systems.

HEX522F53
Decimal824783
Binary10100101011111010011
Octal12257123

Shades and tints

Shades of #522F53

#522F53
(82,47,83)
#4B2B4C
(75,43,76)
#442745
(68,39,69)
#3D233E
(61,35,62)
#361F37
(54,31,55)
#2F1B30
(47,27,48)
#281729
(40,23,41)
#211322
(33,19,34)
#1A0F1B
(26,15,27)
#130B14
(19,11,20)
#0C070D
(12,7,13)
#000000
(0,0,0)

Tints of #522F53

#522F53
(82,47,83)
#614162
(97,65,98)
#705371
(112,83,113)
#7F6580
(127,101,128)
#8E778F
(142,119,143)
#9D899E
(157,137,158)
#AC9BAD
(172,155,173)
#BBADBC
(187,173,188)
#CABFCB
(202,191,203)
#D9D1DA
(217,209,218)
#E8E3E9
(232,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #522F53 color. Also use rgb(82,47,83) instead hex code.

Text Font Color

.myTextColor { color: #522F53; }

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

This text font color is #522F53.


Background Color

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

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

This div background color is #522F53.


Border color

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

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

This div border color is #522F53.


Opacity

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

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

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

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

This text has shadow with #522F53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #522F53 on black background.


Color preview on white background

This text has color #522F53 on white background.



Black color preview on #522F53 background

This text has black color on #522F53 background.


White color preview on #522F53 background

This text has white color on #522F53 background.