COLOR #571C57

HEX: #571C57
RGB: (87,28,87)

Renk bilgisi

#571C57 contains red, green and blue colors in about the same proportion. #571C57 ‘ nin web güvenlik rengi #663366 (ya da #636) dir.

RGB renk modeli

#571C57 color RGB value is (87,28,87).

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

RGB bağlantıları ve doygunluk

R 87 of 255 = 34%
G 28 of 255 = 11%
B 87 of 255 = 34%

87
28
87

R + G + B ~ 26%. #571C57 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
87 + 28 + 87 = 202 (100%)
R 87 of 202 ~ 43.07%
G 28 of 202 ~ 13.86%
B 87 of 202 ~ 43.07%

%43.07
%13.86
%43.07

CMYK RENK MODELİ

#571C57 rengi CMYK tonu (0,68,0,66).

  • camgöbeği tonu 0.00%
  • eflatun tonu 67.82%
  • sarı tonu 0.00%
  • ana renk tonu 65.88%
CMYK:
(0,68,0,66)
C0M68Y0K66 
(0%,68%,0%,66%)
(0.00/0.68/0.00/0.66)	

CMYK yüzdeleri

%0
%67.82
%0
%65.88

Codes

Color #571C57 in popluar color models

571C57
RGB872887
HSL300°51.30%22.55%
HSB/HSV300°67.82%34.12%
CMYK0.00%67.82%0.00%
65.88%

Color #571C57 in popluar number systems.

HEX571C57
Decimal872887
Binary1010111111001010111
Octal12734127

Shades and tints

Shades of #571C57

#571C57
(87,28,87)
#501A50
(80,26,80)
#491849
(73,24,73)
#421642
(66,22,66)
#3B143B
(59,20,59)
#341234
(52,18,52)
#2D102D
(45,16,45)
#260E26
(38,14,38)
#1F0C1F
(31,12,31)
#180A18
(24,10,24)
#110811
(17,8,17)
#000000
(0,0,0)

Tints of #571C57

#571C57
(87,28,87)
#663066
(102,48,102)
#754475
(117,68,117)
#845884
(132,88,132)
#936C93
(147,108,147)
#A280A2
(162,128,162)
#B194B1
(177,148,177)
#C0A8C0
(192,168,192)
#CFBCCF
(207,188,207)
#DED0DE
(222,208,222)
#EDE4ED
(237,228,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #571C57; }

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

This text font color is #571C57.


Background Color

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

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

This div background color is #571C57.


Border color

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

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

This div border color is #571C57.


Opacity

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

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

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

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

This text has shadow with #571C57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #571C57 on black background.


Color preview on white background

This text has color #571C57 on white background.



Black color preview on #571C57 background

This text has black color on #571C57 background.


White color preview on #571C57 background

This text has white color on #571C57 background.