COLOR #522247

HEX: #522247
RGB: (82,34,71)

Color info

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

RGB color model

#522247 color RGB value is (82,34,71).

  • red value is 82;
  • green value is 34;
  • blue value is 71.
RGB:
(82,34,71)
(32%,13%,28%)

RGB channels and saturation

R 82 of 255 = 32%
G 34 of 255 = 13%
B 71 of 255 = 28%

82
34
71

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

Portions of RGB colors in percentages

R + G + B =
82 + 34 + 71 = 187 (100%)
R 82 of 187 ~ 43.85%
G 34 of 187 ~ 18.18%
B 71 of 187 ~ 37.97%

%43.85
%18.18
%37.97

CMYK color model

#522247 color CMYK value is (0,59,13,68).

  • cyan value is 0.00%
  • magenta value is 58.54%
  • yellow value is 13.41%
  • key color value is 67.84%
CMYK:
(0,59,13,68)
C0M59Y13K68 
(0%,59%,13%,68%)
(0.00/0.59/0.13/0.68)	

CMYK percentages

%0
%58.54
%13.41
%67.84

Codes

Color #522247 in popluar color models

522247
RGB823471
HSL314°41.38%22.75%
HSB/HSV314°58.54%32.16%
CMYK0.00%58.54%13.41%
67.84%

Color #522247 in popluar number systems.

HEX522247
Decimal823471
Binary10100101000101000111
Octal12242107

Shades and tints

Shades of #522247

#522247
(82,34,71)
#4B1F41
(75,31,65)
#441C3B
(68,28,59)
#3D1935
(61,25,53)
#36162F
(54,22,47)
#2F1329
(47,19,41)
#281023
(40,16,35)
#210D1D
(33,13,29)
#1A0A17
(26,10,23)
#130711
(19,7,17)
#0C040B
(12,4,11)
#000000
(0,0,0)

Tints of #522247

#522247
(82,34,71)
#613657
(97,54,87)
#704A67
(112,74,103)
#7F5E77
(127,94,119)
#8E7287
(142,114,135)
#9D8697
(157,134,151)
#AC9AA7
(172,154,167)
#BBAEB7
(187,174,183)
#CAC2C7
(202,194,199)
#D9D6D7
(217,214,215)
#E8EAE7
(232,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #522247 color. Also use rgb(82,34,71) instead hex code.

Text Font Color

.myTextColor { color: #522247; }

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

This text font color is #522247.


Background Color

.myBgColor { background-color: #522247; }

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

This div background color is #522247.


Border color

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

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

This div border color is #522247.


Opacity

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

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

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

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

This text has shadow with #522247 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #522247 on black background.


Color preview on white background

This text has color #522247 on white background.



Black color preview on #522247 background

This text has black color on #522247 background.


White color preview on #522247 background

This text has white color on #522247 background.