COLOR #521D39

HEX: #521D39
RGB: (82,29,57)

Renk bilgisi

#521D39 contains red, green and blue colors in about the same proportion. #521D39 ‘ nin web güvenlik rengi #663333 (ya da #633) dir.

RGB renk modeli

#521D39 color RGB value is (82,29,57).

  • kırmız ton 82;
  • yeşil ton 29;
  • mavi ton 57.
RGB:
(82,29,57)
(32%,11%,22%)

RGB bağlantıları ve doygunluk

R 82 of 255 = 32%
G 29 of 255 = 11%
B 57 of 255 = 22%

82
29
57

R + G + B ~ 22%. #521D39 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
82 + 29 + 57 = 168 (100%)
R 82 of 168 ~ 48.81%
G 29 of 168 ~ 17.26%
B 57 of 168 ~ 33.93%

%48.81
%17.26
%33.93

CMYK RENK MODELİ

#521D39 rengi CMYK tonu (0,65,30,68).

  • camgöbeği tonu 0.00%
  • eflatun tonu 64.63%
  • sarı tonu 30.49%
  • ana renk tonu 67.84%
CMYK:
(0,65,30,68)
C0M65Y30K68 
(0%,65%,30%,68%)
(0.00/0.65/0.30/0.68)	

CMYK yüzdeleri

%0
%64.63
%30.49
%67.84

Codes

Color #521D39 in popluar color models

521D39
RGB822957
HSL328°47.75%21.76%
HSB/HSV328°64.63%32.16%
CMYK0.00%64.63%30.49%
67.84%

Color #521D39 in popluar number systems.

HEX521D39
Decimal822957
Binary101001011101111001
Octal1223571

Shades and tints

Shades of #521D39

#521D39
(82,29,57)
#4B1B34
(75,27,52)
#44192F
(68,25,47)
#3D172A
(61,23,42)
#361525
(54,21,37)
#2F1320
(47,19,32)
#28111B
(40,17,27)
#210F16
(33,15,22)
#1A0D11
(26,13,17)
#130B0C
(19,11,12)
#0C0907
(12,9,7)
#000000
(0,0,0)

Tints of #521D39

#521D39
(82,29,57)
#61314B
(97,49,75)
#70455D
(112,69,93)
#7F596F
(127,89,111)
#8E6D81
(142,109,129)
#9D8193
(157,129,147)
#AC95A5
(172,149,165)
#BBA9B7
(187,169,183)
#CABDC9
(202,189,201)
#D9D1DB
(217,209,219)
#E8E5ED
(232,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #521D39 color. Also use rgb(82,29,57) instead hex code.

Text Font Color

.myTextColor { color: #521D39; }

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

This text font color is #521D39.


Background Color

.myBgColor { background-color: #521D39; }

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

This div background color is #521D39.


Border color

.myBorderColor { border: 1px solid #521D39; }

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

This div border color is #521D39.


Opacity

.myOpacity80 { color: #521D39; opacity: 0.8; }

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

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

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

This text has shadow with #521D39 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #521D39 on black background.


Color preview on white background

This text has color #521D39 on white background.



Black color preview on #521D39 background

This text has black color on #521D39 background.


White color preview on #521D39 background

This text has white color on #521D39 background.