COLOR #585758

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

88
87
88

R + G + B ~ 35%. #585758 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 87 + 88 = 263 (100%)
R 88 of 263 ~ 33.46%
G 87 of 263 ~ 33.08%
B 88 of 263 ~ 33.46%

%33.46
%33.08
%33.46

CMYK color model

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

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

CMYK percentages

%0
%1.14
%0
%65.49

Codes

Color #585758 in popluar color models

585758
RGB888788
HSL300°0.57%34.31%
HSB/HSV300°1.14%34.51%
CMYK0.00%1.14%0.00%
65.49%

Color #585758 in popluar number systems.

HEX585758
Decimal888788
Binary101100010101111011000
Octal130127130

Shades and tints

Shades of #585758

#585758
(88,87,88)
#505050
(80,80,80)
#484948
(72,73,72)
#404240
(64,66,64)
#383B38
(56,59,56)
#303430
(48,52,48)
#282D28
(40,45,40)
#202620
(32,38,32)
#181F18
(24,31,24)
#101810
(16,24,16)
#081108
(8,17,8)
#000000
(0,0,0)

Tints of #585758

#585758
(88,87,88)
#676667
(103,102,103)
#767576
(118,117,118)
#858485
(133,132,133)
#949394
(148,147,148)
#A3A2A3
(163,162,163)
#B2B1B2
(178,177,178)
#C1C0C1
(193,192,193)
#D0CFD0
(208,207,208)
#DFDEDF
(223,222,223)
#EEEDEE
(238,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #585758; }

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

This text font color is #585758.


Background Color

.myBgColor { background-color: #585758; }

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

This div background color is #585758.


Border color

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

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

This div border color is #585758.


Opacity

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

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

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

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

This text has shadow with #585758 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585758 on black background.


Color preview on white background

This text has color #585758 on white background.



Black color preview on #585758 background

This text has black color on #585758 background.


White color preview on #585758 background

This text has white color on #585758 background.