COLOR #58616F

HEX: #58616F
RGB: (88,97,111)

Color info

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

RGB color model

#58616F color RGB value is (88,97,111).

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

RGB channels and saturation

R 88 of 255 = 35%
G 97 of 255 = 38%
B 111 of 255 = 44%

88
97
111

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

Portions of RGB colors in percentages

R + G + B =
88 + 97 + 111 = 296 (100%)
R 88 of 296 ~ 29.73%
G 97 of 296 ~ 32.77%
B 111 of 296 ~ 37.5%

%29.73
%32.77
%37.5

CMYK color model

#58616F color CMYK value is (21,13,0,56).

  • cyan value is 20.72%
  • magenta value is 12.61%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(21,13,0,56)
C21M13Y0K56 
(21%,13%,0%,56%)
(0.21/0.13/0.00/0.56)	

CMYK percentages

%20.72
%12.61
%0
%56.47

Codes

Color #58616F in popluar color models

58616F
RGB8897111
HSL217°11.56%39.02%
HSB/HSV217°20.72%43.53%
CMYK20.72%12.61%0.00%
56.47%

Color #58616F in popluar number systems.

HEX58616F
Decimal8897111
Binary101100011000011101111
Octal130141157

Shades and tints

Shades of #58616F

#58616F
(88,97,111)
#505965
(80,89,101)
#48515B
(72,81,91)
#404951
(64,73,81)
#384147
(56,65,71)
#30393D
(48,57,61)
#283133
(40,49,51)
#202929
(32,41,41)
#18211F
(24,33,31)
#101915
(16,25,21)
#08110B
(8,17,11)
#000000
(0,0,0)

Tints of #58616F

#58616F
(88,97,111)
#676F7C
(103,111,124)
#767D89
(118,125,137)
#858B96
(133,139,150)
#9499A3
(148,153,163)
#A3A7B0
(163,167,176)
#B2B5BD
(178,181,189)
#C1C3CA
(193,195,202)
#D0D1D7
(208,209,215)
#DFDFE4
(223,223,228)
#EEEDF1
(238,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #58616F; }

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

This text font color is #58616F.


Background Color

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

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

This div background color is #58616F.


Border color

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

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

This div border color is #58616F.


Opacity

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

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

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

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

This text has shadow with #58616F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58616F on black background.


Color preview on white background

This text has color #58616F on white background.



Black color preview on #58616F background

This text has black color on #58616F background.


White color preview on #58616F background

This text has white color on #58616F background.