COLOR #575641

HEX: #575641
RGB: (87,86,65)

Color info

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

RGB color model

#575641 color RGB value is (87,86,65).

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

RGB channels and saturation

R 87 of 255 = 34%
G 86 of 255 = 34%
B 65 of 255 = 25%

87
86
65

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

Portions of RGB colors in percentages

R + G + B =
87 + 86 + 65 = 238 (100%)
R 87 of 238 ~ 36.55%
G 86 of 238 ~ 36.13%
B 65 of 238 ~ 27.31%

%36.55
%36.13
%27.31

CMYK color model

#575641 color CMYK value is (0,1,25,66).

  • cyan value is 0.00%
  • magenta value is 1.15%
  • yellow value is 25.29%
  • key color value is 65.88%
CMYK:
(0,1,25,66)
C0M1Y25K66 
(0%,1%,25%,66%)
(0.00/0.01/0.25/0.66)	

CMYK percentages

%0
%1.15
%25.29
%65.88

Codes

Color #575641 in popluar color models

575641
RGB878665
HSL57°14.47%29.80%
HSB/HSV57°25.29%34.12%
CMYK0.00%1.15%25.29%
65.88%

Color #575641 in popluar number systems.

HEX575641
Decimal878665
Binary101011110101101000001
Octal127126101

Shades and tints

Shades of #575641

#575641
(87,86,65)
#504F3C
(80,79,60)
#494837
(73,72,55)
#424132
(66,65,50)
#3B3A2D
(59,58,45)
#343328
(52,51,40)
#2D2C23
(45,44,35)
#26251E
(38,37,30)
#1F1E19
(31,30,25)
#181714
(24,23,20)
#11100F
(17,16,15)
#000000
(0,0,0)

Tints of #575641

#575641
(87,86,65)
#666552
(102,101,82)
#757463
(117,116,99)
#848374
(132,131,116)
#939285
(147,146,133)
#A2A196
(162,161,150)
#B1B0A7
(177,176,167)
#C0BFB8
(192,191,184)
#CFCEC9
(207,206,201)
#DEDDDA
(222,221,218)
#EDECEB
(237,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #575641; }

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

This text font color is #575641.


Background Color

.myBgColor { background-color: #575641; }

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

This div background color is #575641.


Border color

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

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

This div border color is #575641.


Opacity

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

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

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

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

This text has shadow with #575641 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #575641 on black background.


Color preview on white background

This text has color #575641 on white background.



Black color preview on #575641 background

This text has black color on #575641 background.


White color preview on #575641 background

This text has white color on #575641 background.