COLOR #522C25

HEX: #522C25
RGB: (82,44,37)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

82
44
37

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

Portions of RGB colors in percentages

R + G + B =
82 + 44 + 37 = 163 (100%)
R 82 of 163 ~ 50.31%
G 44 of 163 ~ 26.99%
B 37 of 163 ~ 22.7%

%50.31
%26.99
%22.7

CMYK color model

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

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

CMYK percentages

%0
%46.34
%54.88
%67.84

Codes

Color #522C25 in popluar color models

522C25
RGB824437
HSL37.82%23.33%
HSB/HSV54.88%32.16%
CMYK0.00%46.34%54.88%
67.84%

Color #522C25 in popluar number systems.

HEX522C25
Decimal824437
Binary1010010101100100101
Octal1225445

Shades and tints

Shades of #522C25

#522C25
(82,44,37)
#4B2822
(75,40,34)
#44241F
(68,36,31)
#3D201C
(61,32,28)
#361C19
(54,28,25)
#2F1816
(47,24,22)
#281413
(40,20,19)
#211010
(33,16,16)
#1A0C0D
(26,12,13)
#13080A
(19,8,10)
#0C0407
(12,4,7)
#000000
(0,0,0)

Tints of #522C25

#522C25
(82,44,37)
#613F38
(97,63,56)
#70524B
(112,82,75)
#7F655E
(127,101,94)
#8E7871
(142,120,113)
#9D8B84
(157,139,132)
#AC9E97
(172,158,151)
#BBB1AA
(187,177,170)
#CAC4BD
(202,196,189)
#D9D7D0
(217,215,208)
#E8EAE3
(232,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #522C25; }

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

This text font color is #522C25.


Background Color

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

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

This div background color is #522C25.


Border color

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

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

This div border color is #522C25.


Opacity

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

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

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

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

This text has shadow with #522C25 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #522C25 on black background.


Color preview on white background

This text has color #522C25 on white background.



Black color preview on #522C25 background

This text has black color on #522C25 background.


White color preview on #522C25 background

This text has white color on #522C25 background.