COLOR #573333

HEX: #573333
RGB: (87,51,51)

Color info

#573333 contains red, green and blue colors in about the same proportion. Web safe color of #573333 is #663333 (or #633).

RGB color model

#573333 color RGB value is (87,51,51).

  • red value is 87;
  • green value is 51;
  • blue value is 51.
RGB:
(87,51,51)
(34%,20%,20%)

RGB channels and saturation

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

87
51
51

R + G + B ~ 25%. #573333 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 51 + 51 = 189 (100%)
R 87 of 189 ~ 46.03%
G 51 of 189 ~ 26.98%
B 51 of 189 ~ 26.98%

%46.03
%26.98
%26.98

CMYK color model

#573333 color CMYK value is (0,41,41,66).

  • cyan value is 0.00%
  • magenta value is 41.38%
  • yellow value is 41.38%
  • key color value is 65.88%
CMYK:
(0,41,41,66)
C0M41Y41K66 
(0%,41%,41%,66%)
(0.00/0.41/0.41/0.66)	

CMYK percentages

%0
%41.38
%41.38
%65.88

Codes

Color #573333 in popluar color models

573333
RGB875151
HSL26.09%27.06%
HSB/HSV41.38%34.12%
CMYK0.00%41.38%41.38%
65.88%

Color #573333 in popluar number systems.

HEX573333
Decimal875151
Binary1010111110011110011
Octal1276363

Shades and tints

Shades of #573333

#573333
(87,51,51)
#502F2F
(80,47,47)
#492B2B
(73,43,43)
#422727
(66,39,39)
#3B2323
(59,35,35)
#341F1F
(52,31,31)
#2D1B1B
(45,27,27)
#261717
(38,23,23)
#1F1313
(31,19,19)
#180F0F
(24,15,15)
#110B0B
(17,11,11)
#000000
(0,0,0)

Tints of #573333

#573333
(87,51,51)
#664545
(102,69,69)
#755757
(117,87,87)
#846969
(132,105,105)
#937B7B
(147,123,123)
#A28D8D
(162,141,141)
#B19F9F
(177,159,159)
#C0B1B1
(192,177,177)
#CFC3C3
(207,195,195)
#DED5D5
(222,213,213)
#EDE7E7
(237,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #573333; }

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

This text font color is #573333.


Background Color

.myBgColor { background-color: #573333; }

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

This div background color is #573333.


Border color

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

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

This div border color is #573333.


Opacity

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

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

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

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

This text has shadow with #573333 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #573333 on black background.


Color preview on white background

This text has color #573333 on white background.



Black color preview on #573333 background

This text has black color on #573333 background.


White color preview on #573333 background

This text has white color on #573333 background.