COLOR #520835

HEX: #520835
RGB: (82,8,53)

Renk bilgisi

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

RGB renk modeli

#520835 color RGB value is (82,8,53).

  • kırmız ton 82;
  • yeşil ton 8;
  • mavi ton 53.
RGB:
(82,8,53)
(32%,3%,21%)

RGB bağlantıları ve doygunluk

R 82 of 255 = 32%
G 8 of 255 = 3%
B 53 of 255 = 21%

82
8
53

R + G + B ~ 19%. #520835 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
82 + 8 + 53 = 143 (100%)
R 82 of 143 ~ 57.34%
G 8 of 143 ~ 5.59%
B 53 of 143 ~ 37.06%

%57.34
%37.06

CMYK RENK MODELİ

#520835 rengi CMYK tonu (0,90,35,68).

  • camgöbeği tonu 0.00%
  • eflatun tonu 90.24%
  • sarı tonu 35.37%
  • ana renk tonu 67.84%
CMYK:
(0,90,35,68)
C0M90Y35K68 
(0%,90%,35%,68%)
(0.00/0.90/0.35/0.68)	

CMYK yüzdeleri

%0
%90.24
%35.37
%67.84

Codes

Color #520835 in popluar color models

520835
RGB82853
HSL324°82.22%17.65%
HSB/HSV324°90.24%32.16%
CMYK0.00%90.24%35.37%
67.84%

Color #520835 in popluar number systems.

HEX520835
Decimal82853
Binary10100101000110101
Octal1221065

Shades and tints

Shades of #520835

#520835
(82,8,53)
#4B0831
(75,8,49)
#44082D
(68,8,45)
#3D0829
(61,8,41)
#360825
(54,8,37)
#2F0821
(47,8,33)
#28081D
(40,8,29)
#210819
(33,8,25)
#1A0815
(26,8,21)
#130811
(19,8,17)
#0C080D
(12,8,13)
#000000
(0,0,0)

Tints of #520835

#520835
(82,8,53)
#611E47
(97,30,71)
#703459
(112,52,89)
#7F4A6B
(127,74,107)
#8E607D
(142,96,125)
#9D768F
(157,118,143)
#AC8CA1
(172,140,161)
#BBA2B3
(187,162,179)
#CAB8C5
(202,184,197)
#D9CED7
(217,206,215)
#E8E4E9
(232,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #520835 color. Also use rgb(82,8,53) instead hex code.

Text Font Color

.myTextColor { color: #520835; }

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

This text font color is #520835.


Background Color

.myBgColor { background-color: #520835; }

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

This div background color is #520835.


Border color

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

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

This div border color is #520835.


Opacity

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

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

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

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

This text has shadow with #520835 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #520835 on black background.


Color preview on white background

This text has color #520835 on white background.



Black color preview on #520835 background

This text has black color on #520835 background.


White color preview on #520835 background

This text has white color on #520835 background.