COLOR #575850

HEX: #575850
RGB: (87,88,80)

Color info

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

RGB color model

#575850 color RGB value is (87,88,80).

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

RGB channels and saturation

R 87 of 255 = 34%
G 88 of 255 = 35%
B 80 of 255 = 31%

87
88
80

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

Portions of RGB colors in percentages

R + G + B =
87 + 88 + 80 = 255 (100%)
R 87 of 255 ~ 34.12%
G 88 of 255 ~ 34.51%
B 80 of 255 ~ 31.37%

%34.12
%34.51
%31.37

CMYK color model

#575850 color CMYK value is (1,0,9,65).

  • cyan value is 1.14%
  • magenta value is 0.00%
  • yellow value is 9.09%
  • key color value is 65.49%
CMYK:
(1,0,9,65)
C1M0Y9K65 
(1%,0%,9%,65%)
(0.01/0.00/0.09/0.65)	

CMYK percentages

%1.14
%0
%9.09
%65.49

Codes

Color #575850 in popluar color models

575850
RGB878880
HSL68°4.76%32.94%
HSB/HSV68°9.09%34.51%
CMYK1.14%0.00%9.09%
65.49%

Color #575850 in popluar number systems.

HEX575850
Decimal878880
Binary101011110110001010000
Octal127130120

Shades and tints

Shades of #575850

#575850
(87,88,80)
#505049
(80,80,73)
#494842
(73,72,66)
#42403B
(66,64,59)
#3B3834
(59,56,52)
#34302D
(52,48,45)
#2D2826
(45,40,38)
#26201F
(38,32,31)
#1F1818
(31,24,24)
#181011
(24,16,17)
#11080A
(17,8,10)
#000000
(0,0,0)

Tints of #575850

#575850
(87,88,80)
#66675F
(102,103,95)
#75766E
(117,118,110)
#84857D
(132,133,125)
#93948C
(147,148,140)
#A2A39B
(162,163,155)
#B1B2AA
(177,178,170)
#C0C1B9
(192,193,185)
#CFD0C8
(207,208,200)
#DEDFD7
(222,223,215)
#EDEEE6
(237,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #575850; }

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

This text font color is #575850.


Background Color

.myBgColor { background-color: #575850; }

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

This div background color is #575850.


Border color

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

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

This div border color is #575850.


Opacity

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

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

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

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

This text has shadow with #575850 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #575850 on black background.


Color preview on white background

This text has color #575850 on white background.



Black color preview on #575850 background

This text has black color on #575850 background.


White color preview on #575850 background

This text has white color on #575850 background.