COLOR #58636D

HEX: #58636D
RGB: (88,99,109)

Color info

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

RGB color model

#58636D color RGB value is (88,99,109).

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

RGB channels and saturation

R 88 of 255 = 35%
G 99 of 255 = 39%
B 109 of 255 = 43%

88
99
109

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

Portions of RGB colors in percentages

R + G + B =
88 + 99 + 109 = 296 (100%)
R 88 of 296 ~ 29.73%
G 99 of 296 ~ 33.45%
B 109 of 296 ~ 36.82%

%29.73
%33.45
%36.82

CMYK color model

#58636D color CMYK value is (19,9,0,57).

  • cyan value is 19.27%
  • magenta value is 9.17%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(19,9,0,57)
C19M9Y0K57 
(19%,9%,0%,57%)
(0.19/0.09/0.00/0.57)	

CMYK percentages

%19.27
%9.17
%0
%57.25

Codes

Color #58636D in popluar color models

58636D
RGB8899109
HSL209°10.66%38.63%
HSB/HSV209°19.27%42.75%
CMYK19.27%9.17%0.00%
57.25%

Color #58636D in popluar number systems.

HEX58636D
Decimal8899109
Binary101100011000111101101
Octal130143155

Shades and tints

Shades of #58636D

#58636D
(88,99,109)
#505A64
(80,90,100)
#48515B
(72,81,91)
#404852
(64,72,82)
#383F49
(56,63,73)
#303640
(48,54,64)
#282D37
(40,45,55)
#20242E
(32,36,46)
#181B25
(24,27,37)
#10121C
(16,18,28)
#080913
(8,9,19)
#000000
(0,0,0)

Tints of #58636D

#58636D
(88,99,109)
#67717A
(103,113,122)
#767F87
(118,127,135)
#858D94
(133,141,148)
#949BA1
(148,155,161)
#A3A9AE
(163,169,174)
#B2B7BB
(178,183,187)
#C1C5C8
(193,197,200)
#D0D3D5
(208,211,213)
#DFE1E2
(223,225,226)
#EEEFEF
(238,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #58636D; }

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

This text font color is #58636D.


Background Color

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

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

This div background color is #58636D.


Border color

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

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

This div border color is #58636D.


Opacity

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

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

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

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

This text has shadow with #58636D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58636D on black background.


Color preview on white background

This text has color #58636D on white background.



Black color preview on #58636D background

This text has black color on #58636D background.


White color preview on #58636D background

This text has white color on #58636D background.