COLOR #520907

HEX: #520907
RGB: (82,9,7)

Color info

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

RGB color model

#520907 color RGB value is (82,9,7).

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

RGB channels and saturation

R 82 of 255 = 32%
G 9 of 255 = 4%
B 7 of 255 = 3%

82
9
7

R + G + B ~ 13%. #520907 is dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 9 + 7 = 98 (100%)
R 82 of 98 ~ 83.67%
G 9 of 98 ~ 9.18%
B 7 of 98 ~ 7.14%

%83.67

CMYK color model

#520907 color CMYK value is (0,89,91,68).

  • cyan value is 0.00%
  • magenta value is 89.02%
  • yellow value is 91.46%
  • key color value is 67.84%
CMYK:
(0,89,91,68)
C0M89Y91K68 
(0%,89%,91%,68%)
(0.00/0.89/0.91/0.68)	

CMYK percentages

%0
%89.02
%91.46
%67.84

Codes

Color #520907 in popluar color models

520907
RGB8297
HSL84.27%17.45%
HSB/HSV91.46%32.16%
CMYK0.00%89.02%91.46%
67.84%

Color #520907 in popluar number systems.

HEX520907
Decimal8297
Binary10100101001111
Octal122117

Shades and tints

Shades of #520907

#520907
(82,9,7)
#4B0907
(75,9,7)
#440907
(68,9,7)
#3D0907
(61,9,7)
#360907
(54,9,7)
#2F0907
(47,9,7)
#280907
(40,9,7)
#210907
(33,9,7)
#1A0907
(26,9,7)
#130907
(19,9,7)
#0C0907
(12,9,7)
#000000
(0,0,0)

Tints of #520907

#520907
(82,9,7)
#611F1D
(97,31,29)
#703533
(112,53,51)
#7F4B49
(127,75,73)
#8E615F
(142,97,95)
#9D7775
(157,119,117)
#AC8D8B
(172,141,139)
#BBA3A1
(187,163,161)
#CAB9B7
(202,185,183)
#D9CFCD
(217,207,205)
#E8E5E3
(232,229,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #520907; }

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

This text font color is #520907.


Background Color

.myBgColor { background-color: #520907; }

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

This div background color is #520907.


Border color

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

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

This div border color is #520907.


Opacity

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

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

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

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

This text has shadow with #520907 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #520907 on black background.


Color preview on white background

This text has color #520907 on white background.



Black color preview on #520907 background

This text has black color on #520907 background.


White color preview on #520907 background

This text has white color on #520907 background.