COLOR #520434

HEX: #520434
RGB: (82,4,52)

Renk bilgisi

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

RGB renk modeli

#520434 color RGB value is (82,4,52).

  • kırmız ton 82;
  • yeşil ton 4;
  • mavi ton 52.
RGB:
(82,4,52)
(32%,2%,20%)

RGB bağlantıları ve doygunluk

R 82 of 255 = 32%
G 4 of 255 = 2%
B 52 of 255 = 20%

82
4
52

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

Yüzdelerle RGB renk parçaları

R + G + B =
82 + 4 + 52 = 138 (100%)
R 82 of 138 ~ 59.42%
G 4 of 138 ~ 2.9%
B 52 of 138 ~ 37.68%

%59.42
%37.68

CMYK RENK MODELİ

#520434 rengi CMYK tonu (0,95,37,68).

  • camgöbeği tonu 0.00%
  • eflatun tonu 95.12%
  • sarı tonu 36.59%
  • ana renk tonu 67.84%
CMYK:
(0,95,37,68)
C0M95Y37K68 
(0%,95%,37%,68%)
(0.00/0.95/0.37/0.68)	

CMYK yüzdeleri

%0
%95.12
%36.59
%67.84

Codes

Color #520434 in popluar color models

520434
RGB82452
HSL323°90.70%16.86%
HSB/HSV323°95.12%32.16%
CMYK0.00%95.12%36.59%
67.84%

Color #520434 in popluar number systems.

HEX520434
Decimal82452
Binary1010010100110100
Octal122464

Shades and tints

Shades of #520434

#520434
(82,4,52)
#4B0430
(75,4,48)
#44042C
(68,4,44)
#3D0428
(61,4,40)
#360424
(54,4,36)
#2F0420
(47,4,32)
#28041C
(40,4,28)
#210418
(33,4,24)
#1A0414
(26,4,20)
#130410
(19,4,16)
#0C040C
(12,4,12)
#000000
(0,0,0)

Tints of #520434

#520434
(82,4,52)
#611A46
(97,26,70)
#703058
(112,48,88)
#7F466A
(127,70,106)
#8E5C7C
(142,92,124)
#9D728E
(157,114,142)
#AC88A0
(172,136,160)
#BB9EB2
(187,158,178)
#CAB4C4
(202,180,196)
#D9CAD6
(217,202,214)
#E8E0E8
(232,224,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #520434 color. Also use rgb(82,4,52) instead hex code.

Text Font Color

.myTextColor { color: #520434; }

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

This text font color is #520434.


Background Color

.myBgColor { background-color: #520434; }

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

This div background color is #520434.


Border color

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

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

This div border color is #520434.


Opacity

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

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

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

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

This text has shadow with #520434 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #520434 on black background.


Color preview on white background

This text has color #520434 on white background.



Black color preview on #520434 background

This text has black color on #520434 background.


White color preview on #520434 background

This text has white color on #520434 background.