COLOR #575549

HEX: #575549
RGB: (87,85,73)

Color info

#575549 contains red, green and blue colors in about the same proportion. Web safe color of #575549 is #666633 (or #663).

RGB color model

#575549 color RGB value is (87,85,73).

  • red value is 87;
  • green value is 85;
  • blue value is 73.
RGB:
(87,85,73)
(34%,33%,29%)

RGB channels and saturation

R 87 of 255 = 34%
G 85 of 255 = 33%
B 73 of 255 = 29%

87
85
73

R + G + B ~ 32%. #575549 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 85 + 73 = 245 (100%)
R 87 of 245 ~ 35.51%
G 85 of 245 ~ 34.69%
B 73 of 245 ~ 29.8%

%35.51
%34.69
%29.8

CMYK color model

#575549 color CMYK value is (0,2,16,66).

  • cyan value is 0.00%
  • magenta value is 2.30%
  • yellow value is 16.09%
  • key color value is 65.88%
CMYK:
(0,2,16,66)
C0M2Y16K66 
(0%,2%,16%,66%)
(0.00/0.02/0.16/0.66)	

CMYK percentages

%0
%2.3
%16.09
%65.88

Codes

Color #575549 in popluar color models

575549
RGB878573
HSL51°8.75%31.37%
HSB/HSV51°16.09%34.12%
CMYK0.00%2.30%16.09%
65.88%

Color #575549 in popluar number systems.

HEX575549
Decimal878573
Binary101011110101011001001
Octal127125111

Shades and tints

Shades of #575549

#575549
(87,85,73)
#504E43
(80,78,67)
#49473D
(73,71,61)
#424037
(66,64,55)
#3B3931
(59,57,49)
#34322B
(52,50,43)
#2D2B25
(45,43,37)
#26241F
(38,36,31)
#1F1D19
(31,29,25)
#181613
(24,22,19)
#110F0D
(17,15,13)
#000000
(0,0,0)

Tints of #575549

#575549
(87,85,73)
#666459
(102,100,89)
#757369
(117,115,105)
#848279
(132,130,121)
#939189
(147,145,137)
#A2A099
(162,160,153)
#B1AFA9
(177,175,169)
#C0BEB9
(192,190,185)
#CFCDC9
(207,205,201)
#DEDCD9
(222,220,217)
#EDEBE9
(237,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #575549; }

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

This text font color is #575549.


Background Color

.myBgColor { background-color: #575549; }

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

This div background color is #575549.


Border color

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

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

This div border color is #575549.


Opacity

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

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

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

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

This text has shadow with #575549 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #575549 on black background.


Color preview on white background

This text has color #575549 on white background.



Black color preview on #575549 background

This text has black color on #575549 background.


White color preview on #575549 background

This text has white color on #575549 background.