COLOR #522E4A

HEX: #522E4A
RGB: (82,46,74)

Color info

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

RGB color model

#522E4A color RGB value is (82,46,74).

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

RGB channels and saturation

R 82 of 255 = 32%
G 46 of 255 = 18%
B 74 of 255 = 29%

82
46
74

R + G + B ~ 26%. #522E4A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 46 + 74 = 202 (100%)
R 82 of 202 ~ 40.59%
G 46 of 202 ~ 22.77%
B 74 of 202 ~ 36.63%

%40.59
%22.77
%36.63

CMYK color model

#522E4A color CMYK value is (0,44,10,68).

  • cyan value is 0.00%
  • magenta value is 43.90%
  • yellow value is 9.76%
  • key color value is 67.84%
CMYK: (0,44,10,68) C0M44Y10K68 (0%,44%,10%,68%) (0.00/0.44/0.10/0.68)

CMYK percentages

%0
%43.9
%9.76
%67.84

Codes

Color #522E4A in popluar color models

522E4A
RGB824674
HSL313°28.13%25.10%
HSB/HSV313°43.90%32.16%
CMYK0.00%43.90%9.76%
67.84%

Color #522E4A in popluar number systems.

HEX522E4A
Decimal824674
Binary10100101011101001010
Octal12256112

Shades and tints

Shades of #522E4A

#522E4A
(82,46,74)
#4B2A44
(75,42,68)
#44263E
(68,38,62)
#3D2238
(61,34,56)
#361E32
(54,30,50)
#2F1A2C
(47,26,44)
#281626
(40,22,38)
#211220
(33,18,32)
#1A0E1A
(26,14,26)
#130A14
(19,10,20)
#0C060E
(12,6,14)
#000000
(0,0,0)

Tints of #522E4A

#522E4A
(82,46,74)
#61415A
(97,65,90)
#70546A
(112,84,106)
#7F677A
(127,103,122)
#8E7A8A
(142,122,138)
#9D8D9A
(157,141,154)
#ACA0AA
(172,160,170)
#BBB3BA
(187,179,186)
#CAC6CA
(202,198,202)
#D9D9DA
(217,217,218)
#E8ECEA
(232,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #522E4A; }

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

This text font color is #522E4A.


Background Color

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

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

This div background color is #522E4A.


Border color

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

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

This div border color is #522E4A.


Opacity

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

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

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

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

This text has shadow with #522E4A color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #522E4A on black background.


Color preview on white background

This text has color #522E4A on white background.



Black color preview on #522E4A background

This text has black color on #522E4A background.


White color preview on #522E4A background

This text has white color on #522E4A background.