COLOR #522C2C

HEX: #522C2C
RGB: (82,44,44)

Color info

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

RGB color model

#522C2C color RGB value is (82,44,44).

  • red value is 82;
  • green value is 44;
  • blue value is 44.
RGB:
(82,44,44)
(32%,17%,17%)

RGB channels and saturation

R 82 of 255 = 32%
G 44 of 255 = 17%
B 44 of 255 = 17%

82
44
44

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

Portions of RGB colors in percentages

R + G + B =
82 + 44 + 44 = 170 (100%)
R 82 of 170 ~ 48.24%
G 44 of 170 ~ 25.88%
B 44 of 170 ~ 25.88%

%48.24
%25.88
%25.88

CMYK color model

#522C2C color CMYK value is (0,46,46,68).

  • cyan value is 0.00%
  • magenta value is 46.34%
  • yellow value is 46.34%
  • key color value is 67.84%
CMYK:
(0,46,46,68)
C0M46Y46K68 
(0%,46%,46%,68%)
(0.00/0.46/0.46/0.68)	

CMYK percentages

%0
%46.34
%46.34
%67.84

Codes

Color #522C2C in popluar color models

522C2C
RGB824444
HSL30.16%24.71%
HSB/HSV46.34%32.16%
CMYK0.00%46.34%46.34%
67.84%

Color #522C2C in popluar number systems.

HEX522C2C
Decimal824444
Binary1010010101100101100
Octal1225454

Shades and tints

Shades of #522C2C

#522C2C
(82,44,44)
#4B2828
(75,40,40)
#442424
(68,36,36)
#3D2020
(61,32,32)
#361C1C
(54,28,28)
#2F1818
(47,24,24)
#281414
(40,20,20)
#211010
(33,16,16)
#1A0C0C
(26,12,12)
#130808
(19,8,8)
#0C0404
(12,4,4)
#000000
(0,0,0)

Tints of #522C2C

#522C2C
(82,44,44)
#613F3F
(97,63,63)
#705252
(112,82,82)
#7F6565
(127,101,101)
#8E7878
(142,120,120)
#9D8B8B
(157,139,139)
#AC9E9E
(172,158,158)
#BBB1B1
(187,177,177)
#CAC4C4
(202,196,196)
#D9D7D7
(217,215,215)
#E8EAEA
(232,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #522C2C; }

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

This text font color is #522C2C.


Background Color

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

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

This div background color is #522C2C.


Border color

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

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

This div border color is #522C2C.


Opacity

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

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

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

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

This text has shadow with #522C2C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #522C2C on black background.


Color preview on white background

This text has color #522C2C on white background.



Black color preview on #522C2C background

This text has black color on #522C2C background.


White color preview on #522C2C background

This text has white color on #522C2C background.