COLOR #571D61

HEX: #571D61
RGB: (87,29,97)

Renk bilgisi

#571D61 contains mainly red and blue colors. #571D61 ‘ nin web güvenlik rengi #663366 (ya da #636) dir.

RGB renk modeli

#571D61 color RGB value is (87,29,97).

  • kırmız ton 87;
  • yeşil ton 29;
  • mavi ton 97.
RGB:
(87,29,97)
(34%,11%,38%)

RGB bağlantıları ve doygunluk

R 87 of 255 = 34%
G 29 of 255 = 11%
B 97 of 255 = 38%

87
29
97

R + G + B ~ 28%. #571D61 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
87 + 29 + 97 = 213 (100%)
R 87 of 213 ~ 40.85%
G 29 of 213 ~ 13.62%
B 97 of 213 ~ 45.54%

%40.85
%13.62
%45.54

CMYK RENK MODELİ

#571D61 rengi CMYK tonu (10,70,0,62).

  • camgöbeği tonu 10.31%
  • eflatun tonu 70.10%
  • sarı tonu 0.00%
  • ana renk tonu 61.96%
CMYK:
(10,70,0,62)
C10M70Y0K62 
(10%,70%,0%,62%)
(0.10/0.70/0.00/0.62)	

CMYK yüzdeleri

%10.31
%70.1
%0
%61.96

Codes

Color #571D61 in popluar color models

571D61
RGB872997
HSL291°53.97%24.71%
HSB/HSV291°70.10%38.04%
CMYK10.31%70.10%0.00%
61.96%

Color #571D61 in popluar number systems.

HEX571D61
Decimal872997
Binary1010111111011100001
Octal12735141

Shades and tints

Shades of #571D61

#571D61
(87,29,97)
#501B59
(80,27,89)
#491951
(73,25,81)
#421749
(66,23,73)
#3B1541
(59,21,65)
#341339
(52,19,57)
#2D1131
(45,17,49)
#260F29
(38,15,41)
#1F0D21
(31,13,33)
#180B19
(24,11,25)
#110911
(17,9,17)
#000000
(0,0,0)

Tints of #571D61

#571D61
(87,29,97)
#66316F
(102,49,111)
#75457D
(117,69,125)
#84598B
(132,89,139)
#936D99
(147,109,153)
#A281A7
(162,129,167)
#B195B5
(177,149,181)
#C0A9C3
(192,169,195)
#CFBDD1
(207,189,209)
#DED1DF
(222,209,223)
#EDE5ED
(237,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #571D61 color. Also use rgb(87,29,97) instead hex code.

Text Font Color

.myTextColor { color: #571D61; }

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

This text font color is #571D61.


Background Color

.myBgColor { background-color: #571D61; }

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

This div background color is #571D61.


Border color

.myBorderColor { border: 1px solid #571D61; }

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

This div border color is #571D61.


Opacity

.myOpacity80 { color: #571D61; opacity: 0.8; }

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

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

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

This text has shadow with #571D61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #571D61 on black background.


Color preview on white background

This text has color #571D61 on white background.



Black color preview on #571D61 background

This text has black color on #571D61 background.


White color preview on #571D61 background

This text has white color on #571D61 background.