COLOR #520626

HEX: #520626
RGB: (82,6,38)

Color info

#520626 contains mainly red and blue colors. Web safe color of #520626 is #660033 (or #603).

RGB color model

#520626 color RGB value is (82,6,38).

  • red value is 82;
  • green value is 6;
  • blue value is 38.
RGB:
(82,6,38)
(32%,2%,15%)

RGB channels and saturation

R 82 of 255 = 32%
G 6 of 255 = 2%
B 38 of 255 = 15%

82
6
38

R + G + B ~ 16%. #520626 is dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 6 + 38 = 126 (100%)
R 82 of 126 ~ 65.08%
G 6 of 126 ~ 4.76%
B 38 of 126 ~ 30.16%

%65.08
%30.16

CMYK color model

#520626 color CMYK value is (0,93,54,68).

  • cyan value is 0.00%
  • magenta value is 92.68%
  • yellow value is 53.66%
  • key color value is 67.84%
CMYK:
(0,93,54,68)
C0M93Y54K68 
(0%,93%,54%,68%)
(0.00/0.93/0.54/0.68)	

CMYK percentages

%0
%92.68
%53.66
%67.84

Codes

Color #520626 in popluar color models

520626
RGB82638
HSL335°86.36%17.25%
HSB/HSV335°92.68%32.16%
CMYK0.00%92.68%53.66%
67.84%

Color #520626 in popluar number systems.

HEX520626
Decimal82638
Binary1010010110100110
Octal122646

Shades and tints

Shades of #520626

#520626
(82,6,38)
#4B0623
(75,6,35)
#440620
(68,6,32)
#3D061D
(61,6,29)
#36061A
(54,6,26)
#2F0617
(47,6,23)
#280614
(40,6,20)
#210611
(33,6,17)
#1A060E
(26,6,14)
#13060B
(19,6,11)
#0C0608
(12,6,8)
#000000
(0,0,0)

Tints of #520626

#520626
(82,6,38)
#611C39
(97,28,57)
#70324C
(112,50,76)
#7F485F
(127,72,95)
#8E5E72
(142,94,114)
#9D7485
(157,116,133)
#AC8A98
(172,138,152)
#BBA0AB
(187,160,171)
#CAB6BE
(202,182,190)
#D9CCD1
(217,204,209)
#E8E2E4
(232,226,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #520626 color. Also use rgb(82,6,38) instead hex code.

Text Font Color

.myTextColor { color: #520626; }

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

This text font color is #520626.


Background Color

.myBgColor { background-color: #520626; }

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

This div background color is #520626.


Border color

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

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

This div border color is #520626.


Opacity

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

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

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

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

This text has shadow with #520626 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #520626 on black background.


Color preview on white background

This text has color #520626 on white background.



Black color preview on #520626 background

This text has black color on #520626 background.


White color preview on #520626 background

This text has white color on #520626 background.