COLOR #522836

HEX: #522836
RGB: (82,40,54)

Color info

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

RGB color model

#522836 color RGB value is (82,40,54).

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

RGB channels and saturation

R 82 of 255 = 32%
G 40 of 255 = 16%
B 54 of 255 = 21%

82
40
54

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

Portions of RGB colors in percentages

R + G + B =
82 + 40 + 54 = 176 (100%)
R 82 of 176 ~ 46.59%
G 40 of 176 ~ 22.73%
B 54 of 176 ~ 30.68%

%46.59
%22.73
%30.68

CMYK color model

#522836 color CMYK value is (0,51,34,68).

  • cyan value is 0.00%
  • magenta value is 51.22%
  • yellow value is 34.15%
  • key color value is 67.84%
CMYK:
(0,51,34,68)
C0M51Y34K68 
(0%,51%,34%,68%)
(0.00/0.51/0.34/0.68)	

CMYK percentages

%0
%51.22
%34.15
%67.84

Codes

Color #522836 in popluar color models

522836
RGB824054
HSL340°34.43%23.92%
HSB/HSV340°51.22%32.16%
CMYK0.00%51.22%34.15%
67.84%

Color #522836 in popluar number systems.

HEX522836
Decimal824054
Binary1010010101000110110
Octal1225066

Shades and tints

Shades of #522836

#522836
(82,40,54)
#4B2532
(75,37,50)
#44222E
(68,34,46)
#3D1F2A
(61,31,42)
#361C26
(54,28,38)
#2F1922
(47,25,34)
#28161E
(40,22,30)
#21131A
(33,19,26)
#1A1016
(26,16,22)
#130D12
(19,13,18)
#0C0A0E
(12,10,14)
#000000
(0,0,0)

Tints of #522836

#522836
(82,40,54)
#613B48
(97,59,72)
#704E5A
(112,78,90)
#7F616C
(127,97,108)
#8E747E
(142,116,126)
#9D8790
(157,135,144)
#AC9AA2
(172,154,162)
#BBADB4
(187,173,180)
#CAC0C6
(202,192,198)
#D9D3D8
(217,211,216)
#E8E6EA
(232,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #522836; }

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

This text font color is #522836.


Background Color

.myBgColor { background-color: #522836; }

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

This div background color is #522836.


Border color

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

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

This div border color is #522836.


Opacity

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

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

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

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

This text has shadow with #522836 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #522836 on black background.


Color preview on white background

This text has color #522836 on white background.



Black color preview on #522836 background

This text has black color on #522836 background.


White color preview on #522836 background

This text has white color on #522836 background.