COLOR #58646F

HEX: #58646F
RGB: (88,100,111)

Color info

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

RGB color model

#58646F color RGB value is (88,100,111).

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

RGB channels and saturation

R 88 of 255 = 35%
G 100 of 255 = 39%
B 111 of 255 = 44%

88
100
111

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

Portions of RGB colors in percentages

R + G + B =
88 + 100 + 111 = 299 (100%)
R 88 of 299 ~ 29.43%
G 100 of 299 ~ 33.44%
B 111 of 299 ~ 37.12%

%29.43
%33.44
%37.12

CMYK color model

#58646F color CMYK value is (21,10,0,56).

  • cyan value is 20.72%
  • magenta value is 9.91%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(21,10,0,56)
C21M10Y0K56 
(21%,10%,0%,56%)
(0.21/0.10/0.00/0.56)	

CMYK percentages

%20.72
%9.91
%0
%56.47

Codes

Color #58646F in popluar color models

58646F
RGB88100111
HSL209°11.56%39.02%
HSB/HSV209°20.72%43.53%
CMYK20.72%9.91%0.00%
56.47%

Color #58646F in popluar number systems.

HEX58646F
Decimal88100111
Binary101100011001001101111
Octal130144157

Shades and tints

Shades of #58646F

#58646F
(88,100,111)
#505B65
(80,91,101)
#48525B
(72,82,91)
#404951
(64,73,81)
#384047
(56,64,71)
#30373D
(48,55,61)
#282E33
(40,46,51)
#202529
(32,37,41)
#181C1F
(24,28,31)
#101315
(16,19,21)
#080A0B
(8,10,11)
#000000
(0,0,0)

Tints of #58646F

#58646F
(88,100,111)
#67727C
(103,114,124)
#768089
(118,128,137)
#858E96
(133,142,150)
#949CA3
(148,156,163)
#A3AAB0
(163,170,176)
#B2B8BD
(178,184,189)
#C1C6CA
(193,198,202)
#D0D4D7
(208,212,215)
#DFE2E4
(223,226,228)
#EEF0F1
(238,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #58646F; }

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

This text font color is #58646F.


Background Color

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

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

This div background color is #58646F.


Border color

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

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

This div border color is #58646F.


Opacity

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

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

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

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

This text has shadow with #58646F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58646F on black background.


Color preview on white background

This text has color #58646F on white background.



Black color preview on #58646F background

This text has black color on #58646F background.


White color preview on #58646F background

This text has white color on #58646F background.