COLOR #575650

HEX: #575650
RGB: (87,86,80)

Color info

#575650 contains red, green and blue colors in about the same proportion. Web safe color of #575650 is #666666 (or #666).

RGB color model

#575650 color RGB value is (87,86,80).

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

RGB channels and saturation

R 87 of 255 = 34%
G 86 of 255 = 34%
B 80 of 255 = 31%

87
86
80

R + G + B ~ 33%. #575650 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 86 + 80 = 253 (100%)
R 87 of 253 ~ 34.39%
G 86 of 253 ~ 33.99%
B 80 of 253 ~ 31.62%

%34.39
%33.99
%31.62

CMYK color model

#575650 color CMYK value is (0,1,8,66).

  • cyan value is 0.00%
  • magenta value is 1.15%
  • yellow value is 8.05%
  • key color value is 65.88%
CMYK:
(0,1,8,66)
C0M1Y8K66 
(0%,1%,8%,66%)
(0.00/0.01/0.08/0.66)	

CMYK percentages

%0
%1.15
%8.05
%65.88

Codes

Color #575650 in popluar color models

575650
RGB878680
HSL51°4.19%32.75%
HSB/HSV51°8.05%34.12%
CMYK0.00%1.15%8.05%
65.88%

Color #575650 in popluar number systems.

HEX575650
Decimal878680
Binary101011110101101010000
Octal127126120

Shades and tints

Shades of #575650

#575650
(87,86,80)
#504F49
(80,79,73)
#494842
(73,72,66)
#42413B
(66,65,59)
#3B3A34
(59,58,52)
#34332D
(52,51,45)
#2D2C26
(45,44,38)
#26251F
(38,37,31)
#1F1E18
(31,30,24)
#181711
(24,23,17)
#11100A
(17,16,10)
#000000
(0,0,0)

Tints of #575650

#575650
(87,86,80)
#66655F
(102,101,95)
#75746E
(117,116,110)
#84837D
(132,131,125)
#93928C
(147,146,140)
#A2A19B
(162,161,155)
#B1B0AA
(177,176,170)
#C0BFB9
(192,191,185)
#CFCEC8
(207,206,200)
#DEDDD7
(222,221,215)
#EDECE6
(237,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #575650; }

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

This text font color is #575650.


Background Color

.myBgColor { background-color: #575650; }

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

This div background color is #575650.


Border color

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

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

This div border color is #575650.


Opacity

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

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

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

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

This text has shadow with #575650 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #575650 on black background.


Color preview on white background

This text has color #575650 on white background.



Black color preview on #575650 background

This text has black color on #575650 background.


White color preview on #575650 background

This text has white color on #575650 background.