COLOR #58636C

HEX: #58636C
RGB: (88,99,108)

Color info

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

RGB color model

#58636C color RGB value is (88,99,108).

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

RGB channels and saturation

R 88 of 255 = 35%
G 99 of 255 = 39%
B 108 of 255 = 42%

88
99
108

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

Portions of RGB colors in percentages

R + G + B =
88 + 99 + 108 = 295 (100%)
R 88 of 295 ~ 29.83%
G 99 of 295 ~ 33.56%
B 108 of 295 ~ 36.61%

%29.83
%33.56
%36.61

CMYK color model

#58636C color CMYK value is (19,8,0,58).

  • cyan value is 18.52%
  • magenta value is 8.33%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(19,8,0,58)
C19M8Y0K58 
(19%,8%,0%,58%)
(0.19/0.08/0.00/0.58)	

CMYK percentages

%18.52
%8.33
%0
%57.65

Codes

Color #58636C in popluar color models

58636C
RGB8899108
HSL207°10.20%38.43%
HSB/HSV207°18.52%42.35%
CMYK18.52%8.33%0.00%
57.65%

Color #58636C in popluar number systems.

HEX58636C
Decimal8899108
Binary101100011000111101100
Octal130143154

Shades and tints

Shades of #58636C

#58636C
(88,99,108)
#505A63
(80,90,99)
#48515A
(72,81,90)
#404851
(64,72,81)
#383F48
(56,63,72)
#30363F
(48,54,63)
#282D36
(40,45,54)
#20242D
(32,36,45)
#181B24
(24,27,36)
#10121B
(16,18,27)
#080912
(8,9,18)
#000000
(0,0,0)

Tints of #58636C

#58636C
(88,99,108)
#677179
(103,113,121)
#767F86
(118,127,134)
#858D93
(133,141,147)
#949BA0
(148,155,160)
#A3A9AD
(163,169,173)
#B2B7BA
(178,183,186)
#C1C5C7
(193,197,199)
#D0D3D4
(208,211,212)
#DFE1E1
(223,225,225)
#EEEFEE
(238,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #58636C; }

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

This text font color is #58636C.


Background Color

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

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

This div background color is #58636C.


Border color

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

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

This div border color is #58636C.


Opacity

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

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

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

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

This text has shadow with #58636C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58636C on black background.


Color preview on white background

This text has color #58636C on white background.



Black color preview on #58636C background

This text has black color on #58636C background.


White color preview on #58636C background

This text has white color on #58636C background.