COLOR #520E12

HEX: #520E12
RGB: (82,14,18)

Renk bilgisi

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

RGB renk modeli

#520E12 color RGB value is (82,14,18).

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

RGB bağlantıları ve doygunluk

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

82
14
18

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

Yüzdelerle RGB renk parçaları

R + G + B =
82 + 14 + 18 = 114 (100%)
R 82 of 114 ~ 71.93%
G 14 of 114 ~ 12.28%
B 18 of 114 ~ 15.79%

%71.93
%12.28
%15.79

CMYK RENK MODELİ

#520E12 rengi CMYK tonu (0,83,78,68).

  • camgöbeği tonu 0.00%
  • eflatun tonu 82.93%
  • sarı tonu 78.05%
  • ana renk tonu 67.84%
CMYK:
(0,83,78,68)
C0M83Y78K68 
(0%,83%,78%,68%)
(0.00/0.83/0.78/0.68)	

CMYK yüzdeleri

%0
%82.93
%78.05
%67.84

Codes

Color #520E12 in popluar color models

520E12
RGB821418
HSL356°70.83%18.82%
HSB/HSV356°82.93%32.16%
CMYK0.00%82.93%78.05%
67.84%

Color #520E12 in popluar number systems.

HEX520E12
Decimal821418
Binary1010010111010010
Octal1221622

Shades and tints

Shades of #520E12

#520E12
(82,14,18)
#4B0D11
(75,13,17)
#440C10
(68,12,16)
#3D0B0F
(61,11,15)
#360A0E
(54,10,14)
#2F090D
(47,9,13)
#28080C
(40,8,12)
#21070B
(33,7,11)
#1A060A
(26,6,10)
#130509
(19,5,9)
#0C0408
(12,4,8)
#000000
(0,0,0)

Tints of #520E12

#520E12
(82,14,18)
#612327
(97,35,39)
#70383C
(112,56,60)
#7F4D51
(127,77,81)
#8E6266
(142,98,102)
#9D777B
(157,119,123)
#AC8C90
(172,140,144)
#BBA1A5
(187,161,165)
#CAB6BA
(202,182,186)
#D9CBCF
(217,203,207)
#E8E0E4
(232,224,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #520E12; }

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

This text font color is #520E12.


Background Color

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

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

This div background color is #520E12.


Border color

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

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

This div border color is #520E12.


Opacity

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

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

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

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

This text has shadow with #520E12 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #520E12 on black background.


Color preview on white background

This text has color #520E12 on white background.



Black color preview on #520E12 background

This text has black color on #520E12 background.


White color preview on #520E12 background

This text has white color on #520E12 background.