COLOR #58646D

HEX: #58646D
RGB: (88,100,109)

Color info

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

RGB color model

#58646D color RGB value is (88,100,109).

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

RGB channels and saturation

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

88
100
109

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

Portions of RGB colors in percentages

R + G + B =
88 + 100 + 109 = 297 (100%)
R 88 of 297 ~ 29.63%
G 100 of 297 ~ 33.67%
B 109 of 297 ~ 36.7%

%29.63
%33.67
%36.7

CMYK color model

#58646D color CMYK value is (19,8,0,57).

  • cyan value is 19.27%
  • magenta value is 8.26%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(19,8,0,57)
C19M8Y0K57 
(19%,8%,0%,57%)
(0.19/0.08/0.00/0.57)	

CMYK percentages

%19.27
%8.26
%0
%57.25

Codes

Color #58646D in popluar color models

58646D
RGB88100109
HSL206°10.66%38.63%
HSB/HSV206°19.27%42.75%
CMYK19.27%8.26%0.00%
57.25%

Color #58646D in popluar number systems.

HEX58646D
Decimal88100109
Binary101100011001001101101
Octal130144155

Shades and tints

Shades of #58646D

#58646D
(88,100,109)
#505B64
(80,91,100)
#48525B
(72,82,91)
#404952
(64,73,82)
#384049
(56,64,73)
#303740
(48,55,64)
#282E37
(40,46,55)
#20252E
(32,37,46)
#181C25
(24,28,37)
#10131C
(16,19,28)
#080A13
(8,10,19)
#000000
(0,0,0)

Tints of #58646D

#58646D
(88,100,109)
#67727A
(103,114,122)
#768087
(118,128,135)
#858E94
(133,142,148)
#949CA1
(148,156,161)
#A3AAAE
(163,170,174)
#B2B8BB
(178,184,187)
#C1C6C8
(193,198,200)
#D0D4D5
(208,212,213)
#DFE2E2
(223,226,226)
#EEF0EF
(238,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #58646D; }

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

This text font color is #58646D.


Background Color

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

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

This div background color is #58646D.


Border color

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

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

This div border color is #58646D.


Opacity

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

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

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

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

This text has shadow with #58646D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58646D on black background.


Color preview on white background

This text has color #58646D on white background.



Black color preview on #58646D background

This text has black color on #58646D background.


White color preview on #58646D background

This text has white color on #58646D background.