COLOR #573325

HEX: #573325
RGB: (87,51,37)

Renk bilgisi

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

RGB renk modeli

#573325 color RGB value is (87,51,37).

  • kırmız ton 87;
  • yeşil ton 51;
  • mavi ton 37.
RGB:
(87,51,37)
(34%,20%,15%)

RGB bağlantıları ve doygunluk

R 87 of 255 = 34%
G 51 of 255 = 20%
B 37 of 255 = 15%

87
51
37

R + G + B ~ 23%. #573325 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
87 + 51 + 37 = 175 (100%)
R 87 of 175 ~ 49.71%
G 51 of 175 ~ 29.14%
B 37 of 175 ~ 21.14%

%49.71
%29.14
%21.14

CMYK RENK MODELİ

#573325 rengi CMYK tonu (0,41,57,66).

  • camgöbeği tonu 0.00%
  • eflatun tonu 41.38%
  • sarı tonu 57.47%
  • ana renk tonu 65.88%
CMYK:
(0,41,57,66)
C0M41Y57K66 
(0%,41%,57%,66%)
(0.00/0.41/0.57/0.66)	

CMYK yüzdeleri

%0
%41.38
%57.47
%65.88

Codes

Color #573325 in popluar color models

573325
RGB875137
HSL17°40.32%24.31%
HSB/HSV17°57.47%34.12%
CMYK0.00%41.38%57.47%
65.88%

Color #573325 in popluar number systems.

HEX573325
Decimal875137
Binary1010111110011100101
Octal1276345

Shades and tints

Shades of #573325

#573325
(87,51,37)
#502F22
(80,47,34)
#492B1F
(73,43,31)
#42271C
(66,39,28)
#3B2319
(59,35,25)
#341F16
(52,31,22)
#2D1B13
(45,27,19)
#261710
(38,23,16)
#1F130D
(31,19,13)
#180F0A
(24,15,10)
#110B07
(17,11,7)
#000000
(0,0,0)

Tints of #573325

#573325
(87,51,37)
#664538
(102,69,56)
#75574B
(117,87,75)
#84695E
(132,105,94)
#937B71
(147,123,113)
#A28D84
(162,141,132)
#B19F97
(177,159,151)
#C0B1AA
(192,177,170)
#CFC3BD
(207,195,189)
#DED5D0
(222,213,208)
#EDE7E3
(237,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #573325 color. Also use rgb(87,51,37) instead hex code.

Text Font Color

.myTextColor { color: #573325; }

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

This text font color is #573325.


Background Color

.myBgColor { background-color: #573325; }

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

This div background color is #573325.


Border color

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

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

This div border color is #573325.


Opacity

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

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

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

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

This text has shadow with #573325 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #573325 on black background.


Color preview on white background

This text has color #573325 on white background.



Black color preview on #573325 background

This text has black color on #573325 background.


White color preview on #573325 background

This text has white color on #573325 background.