COLOR #520C2E

HEX: #520C2E
RGB: (82,12,46)

Renk bilgisi

#520C2E contains mainly red and blue colors. #520C2E ‘ nin web güvenlik rengi #660033 (ya da #603) dir.

RGB renk modeli

#520C2E color RGB value is (82,12,46).

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

RGB bağlantıları ve doygunluk

R 82 of 255 = 32%
G 12 of 255 = 5%
B 46 of 255 = 18%

82
12
46

R + G + B ~ 18%. #520C2E is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
82 + 12 + 46 = 140 (100%)
R 82 of 140 ~ 58.57%
G 12 of 140 ~ 8.57%
B 46 of 140 ~ 32.86%

%58.57
%32.86

CMYK RENK MODELİ

#520C2E rengi CMYK tonu (0,85,44,68).

  • camgöbeği tonu 0.00%
  • eflatun tonu 85.37%
  • sarı tonu 43.90%
  • ana renk tonu 67.84%
CMYK:
(0,85,44,68)
C0M85Y44K68 
(0%,85%,44%,68%)
(0.00/0.85/0.44/0.68)	

CMYK yüzdeleri

%0
%85.37
%43.9
%67.84

Codes

Color #520C2E in popluar color models

520C2E
RGB821246
HSL331°74.47%18.43%
HSB/HSV331°85.37%32.16%
CMYK0.00%85.37%43.90%
67.84%

Color #520C2E in popluar number systems.

HEX520C2E
Decimal821246
Binary10100101100101110
Octal1221456

Shades and tints

Shades of #520C2E

#520C2E
(82,12,46)
#4B0B2A
(75,11,42)
#440A26
(68,10,38)
#3D0922
(61,9,34)
#36081E
(54,8,30)
#2F071A
(47,7,26)
#280616
(40,6,22)
#210512
(33,5,18)
#1A040E
(26,4,14)
#13030A
(19,3,10)
#0C0206
(12,2,6)
#000000
(0,0,0)

Tints of #520C2E

#520C2E
(82,12,46)
#612241
(97,34,65)
#703854
(112,56,84)
#7F4E67
(127,78,103)
#8E647A
(142,100,122)
#9D7A8D
(157,122,141)
#AC90A0
(172,144,160)
#BBA6B3
(187,166,179)
#CABCC6
(202,188,198)
#D9D2D9
(217,210,217)
#E8E8EC
(232,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #520C2E color. Also use rgb(82,12,46) instead hex code.

Text Font Color

.myTextColor { color: #520C2E; }

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

This text font color is #520C2E.


Background Color

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

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

This div background color is #520C2E.


Border color

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

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

This div border color is #520C2E.


Opacity

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

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

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

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

This text has shadow with #520C2E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #520C2E on black background.


Color preview on white background

This text has color #520C2E on white background.



Black color preview on #520C2E background

This text has black color on #520C2E background.


White color preview on #520C2E background

This text has white color on #520C2E background.