COLOR #522E41

HEX: #522E41 RGB: (82,46,65)

Color info

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

RGB color model

#522E41 color RGB value is (82,46,65).

RGB: (82,46,65) (32%, 18%, 25%)

RGB channels and saturation

R 82 of 255 = 32%
G 46 of 255 = 18%
B 65 of 255 = 25%

82
46
65

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

Portions of RGB colors in percentages

R + G + B = 82 + 46 + 65 = 193 (100%)
R 82 of 193 ~ 42.49%
G 46 of 193 ~ 23.83%
B 65 of 193 ~ 33.68'%

%42.49
%23.83
%33.68

CMYK color model

#522E41 color CMYK value is (0,44,21,68).

  • cyan value is 0.00%
  • magenta value is 43.90%
  • yellow value is 20.73%
  • key color value is 67.84%

CMYK: (0,44,21,68)
C0M44Y21K68 (0%, 44%, 21%, 68%)
(0.00 / 0.44 / 0.21 / 0.68)

CMYK percentages

%0
%43.9
%20.73
%67.84

Codes

Color #522E41 in popluar color models

52 2E 41
RGB 82 46 65
HSL 328° 28.13% 25.10%
HSB/HSV 328° 43.90% 32.16%
CMYK 0.00% 43.90% 20.73%
67.84%

Color #522E41 in popluar number systems.

HEX 52 2E 41
Decimal 82 46 65
Binary 1010010 101110 1000001
Octal 122 56 101

Shades and tints

Shades of #522E41

#522E41
(82,46,65)
#4B2A3C
(75,42,60)
#442637
(68,38,55)
#3D2232
(61,34,50)
#361E2D
(54,30,45)
#2F1A28
(47,26,40)
#281623
(40,22,35)
#21121E
(33,18,30)
#1A0E19
(26,14,25)
#130A14
(19,10,20)
#0C060F
(12,6,15)
#000000
(0,0,0)

Tints of #522E41

#522E41
(82,46,65)
#614152
(97,65,82)
#705463
(112,84,99)
#7F6774
(127,103,116)
#8E7A85
(142,122,133)
#9D8D96
(157,141,150)
#ACA0A7
(172,160,167)
#BBB3B8
(187,179,184)
#CAC6C9
(202,198,201)
#D9D9DA
(217,217,218)
#E8ECEB
(232,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #522E41; }

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

This text font color is #522E41.

Background Color

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

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

This div background color is #522E41.

Border color

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

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

This div border color is #522E41.

Opacity

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

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

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

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

This text has shadow with #522E41 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #522E41.

Preview

Color preview on black background

This text has color #522E41 on black background.


Color preview on white background

This text has color #522E41 on white background.


Black color preview on #522E41 background

This text has black color on #522E41 background.


White color preview on #522E41 background

This text has white color on #522E41 background.


Related colors

Complementary color

Complementary color for #hex is #ADD1BE.


I love getcolorcode.com

Triadic colors

1 #41522E and #2E4152 with #522E41 are triadic colors.

2 #412E52 and #2E5241 with #522E41 are triadic colors.