COLOR #575758

HEX: #575758 RGB: (87,87,88)

Color info

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

RGB color model

#575758 color RGB value is (87,87,88).

RGB: (87,87,88) (34%, 34%, 35%)

RGB channels and saturation

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

87
87
88

R + G + B ~ 34%. #575758 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 87 + 87 + 88 = 262 (100%)
R 87 of 262 ~ 33.21%
G 87 of 262 ~ 33.21%
B 88 of 262 ~ 33.59'%

%33.21
%33.21
%33.59

CMYK color model

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

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

CMYK percentages

%1.14
%1.14
%0
%65.49

Codes

Color #575758 in popluar color models

57 57 58
RGB 87 87 88
HSL 240° 0.57% 34.31%
HSB/HSV 240° 1.14% 34.51%
CMYK 1.14% 1.14% 0.00%
65.49%

Color #575758 in popluar number systems.

HEX 57 57 58
Decimal 87 87 88
Binary 1010111 1010111 1011000
Octal 127 127 130

Shades and tints

Shades of #575758

#575758
(87,87,88)
#505050
(80,80,80)
#494948
(73,73,72)
#424240
(66,66,64)
#3B3B38
(59,59,56)
#343430
(52,52,48)
#2D2D28
(45,45,40)
#262620
(38,38,32)
#1F1F18
(31,31,24)
#181810
(24,24,16)
#111108
(17,17,8)
#000000
(0,0,0)

Tints of #575758

#575758
(87,87,88)
#666667
(102,102,103)
#757576
(117,117,118)
#848485
(132,132,133)
#939394
(147,147,148)
#A2A2A3
(162,162,163)
#B1B1B2
(177,177,178)
#C0C0C1
(192,192,193)
#CFCFD0
(207,207,208)
#DEDEDF
(222,222,223)
#EDEDEE
(237,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #575758; }

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

This text font color is #575758.

Background Color

.myBgColor { background-color: #575758; }

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

This div background color is #575758.

Border color

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

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

This div border color is #575758.

Opacity

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

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

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

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

This text has shadow with #575758 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #575758.

Preview

Color preview on black background

This text has color #575758 on black background.


Color preview on white background

This text has color #575758 on white background.


Black color preview on #575758 background

This text has black color on #575758 background.


White color preview on #575758 background

This text has white color on #575758 background.


Related colors

Complementary color

Complementary color for #hex is #A8A8A7.


I love getcolorcode.com