COLOR #522B44

HEX: #522B44 RGB: (82,43,68)

Color info

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

RGB color model

#522B44 color RGB value is (82,43,68).

RGB: (82,43,68) (32%, 17%, 27%)

RGB channels and saturation

R 82 of 255 = 32%
G 43 of 255 = 17%
B 68 of 255 = 27%

82
43
68

R + G + B ~ 25%. #522B44 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 82 + 43 + 68 = 193 (100%)
R 82 of 193 ~ 42.49%
G 43 of 193 ~ 22.28%
B 68 of 193 ~ 35.23'%

%42.49
%22.28
%35.23

CMYK color model

#522B44 color CMYK value is (0,48,17,68).

  • cyan value is 0.00%
  • magenta value is 47.56%
  • yellow value is 17.07%
  • key color value is 67.84%

CMYK: (0,48,17,68)
C0M48Y17K68 (0%, 48%, 17%, 68%)
(0.00 / 0.48 / 0.17 / 0.68)

CMYK percentages

%0
%47.56
%17.07
%67.84

Codes

Color #522B44 in popluar color models

52 2B 44
RGB 82 43 68
HSL 322° 31.20% 24.51%
HSB/HSV 322° 47.56% 32.16%
CMYK 0.00% 47.56% 17.07%
67.84%

Color #522B44 in popluar number systems.

HEX 52 2B 44
Decimal 82 43 68
Binary 1010010 101011 1000100
Octal 122 53 104

Shades and tints

Shades of #522B44

#522B44
(82,43,68)
#4B283E
(75,40,62)
#442538
(68,37,56)
#3D2232
(61,34,50)
#361F2C
(54,31,44)
#2F1C26
(47,28,38)
#281920
(40,25,32)
#21161A
(33,22,26)
#1A1314
(26,19,20)
#13100E
(19,16,14)
#0C0D08
(12,13,8)
#000000
(0,0,0)

Tints of #522B44

#522B44
(82,43,68)
#613E55
(97,62,85)
#705166
(112,81,102)
#7F6477
(127,100,119)
#8E7788
(142,119,136)
#9D8A99
(157,138,153)
#AC9DAA
(172,157,170)
#BBB0BB
(187,176,187)
#CAC3CC
(202,195,204)
#D9D6DD
(217,214,221)
#E8E9EE
(232,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #522B44; }

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

This text font color is #522B44.

Background Color

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

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

This div background color is #522B44.

Border color

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

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

This div border color is #522B44.

Opacity

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

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

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

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

This text has shadow with #522B44 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #522B44.

Preview

Color preview on black background

This text has color #522B44 on black background.


Color preview on white background

This text has color #522B44 on white background.


Black color preview on #522B44 background

This text has black color on #522B44 background.


White color preview on #522B44 background

This text has white color on #522B44 background.


Related colors

Complementary color

Complementary color for #hex is #ADD4BB.


I love getcolorcode.com

Triadic colors

1 #44522B and #2B4452 with #522B44 are triadic colors.

2 #442B52 and #2B5244 with #522B44 are triadic colors.