COLOR #522313

HEX: #522313
RGB: (82,35,19)

Color info

#522313 contains mainly red and green colors. Web safe color of #522313 is #663300 (or #630).

RGB color model

#522313 color RGB value is (82,35,19).

  • red value is 82;
  • green value is 35;
  • blue value is 19.
RGB:
(82,35,19)
(32%,14%,7%)

RGB channels and saturation

R 82 of 255 = 32%
G 35 of 255 = 14%
B 19 of 255 = 7%

82
35
19

R + G + B ~ 18%. #522313 is dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 35 + 19 = 136 (100%)
R 82 of 136 ~ 60.29%
G 35 of 136 ~ 25.74%
B 19 of 136 ~ 13.97%

%60.29
%25.74
%13.97

CMYK color model

#522313 color CMYK value is (0,57,77,68).

  • cyan value is 0.00%
  • magenta value is 57.32%
  • yellow value is 76.83%
  • key color value is 67.84%
CMYK:
(0,57,77,68)
C0M57Y77K68 
(0%,57%,77%,68%)
(0.00/0.57/0.77/0.68)	

CMYK percentages

%0
%57.32
%76.83
%67.84

Codes

Color #522313 in popluar color models

522313
RGB823519
HSL15°62.38%19.80%
HSB/HSV15°76.83%32.16%
CMYK0.00%57.32%76.83%
67.84%

Color #522313 in popluar number systems.

HEX522313
Decimal823519
Binary101001010001110011
Octal1224323

Shades and tints

Shades of #522313

#522313
(82,35,19)
#4B2012
(75,32,18)
#441D11
(68,29,17)
#3D1A10
(61,26,16)
#36170F
(54,23,15)
#2F140E
(47,20,14)
#28110D
(40,17,13)
#210E0C
(33,14,12)
#1A0B0B
(26,11,11)
#13080A
(19,8,10)
#0C0509
(12,5,9)
#000000
(0,0,0)

Tints of #522313

#522313
(82,35,19)
#613728
(97,55,40)
#704B3D
(112,75,61)
#7F5F52
(127,95,82)
#8E7367
(142,115,103)
#9D877C
(157,135,124)
#AC9B91
(172,155,145)
#BBAFA6
(187,175,166)
#CAC3BB
(202,195,187)
#D9D7D0
(217,215,208)
#E8EBE5
(232,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #522313 color. Also use rgb(82,35,19) instead hex code.

Text Font Color

.myTextColor { color: #522313; }

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

This text font color is #522313.


Background Color

.myBgColor { background-color: #522313; }

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

This div background color is #522313.


Border color

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

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

This div border color is #522313.


Opacity

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

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

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

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

This text has shadow with #522313 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #522313 on black background.


Color preview on white background

This text has color #522313 on white background.



Black color preview on #522313 background

This text has black color on #522313 background.


White color preview on #522313 background

This text has white color on #522313 background.