COLOR #58656C

HEX: #58656C
RGB: (88,101,108)

Color info

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

RGB color model

#58656C color RGB value is (88,101,108).

  • red value is 88;
  • green value is 101;
  • blue value is 108.
RGB:
(88,101,108)
(35%,40%,42%)

RGB channels and saturation

R 88 of 255 = 35%
G 101 of 255 = 40%
B 108 of 255 = 42%

88
101
108

R + G + B ~ 39%. #58656C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 101 + 108 = 297 (100%)
R 88 of 297 ~ 29.63%
G 101 of 297 ~ 34.01%
B 108 of 297 ~ 36.36%

%29.63
%34.01
%36.36

CMYK color model

#58656C color CMYK value is (19,6,0,58).

  • cyan value is 18.52%
  • magenta value is 6.48%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(19,6,0,58)
C19M6Y0K58 
(19%,6%,0%,58%)
(0.19/0.06/0.00/0.58)	

CMYK percentages

%18.52
%6.48
%0
%57.65

Codes

Color #58656C in popluar color models

58656C
RGB88101108
HSL201°10.20%38.43%
HSB/HSV201°18.52%42.35%
CMYK18.52%6.48%0.00%
57.65%

Color #58656C in popluar number systems.

HEX58656C
Decimal88101108
Binary101100011001011101100
Octal130145154

Shades and tints

Shades of #58656C

#58656C
(88,101,108)
#505C63
(80,92,99)
#48535A
(72,83,90)
#404A51
(64,74,81)
#384148
(56,65,72)
#30383F
(48,56,63)
#282F36
(40,47,54)
#20262D
(32,38,45)
#181D24
(24,29,36)
#10141B
(16,20,27)
#080B12
(8,11,18)
#000000
(0,0,0)

Tints of #58656C

#58656C
(88,101,108)
#677379
(103,115,121)
#768186
(118,129,134)
#858F93
(133,143,147)
#949DA0
(148,157,160)
#A3ABAD
(163,171,173)
#B2B9BA
(178,185,186)
#C1C7C7
(193,199,199)
#D0D5D4
(208,213,212)
#DFE3E1
(223,227,225)
#EEF1EE
(238,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58656C color. Also use rgb(88,101,108) instead hex code.

Text Font Color

.myTextColor { color: #58656C; }

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

This text font color is #58656C.


Background Color

.myBgColor { background-color: #58656C; }

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

This div background color is #58656C.


Border color

.myBorderColor { border: 1px solid #58656C; }

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

This div border color is #58656C.


Opacity

.myOpacity80 { color: #58656C; opacity: 0.8; }

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

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

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

This text has shadow with #58656C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58656C on black background.


Color preview on white background

This text has color #58656C on white background.



Black color preview on #58656C background

This text has black color on #58656C background.


White color preview on #58656C background

This text has white color on #58656C background.