COLOR #520F12

HEX: #520F12 RGB: (82,15,18)

Color info

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

RGB color model

#520F12 color RGB value is (82,15,18).

RGB: (82,15,18) (32%, 6%, 7%)

RGB channels and saturation

R 82 of 255 = 32%
G 15 of 255 = 6%
B 18 of 255 = 7%

82
15
18

R + G + B ~ 15%. #520F12 is dark color.

Portions of RGB colors in percentages

R + G + B = 82 + 15 + 18 = 115 (100%)
R 82 of 115 ~ 71.3%
G 15 of 115 ~ 13.04%
B 18 of 115 ~ 15.65'%

%71.3
%13.04
%15.65

CMYK color model

#520F12 color CMYK value is (0,82,78,68).

  • cyan value is 0.00%
  • magenta value is 81.71%
  • yellow value is 78.05%
  • key color value is 67.84%

CMYK: (0,82,78,68)
C0M82Y78K68 (0%, 82%, 78%, 68%)
(0.00 / 0.82 / 0.78 / 0.68)

CMYK percentages

%0
%81.71
%78.05
%67.84

Codes

Color #520F12 in popluar color models

52 0F 12
RGB 82 15 18
HSL 357° 69.07% 19.02%
HSB/HSV 357° 81.71% 32.16%
CMYK 0.00% 81.71% 78.05%
67.84%

Color #520F12 in popluar number systems.

HEX 52 0F 12
Decimal 82 15 18
Binary 1010010 1111 10010
Octal 122 17 22

Shades and tints

Shades of #520F12

#520F12
(82,15,18)
#4B0E11
(75,14,17)
#440D10
(68,13,16)
#3D0C0F
(61,12,15)
#360B0E
(54,11,14)
#2F0A0D
(47,10,13)
#28090C
(40,9,12)
#21080B
(33,8,11)
#1A070A
(26,7,10)
#130609
(19,6,9)
#0C0508
(12,5,8)
#000000
(0,0,0)

Tints of #520F12

#520F12
(82,15,18)
#612427
(97,36,39)
#70393C
(112,57,60)
#7F4E51
(127,78,81)
#8E6366
(142,99,102)
#9D787B
(157,120,123)
#AC8D90
(172,141,144)
#BBA2A5
(187,162,165)
#CAB7BA
(202,183,186)
#D9CCCF
(217,204,207)
#E8E1E4
(232,225,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #520F12 color. Also use rgb(82,15,18) instead hex code.

Text Font Color

.myTextColor { color: #520F12; }

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

This text font color is #520F12.

Background Color

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

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

This div background color is #520F12.

Border color

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

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

This div border color is #520F12.

Opacity

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

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

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

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

This text has shadow with #520F12 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #520F12.

Preview

Color preview on black background

This text has color #520F12 on black background.


Color preview on white background

This text has color #520F12 on white background.


Black color preview on #520F12 background

This text has black color on #520F12 background.


White color preview on #520F12 background

This text has white color on #520F12 background.


Related colors

Complementary color

Complementary color for #hex is #ADF0ED.


I love getcolorcode.com

Triadic colors

1 #12520F and #0F1252 with #520F12 are triadic colors.

2 #120F52 and #0F5212 with #520F12 are triadic colors.