COLOR #575768

HEX: #575768
RGB: (87,87,104)

Color info

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

RGB color model

#575768 color RGB value is (87,87,104).

  • red value is 87;
  • green value is 87;
  • blue value is 104.
RGB:
(87,87,104)
(34%,34%,41%)

RGB channels and saturation

R 87 of 255 = 34%
G 87 of 255 = 34%
B 104 of 255 = 41%

87
87
104

R + G + B ~ 36%. #575768 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 87 + 104 = 278 (100%)
R 87 of 278 ~ 31.29%
G 87 of 278 ~ 31.29%
B 104 of 278 ~ 37.41%

%31.29
%31.29
%37.41

CMYK color model

#575768 color CMYK value is (16,16,0,59).

  • cyan value is 16.35%
  • magenta value is 16.35%
  • yellow value is 0.00%
  • key color value is 59.22%
CMYK:
(16,16,0,59)
C16M16Y0K59 
(16%,16%,0%,59%)
(0.16/0.16/0.00/0.59)	

CMYK percentages

%16.35
%16.35
%0
%59.22

Codes

Color #575768 in popluar color models

575768
RGB8787104
HSL240°8.90%37.45%
HSB/HSV240°16.35%40.78%
CMYK16.35%16.35%0.00%
59.22%

Color #575768 in popluar number systems.

HEX575768
Decimal8787104
Binary101011110101111101000
Octal127127150

Shades and tints

Shades of #575768

#575768
(87,87,104)
#50505F
(80,80,95)
#494956
(73,73,86)
#42424D
(66,66,77)
#3B3B44
(59,59,68)
#34343B
(52,52,59)
#2D2D32
(45,45,50)
#262629
(38,38,41)
#1F1F20
(31,31,32)
#181817
(24,24,23)
#11110E
(17,17,14)
#000000
(0,0,0)

Tints of #575768

#575768
(87,87,104)
#666675
(102,102,117)
#757582
(117,117,130)
#84848F
(132,132,143)
#93939C
(147,147,156)
#A2A2A9
(162,162,169)
#B1B1B6
(177,177,182)
#C0C0C3
(192,192,195)
#CFCFD0
(207,207,208)
#DEDEDD
(222,222,221)
#EDEDEA
(237,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #575768; }

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

This text font color is #575768.


Background Color

.myBgColor { background-color: #575768; }

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

This div background color is #575768.


Border color

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

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

This div border color is #575768.


Opacity

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

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

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

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

This text has shadow with #575768 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #575768 on black background.


Color preview on white background

This text has color #575768 on white background.



Black color preview on #575768 background

This text has black color on #575768 background.


White color preview on #575768 background

This text has white color on #575768 background.