COLOR #520208

HEX: #520208
RGB: (82,2,8)

Color info

#520208 contains mainly red color. Web safe color of #520208 is #660000 (or #600).

RGB color model

#520208 color RGB value is (82,2,8).

  • red value is 82;
  • green value is 2;
  • blue value is 8.
RGB:
(82,2,8)
(32%,1%,3%)

RGB channels and saturation

R 82 of 255 = 32%
G 2 of 255 = 1%
B 8 of 255 = 3%

82
2
8

R + G + B ~ 12%. #520208 is dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 2 + 8 = 92 (100%)
R 82 of 92 ~ 89.13%
G 2 of 92 ~ 2.17%
B 8 of 92 ~ 8.7%

%89.13

CMYK color model

#520208 color CMYK value is (0,98,90,68).

  • cyan value is 0.00%
  • magenta value is 97.56%
  • yellow value is 90.24%
  • key color value is 67.84%
CMYK:
(0,98,90,68)
C0M98Y90K68 
(0%,98%,90%,68%)
(0.00/0.98/0.90/0.68)	

CMYK percentages

%0
%97.56
%90.24
%67.84

Codes

Color #520208 in popluar color models

520208
RGB8228
HSL356°95.24%16.47%
HSB/HSV356°97.56%32.16%
CMYK0.00%97.56%90.24%
67.84%

Color #520208 in popluar number systems.

HEX520208
Decimal8228
Binary1010010101000
Octal122210

Shades and tints

Shades of #520208

#520208
(82,2,8)
#4B0208
(75,2,8)
#440208
(68,2,8)
#3D0208
(61,2,8)
#360208
(54,2,8)
#2F0208
(47,2,8)
#280208
(40,2,8)
#210208
(33,2,8)
#1A0208
(26,2,8)
#130208
(19,2,8)
#0C0208
(12,2,8)
#000000
(0,0,0)

Tints of #520208

#520208
(82,2,8)
#61191E
(97,25,30)
#703034
(112,48,52)
#7F474A
(127,71,74)
#8E5E60
(142,94,96)
#9D7576
(157,117,118)
#AC8C8C
(172,140,140)
#BBA3A2
(187,163,162)
#CABAB8
(202,186,184)
#D9D1CE
(217,209,206)
#E8E8E4
(232,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #520208 color. Also use rgb(82,2,8) instead hex code.

Text Font Color

.myTextColor { color: #520208; }

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

This text font color is #520208.


Background Color

.myBgColor { background-color: #520208; }

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

This div background color is #520208.


Border color

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

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

This div border color is #520208.


Opacity

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

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

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

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

This text has shadow with #520208 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #520208 on black background.


Color preview on white background

This text has color #520208 on white background.



Black color preview on #520208 background

This text has black color on #520208 background.


White color preview on #520208 background

This text has white color on #520208 background.