COLOR #520D23

HEX: #520D23
RGB: (82,13,35)

Renk bilgisi

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

RGB renk modeli

#520D23 color RGB value is (82,13,35).

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

RGB bağlantıları ve doygunluk

R 82 of 255 = 32%
G 13 of 255 = 5%
B 35 of 255 = 14%

82
13
35

R + G + B ~ 17%. #520D23 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
82 + 13 + 35 = 130 (100%)
R 82 of 130 ~ 63.08%
G 13 of 130 ~ 10%
B 35 of 130 ~ 26.92%

%63.08
%10
%26.92

CMYK RENK MODELİ

#520D23 rengi CMYK tonu (0,84,57,68).

  • camgöbeği tonu 0.00%
  • eflatun tonu 84.15%
  • sarı tonu 57.32%
  • ana renk tonu 67.84%
CMYK:
(0,84,57,68)
C0M84Y57K68 
(0%,84%,57%,68%)
(0.00/0.84/0.57/0.68)	

CMYK yüzdeleri

%0
%84.15
%57.32
%67.84

Codes

Color #520D23 in popluar color models

520D23
RGB821335
HSL341°72.63%18.63%
HSB/HSV341°84.15%32.16%
CMYK0.00%84.15%57.32%
67.84%

Color #520D23 in popluar number systems.

HEX520D23
Decimal821335
Binary10100101101100011
Octal1221543

Shades and tints

Shades of #520D23

#520D23
(82,13,35)
#4B0C20
(75,12,32)
#440B1D
(68,11,29)
#3D0A1A
(61,10,26)
#360917
(54,9,23)
#2F0814
(47,8,20)
#280711
(40,7,17)
#21060E
(33,6,14)
#1A050B
(26,5,11)
#130408
(19,4,8)
#0C0305
(12,3,5)
#000000
(0,0,0)

Tints of #520D23

#520D23
(82,13,35)
#612337
(97,35,55)
#70394B
(112,57,75)
#7F4F5F
(127,79,95)
#8E6573
(142,101,115)
#9D7B87
(157,123,135)
#AC919B
(172,145,155)
#BBA7AF
(187,167,175)
#CABDC3
(202,189,195)
#D9D3D7
(217,211,215)
#E8E9EB
(232,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #520D23 color. Also use rgb(82,13,35) instead hex code.

Text Font Color

.myTextColor { color: #520D23; }

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

This text font color is #520D23.


Background Color

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

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

This div background color is #520D23.


Border color

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

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

This div border color is #520D23.


Opacity

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

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

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

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

This text has shadow with #520D23 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #520D23 on black background.


Color preview on white background

This text has color #520D23 on white background.



Black color preview on #520D23 background

This text has black color on #520D23 background.


White color preview on #520D23 background

This text has white color on #520D23 background.