COLOR #575545

HEX: #575545 RGB: (87,85,69)

Color info

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

RGB color model

#575545 color RGB value is (87,85,69).

RGB: (87,85,69) (34%, 33%, 27%)

RGB channels and saturation

R 87 of 255 = 34%
G 85 of 255 = 33%
B 69 of 255 = 27%

87
85
69

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

Portions of RGB colors in percentages

R + G + B = 87 + 85 + 69 = 241 (100%)
R 87 of 241 ~ 36.1%
G 85 of 241 ~ 35.27%
B 69 of 241 ~ 28.63'%

%36.1
%35.27
%28.63

CMYK color model

#575545 color CMYK value is (0,2,21,66).

  • cyan value is 0.00%
  • magenta value is 2.30%
  • yellow value is 20.69%
  • key color value is 65.88%

CMYK: (0,2,21,66)
C0M2Y21K66 (0%, 2%, 21%, 66%)
(0.00 / 0.02 / 0.21 / 0.66)

CMYK percentages

%0
%2.3
%20.69
%65.88

Codes

Color #575545 in popluar color models

57 55 45
RGB 87 85 69
HSL 53° 11.54% 30.59%
HSB/HSV 53° 20.69% 34.12%
CMYK 0.00% 2.30% 20.69%
65.88%

Color #575545 in popluar number systems.

HEX 57 55 45
Decimal 87 85 69
Binary 1010111 1010101 1000101
Octal 127 125 105

Shades and tints

Shades of #575545

#575545
(87,85,69)
#504E3F
(80,78,63)
#494739
(73,71,57)
#424033
(66,64,51)
#3B392D
(59,57,45)
#343227
(52,50,39)
#2D2B21
(45,43,33)
#26241B
(38,36,27)
#1F1D15
(31,29,21)
#18160F
(24,22,15)
#110F09
(17,15,9)
#000000
(0,0,0)

Tints of #575545

#575545
(87,85,69)
#666455
(102,100,85)
#757365
(117,115,101)
#848275
(132,130,117)
#939185
(147,145,133)
#A2A095
(162,160,149)
#B1AFA5
(177,175,165)
#C0BEB5
(192,190,181)
#CFCDC5
(207,205,197)
#DEDCD5
(222,220,213)
#EDEBE5
(237,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #575545; }

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

This text font color is #575545.

Background Color

.myBgColor { background-color: #575545; }

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

This div background color is #575545.

Border color

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

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

This div border color is #575545.

Opacity

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

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

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

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

This text has shadow with #575545 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #575545.

Preview

Color preview on black background

This text has color #575545 on black background.


Color preview on white background

This text has color #575545 on white background.


Black color preview on #575545 background

This text has black color on #575545 background.


White color preview on #575545 background

This text has white color on #575545 background.


Related colors

Complementary color

Complementary color for #hex is #A8AABA.


I love getcolorcode.com

Triadic colors

1 #455755 and #554557 with #575545 are triadic colors.

2 #455557 and #555745 with #575545 are triadic colors.