COLOR #520012

HEX: #520012
RGB: (82,0,18)

Renk bilgisi

#520012 contains mainly red color. #520012 ‘ nin web güvenlik rengi #660000 (ya da #600) dir.

RGB renk modeli

#520012 color RGB value is (82,0,18).

  • kırmız ton 82;
  • yeşil ton 0;
  • mavi ton 18.
RGB:
(82,0,18)
(32%,0%,7%)

RGB bağlantıları ve doygunluk

R 82 of 255 = 32%
G 0 of 255 = 0%
B 18 of 255 = 7%

82
0
18

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

Yüzdelerle RGB renk parçaları

R + G + B =
82 + 0 + 18 = 100 (100%)
R 82 of 100 ~ 82%
G 0 of 100 ~ 0%
B 18 of 100 ~ 18%

%82
%18

CMYK RENK MODELİ

#520012 rengi CMYK tonu (0,100,78,68).

  • camgöbeği tonu 0.00%
  • eflatun tonu 100.00%
  • sarı tonu 78.05%
  • ana renk tonu 67.84%
CMYK:
(0,100,78,68)
C0M100Y78K68 
(0%,100%,78%,68%)
(0.00/1.00/0.78/0.68)	

CMYK yüzdeleri

%0
%100
%78.05
%67.84

Codes

Color #520012 in popluar color models

520012
RGB82018
HSL347°100.00%16.08%
HSB/HSV347°100.00%32.16%
CMYK0.00%100.00%78.05%
67.84%

Color #520012 in popluar number systems.

HEX520012
Decimal82018
Binary1010010010010
Octal122022

Shades and tints

Shades of #520012

#520012
(82,0,18)
#4B0011
(75,0,17)
#440010
(68,0,16)
#3D000F
(61,0,15)
#36000E
(54,0,14)
#2F000D
(47,0,13)
#28000C
(40,0,12)
#21000B
(33,0,11)
#1A000A
(26,0,10)
#130009
(19,0,9)
#0C0008
(12,0,8)
#000000
(0,0,0)

Tints of #520012

#520012
(82,0,18)
#611727
(97,23,39)
#702E3C
(112,46,60)
#7F4551
(127,69,81)
#8E5C66
(142,92,102)
#9D737B
(157,115,123)
#AC8A90
(172,138,144)
#BBA1A5
(187,161,165)
#CAB8BA
(202,184,186)
#D9CFCF
(217,207,207)
#E8E6E4
(232,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #520012; }

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

This text font color is #520012.


Background Color

.myBgColor { background-color: #520012; }

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

This div background color is #520012.


Border color

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

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

This div border color is #520012.


Opacity

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

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

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

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

This text has shadow with #520012 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #520012 on black background.


Color preview on white background

This text has color #520012 on white background.



Black color preview on #520012 background

This text has black color on #520012 background.


White color preview on #520012 background

This text has white color on #520012 background.