COLOR #575541

HEX: #575541
RGB: (87,85,65)

Color info

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

RGB color model

#575541 color RGB value is (87,85,65).

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

RGB channels and saturation

R 87 of 255 = 34%
G 85 of 255 = 33%
B 65 of 255 = 25%

87
85
65

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

Portions of RGB colors in percentages

R + G + B =
87 + 85 + 65 = 237 (100%)
R 87 of 237 ~ 36.71%
G 85 of 237 ~ 35.86%
B 65 of 237 ~ 27.43%

%36.71
%35.86
%27.43

CMYK color model

#575541 color CMYK value is (0,2,25,66).

  • cyan value is 0.00%
  • magenta value is 2.30%
  • yellow value is 25.29%
  • key color value is 65.88%
CMYK:
(0,2,25,66)
C0M2Y25K66 
(0%,2%,25%,66%)
(0.00/0.02/0.25/0.66)	

CMYK percentages

%0
%2.3
%25.29
%65.88

Codes

Color #575541 in popluar color models

575541
RGB878565
HSL55°14.47%29.80%
HSB/HSV55°25.29%34.12%
CMYK0.00%2.30%25.29%
65.88%

Color #575541 in popluar number systems.

HEX575541
Decimal878565
Binary101011110101011000001
Octal127125101

Shades and tints

Shades of #575541

#575541
(87,85,65)
#504E3C
(80,78,60)
#494737
(73,71,55)
#424032
(66,64,50)
#3B392D
(59,57,45)
#343228
(52,50,40)
#2D2B23
(45,43,35)
#26241E
(38,36,30)
#1F1D19
(31,29,25)
#181614
(24,22,20)
#110F0F
(17,15,15)
#000000
(0,0,0)

Tints of #575541

#575541
(87,85,65)
#666452
(102,100,82)
#757363
(117,115,99)
#848274
(132,130,116)
#939185
(147,145,133)
#A2A096
(162,160,150)
#B1AFA7
(177,175,167)
#C0BEB8
(192,190,184)
#CFCDC9
(207,205,201)
#DEDCDA
(222,220,218)
#EDEBEB
(237,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #575541; }

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

This text font color is #575541.


Background Color

.myBgColor { background-color: #575541; }

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

This div background color is #575541.


Border color

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

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

This div border color is #575541.


Opacity

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

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

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

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

This text has shadow with #575541 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #575541 on black background.


Color preview on white background

This text has color #575541 on white background.



Black color preview on #575541 background

This text has black color on #575541 background.


White color preview on #575541 background

This text has white color on #575541 background.