COLOR #522236

HEX: #522236
RGB: (82,34,54)

Color info

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

RGB color model

#522236 color RGB value is (82,34,54).

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

RGB channels and saturation

R 82 of 255 = 32%
G 34 of 255 = 13%
B 54 of 255 = 21%

82
34
54

R + G + B ~ 22%. #522236 is dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 34 + 54 = 170 (100%)
R 82 of 170 ~ 48.24%
G 34 of 170 ~ 20%
B 54 of 170 ~ 31.76%

%48.24
%20
%31.76

CMYK color model

#522236 color CMYK value is (0,59,34,68).

  • cyan value is 0.00%
  • magenta value is 58.54%
  • yellow value is 34.15%
  • key color value is 67.84%
CMYK:
(0,59,34,68)
C0M59Y34K68 
(0%,59%,34%,68%)
(0.00/0.59/0.34/0.68)	

CMYK percentages

%0
%58.54
%34.15
%67.84

Codes

Color #522236 in popluar color models

522236
RGB823454
HSL335°41.38%22.75%
HSB/HSV335°58.54%32.16%
CMYK0.00%58.54%34.15%
67.84%

Color #522236 in popluar number systems.

HEX522236
Decimal823454
Binary1010010100010110110
Octal1224266

Shades and tints

Shades of #522236

#522236
(82,34,54)
#4B1F32
(75,31,50)
#441C2E
(68,28,46)
#3D192A
(61,25,42)
#361626
(54,22,38)
#2F1322
(47,19,34)
#28101E
(40,16,30)
#210D1A
(33,13,26)
#1A0A16
(26,10,22)
#130712
(19,7,18)
#0C040E
(12,4,14)
#000000
(0,0,0)

Tints of #522236

#522236
(82,34,54)
#613648
(97,54,72)
#704A5A
(112,74,90)
#7F5E6C
(127,94,108)
#8E727E
(142,114,126)
#9D8690
(157,134,144)
#AC9AA2
(172,154,162)
#BBAEB4
(187,174,180)
#CAC2C6
(202,194,198)
#D9D6D8
(217,214,216)
#E8EAEA
(232,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #522236; }

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

This text font color is #522236.


Background Color

.myBgColor { background-color: #522236; }

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

This div background color is #522236.


Border color

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

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

This div border color is #522236.


Opacity

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

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

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

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

This text has shadow with #522236 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #522236 on black background.


Color preview on white background

This text has color #522236 on white background.



Black color preview on #522236 background

This text has black color on #522236 background.


White color preview on #522236 background

This text has white color on #522236 background.