COLOR #522728

HEX: #522728
RGB: (82,39,40)

Color info

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

RGB color model

#522728 color RGB value is (82,39,40).

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

RGB channels and saturation

R 82 of 255 = 32%
G 39 of 255 = 15%
B 40 of 255 = 16%

82
39
40

R + G + B ~ 21%. #522728 is dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 39 + 40 = 161 (100%)
R 82 of 161 ~ 50.93%
G 39 of 161 ~ 24.22%
B 40 of 161 ~ 24.84%

%50.93
%24.22
%24.84

CMYK color model

#522728 color CMYK value is (0,52,51,68).

  • cyan value is 0.00%
  • magenta value is 52.44%
  • yellow value is 51.22%
  • key color value is 67.84%
CMYK:
(0,52,51,68)
C0M52Y51K68 
(0%,52%,51%,68%)
(0.00/0.52/0.51/0.68)	

CMYK percentages

%0
%52.44
%51.22
%67.84

Codes

Color #522728 in popluar color models

522728
RGB823940
HSL359°35.54%23.73%
HSB/HSV359°52.44%32.16%
CMYK0.00%52.44%51.22%
67.84%

Color #522728 in popluar number systems.

HEX522728
Decimal823940
Binary1010010100111101000
Octal1224750

Shades and tints

Shades of #522728

#522728
(82,39,40)
#4B2425
(75,36,37)
#442122
(68,33,34)
#3D1E1F
(61,30,31)
#361B1C
(54,27,28)
#2F1819
(47,24,25)
#281516
(40,21,22)
#211213
(33,18,19)
#1A0F10
(26,15,16)
#130C0D
(19,12,13)
#0C090A
(12,9,10)
#000000
(0,0,0)

Tints of #522728

#522728
(82,39,40)
#613A3B
(97,58,59)
#704D4E
(112,77,78)
#7F6061
(127,96,97)
#8E7374
(142,115,116)
#9D8687
(157,134,135)
#AC999A
(172,153,154)
#BBACAD
(187,172,173)
#CABFC0
(202,191,192)
#D9D2D3
(217,210,211)
#E8E5E6
(232,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #522728; }

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

This text font color is #522728.


Background Color

.myBgColor { background-color: #522728; }

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

This div background color is #522728.


Border color

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

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

This div border color is #522728.


Opacity

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

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

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

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

This text has shadow with #522728 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #522728 on black background.


Color preview on white background

This text has color #522728 on white background.



Black color preview on #522728 background

This text has black color on #522728 background.


White color preview on #522728 background

This text has white color on #522728 background.