COLOR #573C59

HEX: #573C59
RGB: (87,60,89)

Renk bilgisi

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

RGB renk modeli

#573C59 color RGB value is (87,60,89).

  • kırmız ton 87;
  • yeşil ton 60;
  • mavi ton 89.
RGB:
(87,60,89)
(34%,24%,35%)

RGB bağlantıları ve doygunluk

R 87 of 255 = 34%
G 60 of 255 = 24%
B 89 of 255 = 35%

87
60
89

R + G + B ~ 31%. #573C59 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
87 + 60 + 89 = 236 (100%)
R 87 of 236 ~ 36.86%
G 60 of 236 ~ 25.42%
B 89 of 236 ~ 37.71%

%36.86
%25.42
%37.71

CMYK RENK MODELİ

#573C59 rengi CMYK tonu (2,33,0,65).

  • camgöbeği tonu 2.25%
  • eflatun tonu 32.58%
  • sarı tonu 0.00%
  • ana renk tonu 65.10%
CMYK:
(2,33,0,65)
C2M33Y0K65 
(2%,33%,0%,65%)
(0.02/0.33/0.00/0.65)	

CMYK yüzdeleri

%2.25
%32.58
%0
%65.1

Codes

Color #573C59 in popluar color models

573C59
RGB876089
HSL296°19.46%29.22%
HSB/HSV296°32.58%34.90%
CMYK2.25%32.58%0.00%
65.10%

Color #573C59 in popluar number systems.

HEX573C59
Decimal876089
Binary10101111111001011001
Octal12774131

Shades and tints

Shades of #573C59

#573C59
(87,60,89)
#503751
(80,55,81)
#493249
(73,50,73)
#422D41
(66,45,65)
#3B2839
(59,40,57)
#342331
(52,35,49)
#2D1E29
(45,30,41)
#261921
(38,25,33)
#1F1419
(31,20,25)
#180F11
(24,15,17)
#110A09
(17,10,9)
#000000
(0,0,0)

Tints of #573C59

#573C59
(87,60,89)
#664D68
(102,77,104)
#755E77
(117,94,119)
#846F86
(132,111,134)
#938095
(147,128,149)
#A291A4
(162,145,164)
#B1A2B3
(177,162,179)
#C0B3C2
(192,179,194)
#CFC4D1
(207,196,209)
#DED5E0
(222,213,224)
#EDE6EF
(237,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #573C59 color. Also use rgb(87,60,89) instead hex code.

Text Font Color

.myTextColor { color: #573C59; }

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

This text font color is #573C59.


Background Color

.myBgColor { background-color: #573C59; }

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

This div background color is #573C59.


Border color

.myBorderColor { border: 1px solid #573C59; }

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

This div border color is #573C59.


Opacity

.myOpacity80 { color: #573C59; opacity: 0.8; }

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

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

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

This text has shadow with #573C59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #573C59 on black background.


Color preview on white background

This text has color #573C59 on white background.



Black color preview on #573C59 background

This text has black color on #573C59 background.


White color preview on #573C59 background

This text has white color on #573C59 background.