COLOR #520512

HEX: #520512
RGB: (82,5,18)

Renk bilgisi

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

RGB renk modeli

#520512 color RGB value is (82,5,18).

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

RGB bağlantıları ve doygunluk

R 82 of 255 = 32%
G 5 of 255 = 2%
B 18 of 255 = 7%

82
5
18

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

Yüzdelerle RGB renk parçaları

R + G + B =
82 + 5 + 18 = 105 (100%)
R 82 of 105 ~ 78.1%
G 5 of 105 ~ 4.76%
B 18 of 105 ~ 17.14%

%78.1
%17.14

CMYK RENK MODELİ

#520512 rengi CMYK tonu (0,94,78,68).

  • camgöbeği tonu 0.00%
  • eflatun tonu 93.90%
  • sarı tonu 78.05%
  • ana renk tonu 67.84%
CMYK:
(0,94,78,68)
C0M94Y78K68 
(0%,94%,78%,68%)
(0.00/0.94/0.78/0.68)	

CMYK yüzdeleri

%0
%93.9
%78.05
%67.84

Codes

Color #520512 in popluar color models

520512
RGB82518
HSL350°88.51%17.06%
HSB/HSV350°93.90%32.16%
CMYK0.00%93.90%78.05%
67.84%

Color #520512 in popluar number systems.

HEX520512
Decimal82518
Binary101001010110010
Octal122522

Shades and tints

Shades of #520512

#520512
(82,5,18)
#4B0511
(75,5,17)
#440510
(68,5,16)
#3D050F
(61,5,15)
#36050E
(54,5,14)
#2F050D
(47,5,13)
#28050C
(40,5,12)
#21050B
(33,5,11)
#1A050A
(26,5,10)
#130509
(19,5,9)
#0C0508
(12,5,8)
#000000
(0,0,0)

Tints of #520512

#520512
(82,5,18)
#611B27
(97,27,39)
#70313C
(112,49,60)
#7F4751
(127,71,81)
#8E5D66
(142,93,102)
#9D737B
(157,115,123)
#AC8990
(172,137,144)
#BB9FA5
(187,159,165)
#CAB5BA
(202,181,186)
#D9CBCF
(217,203,207)
#E8E1E4
(232,225,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #520512; }

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

This text font color is #520512.


Background Color

.myBgColor { background-color: #520512; }

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

This div background color is #520512.


Border color

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

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

This div border color is #520512.


Opacity

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

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

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

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

This text has shadow with #520512 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #520512 on black background.


Color preview on white background

This text has color #520512 on white background.



Black color preview on #520512 background

This text has black color on #520512 background.


White color preview on #520512 background

This text has white color on #520512 background.