COLOR #520D09

HEX: #520D09
RGB: (82,13,9)

Color info

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

RGB color model

#520D09 color RGB value is (82,13,9).

  • red value is 82;
  • green value is 13;
  • blue value is 9.
RGB:
(82,13,9)
(32%,5%,4%)

RGB channels and saturation

R 82 of 255 = 32%
G 13 of 255 = 5%
B 9 of 255 = 4%

82
13
9

R + G + B ~ 14%. #520D09 is dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 13 + 9 = 104 (100%)
R 82 of 104 ~ 78.85%
G 13 of 104 ~ 12.5%
B 9 of 104 ~ 8.65%

%78.85
%12.5

CMYK color model

#520D09 color CMYK value is (0,84,89,68).

  • cyan value is 0.00%
  • magenta value is 84.15%
  • yellow value is 89.02%
  • key color value is 67.84%
CMYK:
(0,84,89,68)
C0M84Y89K68 
(0%,84%,89%,68%)
(0.00/0.84/0.89/0.68)	

CMYK percentages

%0
%84.15
%89.02
%67.84

Codes

Color #520D09 in popluar color models

520D09
RGB82139
HSL80.22%17.84%
HSB/HSV89.02%32.16%
CMYK0.00%84.15%89.02%
67.84%

Color #520D09 in popluar number systems.

HEX520D09
Decimal82139
Binary101001011011001
Octal1221511

Shades and tints

Shades of #520D09

#520D09
(82,13,9)
#4B0C09
(75,12,9)
#440B09
(68,11,9)
#3D0A09
(61,10,9)
#360909
(54,9,9)
#2F0809
(47,8,9)
#280709
(40,7,9)
#210609
(33,6,9)
#1A0509
(26,5,9)
#130409
(19,4,9)
#0C0309
(12,3,9)
#000000
(0,0,0)

Tints of #520D09

#520D09
(82,13,9)
#61231F
(97,35,31)
#703935
(112,57,53)
#7F4F4B
(127,79,75)
#8E6561
(142,101,97)
#9D7B77
(157,123,119)
#AC918D
(172,145,141)
#BBA7A3
(187,167,163)
#CABDB9
(202,189,185)
#D9D3CF
(217,211,207)
#E8E9E5
(232,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #520D09 color. Also use rgb(82,13,9) instead hex code.

Text Font Color

.myTextColor { color: #520D09; }

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

This text font color is #520D09.


Background Color

.myBgColor { background-color: #520D09; }

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

This div background color is #520D09.


Border color

.myBorderColor { border: 1px solid #520D09; }

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

This div border color is #520D09.


Opacity

.myOpacity80 { color: #520D09; opacity: 0.8; }

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

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

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

This text has shadow with #520D09 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #520D09 on black background.


Color preview on white background

This text has color #520D09 on white background.



Black color preview on #520D09 background

This text has black color on #520D09 background.


White color preview on #520D09 background

This text has white color on #520D09 background.