COLOR #520425

HEX: #520425
RGB: (82,4,37)

Renk bilgisi

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

RGB renk modeli

#520425 color RGB value is (82,4,37).

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

RGB bağlantıları ve doygunluk

R 82 of 255 = 32%
G 4 of 255 = 2%
B 37 of 255 = 15%

82
4
37

R + G + B ~ 16%. #520425 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
82 + 4 + 37 = 123 (100%)
R 82 of 123 ~ 66.67%
G 4 of 123 ~ 3.25%
B 37 of 123 ~ 30.08%

%66.67
%30.08

CMYK RENK MODELİ

#520425 rengi CMYK tonu (0,95,55,68).

  • camgöbeği tonu 0.00%
  • eflatun tonu 95.12%
  • sarı tonu 54.88%
  • ana renk tonu 67.84%
CMYK:
(0,95,55,68)
C0M95Y55K68 
(0%,95%,55%,68%)
(0.00/0.95/0.55/0.68)	

CMYK yüzdeleri

%0
%95.12
%54.88
%67.84

Codes

Color #520425 in popluar color models

520425
RGB82437
HSL335°90.70%16.86%
HSB/HSV335°95.12%32.16%
CMYK0.00%95.12%54.88%
67.84%

Color #520425 in popluar number systems.

HEX520425
Decimal82437
Binary1010010100100101
Octal122445

Shades and tints

Shades of #520425

#520425
(82,4,37)
#4B0422
(75,4,34)
#44041F
(68,4,31)
#3D041C
(61,4,28)
#360419
(54,4,25)
#2F0416
(47,4,22)
#280413
(40,4,19)
#210410
(33,4,16)
#1A040D
(26,4,13)
#13040A
(19,4,10)
#0C0407
(12,4,7)
#000000
(0,0,0)

Tints of #520425

#520425
(82,4,37)
#611A38
(97,26,56)
#70304B
(112,48,75)
#7F465E
(127,70,94)
#8E5C71
(142,92,113)
#9D7284
(157,114,132)
#AC8897
(172,136,151)
#BB9EAA
(187,158,170)
#CAB4BD
(202,180,189)
#D9CAD0
(217,202,208)
#E8E0E3
(232,224,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #520425; }

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

This text font color is #520425.


Background Color

.myBgColor { background-color: #520425; }

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

This div background color is #520425.


Border color

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

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

This div border color is #520425.


Opacity

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

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

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

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

This text has shadow with #520425 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #520425 on black background.


Color preview on white background

This text has color #520425 on white background.



Black color preview on #520425 background

This text has black color on #520425 background.


White color preview on #520425 background

This text has white color on #520425 background.