COLOR #520F14

HEX: #520F14
RGB: (82,15,20)

Renk bilgisi

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

RGB renk modeli

#520F14 color RGB value is (82,15,20).

  • kırmız ton 82;
  • yeşil ton 15;
  • mavi ton 20.
RGB:
(82,15,20)
(32%,6%,8%)

RGB bağlantıları ve doygunluk

R 82 of 255 = 32%
G 15 of 255 = 6%
B 20 of 255 = 8%

82
15
20

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

Yüzdelerle RGB renk parçaları

R + G + B =
82 + 15 + 20 = 117 (100%)
R 82 of 117 ~ 70.09%
G 15 of 117 ~ 12.82%
B 20 of 117 ~ 17.09%

%70.09
%12.82
%17.09

CMYK RENK MODELİ

#520F14 rengi CMYK tonu (0,82,76,68).

  • camgöbeği tonu 0.00%
  • eflatun tonu 81.71%
  • sarı tonu 75.61%
  • ana renk tonu 67.84%
CMYK:
(0,82,76,68)
C0M82Y76K68 
(0%,82%,76%,68%)
(0.00/0.82/0.76/0.68)	

CMYK yüzdeleri

%0
%81.71
%75.61
%67.84

Codes

Color #520F14 in popluar color models

520F14
RGB821520
HSL356°69.07%19.02%
HSB/HSV356°81.71%32.16%
CMYK0.00%81.71%75.61%
67.84%

Color #520F14 in popluar number systems.

HEX520F14
Decimal821520
Binary1010010111110100
Octal1221724

Shades and tints

Shades of #520F14

#520F14
(82,15,20)
#4B0E13
(75,14,19)
#440D12
(68,13,18)
#3D0C11
(61,12,17)
#360B10
(54,11,16)
#2F0A0F
(47,10,15)
#28090E
(40,9,14)
#21080D
(33,8,13)
#1A070C
(26,7,12)
#13060B
(19,6,11)
#0C050A
(12,5,10)
#000000
(0,0,0)

Tints of #520F14

#520F14
(82,15,20)
#612429
(97,36,41)
#70393E
(112,57,62)
#7F4E53
(127,78,83)
#8E6368
(142,99,104)
#9D787D
(157,120,125)
#AC8D92
(172,141,146)
#BBA2A7
(187,162,167)
#CAB7BC
(202,183,188)
#D9CCD1
(217,204,209)
#E8E1E6
(232,225,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #520F14; }

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

This text font color is #520F14.


Background Color

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

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

This div background color is #520F14.


Border color

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

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

This div border color is #520F14.


Opacity

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

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

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

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

This text has shadow with #520F14 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #520F14 on black background.


Color preview on white background

This text has color #520F14 on white background.



Black color preview on #520F14 background

This text has black color on #520F14 background.


White color preview on #520F14 background

This text has white color on #520F14 background.