COLOR #573740

HEX: #573740
RGB: (87,55,64)

Renk bilgisi

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

RGB renk modeli

#573740 color RGB value is (87,55,64).

  • kırmız ton 87;
  • yeşil ton 55;
  • mavi ton 64.
RGB:
(87,55,64)
(34%,22%,25%)

RGB bağlantıları ve doygunluk

R 87 of 255 = 34%
G 55 of 255 = 22%
B 64 of 255 = 25%

87
55
64

R + G + B ~ 27%. #573740 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
87 + 55 + 64 = 206 (100%)
R 87 of 206 ~ 42.23%
G 55 of 206 ~ 26.7%
B 64 of 206 ~ 31.07%

%42.23
%26.7
%31.07

CMYK RENK MODELİ

#573740 rengi CMYK tonu (0,37,26,66).

  • camgöbeği tonu 0.00%
  • eflatun tonu 36.78%
  • sarı tonu 26.44%
  • ana renk tonu 65.88%
CMYK:
(0,37,26,66)
C0M37Y26K66 
(0%,37%,26%,66%)
(0.00/0.37/0.26/0.66)	

CMYK yüzdeleri

%0
%36.78
%26.44
%65.88

Codes

Color #573740 in popluar color models

573740
RGB875564
HSL343°22.54%27.84%
HSB/HSV343°36.78%34.12%
CMYK0.00%36.78%26.44%
65.88%

Color #573740 in popluar number systems.

HEX573740
Decimal875564
Binary10101111101111000000
Octal12767100

Shades and tints

Shades of #573740

#573740
(87,55,64)
#50323B
(80,50,59)
#492D36
(73,45,54)
#422831
(66,40,49)
#3B232C
(59,35,44)
#341E27
(52,30,39)
#2D1922
(45,25,34)
#26141D
(38,20,29)
#1F0F18
(31,15,24)
#180A13
(24,10,19)
#11050E
(17,5,14)
#000000
(0,0,0)

Tints of #573740

#573740
(87,55,64)
#664951
(102,73,81)
#755B62
(117,91,98)
#846D73
(132,109,115)
#937F84
(147,127,132)
#A29195
(162,145,149)
#B1A3A6
(177,163,166)
#C0B5B7
(192,181,183)
#CFC7C8
(207,199,200)
#DED9D9
(222,217,217)
#EDEBEA
(237,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #573740 color. Also use rgb(87,55,64) instead hex code.

Text Font Color

.myTextColor { color: #573740; }

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

This text font color is #573740.


Background Color

.myBgColor { background-color: #573740; }

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

This div background color is #573740.


Border color

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

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

This div border color is #573740.


Opacity

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

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

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

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

This text has shadow with #573740 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #573740 on black background.


Color preview on white background

This text has color #573740 on white background.



Black color preview on #573740 background

This text has black color on #573740 background.


White color preview on #573740 background

This text has white color on #573740 background.