COLOR #522A35

HEX: #522A35
RGB: (82,42,53)

Color info

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

RGB color model

#522A35 color RGB value is (82,42,53).

  • red value is 82;
  • green value is 42;
  • blue value is 53.
RGB:
(82,42,53)
(32%,16%,21%)

RGB channels and saturation

R 82 of 255 = 32%
G 42 of 255 = 16%
B 53 of 255 = 21%

82
42
53

R + G + B ~ 23%. #522A35 is dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 42 + 53 = 177 (100%)
R 82 of 177 ~ 46.33%
G 42 of 177 ~ 23.73%
B 53 of 177 ~ 29.94%

%46.33
%23.73
%29.94

CMYK color model

#522A35 color CMYK value is (0,49,35,68).

  • cyan value is 0.00%
  • magenta value is 48.78%
  • yellow value is 35.37%
  • key color value is 67.84%
CMYK:
(0,49,35,68)
C0M49Y35K68 
(0%,49%,35%,68%)
(0.00/0.49/0.35/0.68)	

CMYK percentages

%0
%48.78
%35.37
%67.84

Codes

Color #522A35 in popluar color models

522A35
RGB824253
HSL344°32.26%24.31%
HSB/HSV344°48.78%32.16%
CMYK0.00%48.78%35.37%
67.84%

Color #522A35 in popluar number systems.

HEX522A35
Decimal824253
Binary1010010101010110101
Octal1225265

Shades and tints

Shades of #522A35

#522A35
(82,42,53)
#4B2731
(75,39,49)
#44242D
(68,36,45)
#3D2129
(61,33,41)
#361E25
(54,30,37)
#2F1B21
(47,27,33)
#28181D
(40,24,29)
#211519
(33,21,25)
#1A1215
(26,18,21)
#130F11
(19,15,17)
#0C0C0D
(12,12,13)
#000000
(0,0,0)

Tints of #522A35

#522A35
(82,42,53)
#613D47
(97,61,71)
#705059
(112,80,89)
#7F636B
(127,99,107)
#8E767D
(142,118,125)
#9D898F
(157,137,143)
#AC9CA1
(172,156,161)
#BBAFB3
(187,175,179)
#CAC2C5
(202,194,197)
#D9D5D7
(217,213,215)
#E8E8E9
(232,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #522A35 color. Also use rgb(82,42,53) instead hex code.

Text Font Color

.myTextColor { color: #522A35; }

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

This text font color is #522A35.


Background Color

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

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

This div background color is #522A35.


Border color

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

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

This div border color is #522A35.


Opacity

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

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

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

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

This text has shadow with #522A35 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #522A35 on black background.


Color preview on white background

This text has color #522A35 on white background.



Black color preview on #522A35 background

This text has black color on #522A35 background.


White color preview on #522A35 background

This text has white color on #522A35 background.