COLOR #521831

HEX: #521831
RGB: (82,24,49)

Renk bilgisi

#521831 contains red, green and blue colors in about the same proportion. #521831 ‘ nin web güvenlik rengi #660033 (ya da #603) dir.

RGB renk modeli

#521831 color RGB value is (82,24,49).

  • kırmız ton 82;
  • yeşil ton 24;
  • mavi ton 49.
RGB:
(82,24,49)
(32%,9%,19%)

RGB bağlantıları ve doygunluk

R 82 of 255 = 32%
G 24 of 255 = 9%
B 49 of 255 = 19%

82
24
49

R + G + B ~ 20%. #521831 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
82 + 24 + 49 = 155 (100%)
R 82 of 155 ~ 52.9%
G 24 of 155 ~ 15.48%
B 49 of 155 ~ 31.61%

%52.9
%15.48
%31.61

CMYK RENK MODELİ

#521831 rengi CMYK tonu (0,71,40,68).

  • camgöbeği tonu 0.00%
  • eflatun tonu 70.73%
  • sarı tonu 40.24%
  • ana renk tonu 67.84%
CMYK:
(0,71,40,68)
C0M71Y40K68 
(0%,71%,40%,68%)
(0.00/0.71/0.40/0.68)	

CMYK yüzdeleri

%0
%70.73
%40.24
%67.84

Codes

Color #521831 in popluar color models

521831
RGB822449
HSL334°54.72%20.78%
HSB/HSV334°70.73%32.16%
CMYK0.00%70.73%40.24%
67.84%

Color #521831 in popluar number systems.

HEX521831
Decimal822449
Binary101001011000110001
Octal1223061

Shades and tints

Shades of #521831

#521831
(82,24,49)
#4B162D
(75,22,45)
#441429
(68,20,41)
#3D1225
(61,18,37)
#361021
(54,16,33)
#2F0E1D
(47,14,29)
#280C19
(40,12,25)
#210A15
(33,10,21)
#1A0811
(26,8,17)
#13060D
(19,6,13)
#0C0409
(12,4,9)
#000000
(0,0,0)

Tints of #521831

#521831
(82,24,49)
#612D43
(97,45,67)
#704255
(112,66,85)
#7F5767
(127,87,103)
#8E6C79
(142,108,121)
#9D818B
(157,129,139)
#AC969D
(172,150,157)
#BBABAF
(187,171,175)
#CAC0C1
(202,192,193)
#D9D5D3
(217,213,211)
#E8EAE5
(232,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #521831 color. Also use rgb(82,24,49) instead hex code.

Text Font Color

.myTextColor { color: #521831; }

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

This text font color is #521831.


Background Color

.myBgColor { background-color: #521831; }

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

This div background color is #521831.


Border color

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

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

This div border color is #521831.


Opacity

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

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

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

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

This text has shadow with #521831 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #521831 on black background.


Color preview on white background

This text has color #521831 on white background.



Black color preview on #521831 background

This text has black color on #521831 background.


White color preview on #521831 background

This text has white color on #521831 background.