COLOR #58606E

HEX: #58606E
RGB: (88,96,110)

Color info

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

RGB color model

#58606E color RGB value is (88,96,110).

  • red value is 88;
  • green value is 96;
  • blue value is 110.
RGB:
(88,96,110)
(35%,38%,43%)

RGB channels and saturation

R 88 of 255 = 35%
G 96 of 255 = 38%
B 110 of 255 = 43%

88
96
110

R + G + B ~ 39%. #58606E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 96 + 110 = 294 (100%)
R 88 of 294 ~ 29.93%
G 96 of 294 ~ 32.65%
B 110 of 294 ~ 37.41%

%29.93
%32.65
%37.41

CMYK color model

#58606E color CMYK value is (20,13,0,57).

  • cyan value is 20.00%
  • magenta value is 12.73%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(20,13,0,57)
C20M13Y0K57 
(20%,13%,0%,57%)
(0.20/0.13/0.00/0.57)	

CMYK percentages

%20
%12.73
%0
%56.86

Codes

Color #58606E in popluar color models

58606E
RGB8896110
HSL218°11.11%38.82%
HSB/HSV218°20.00%43.14%
CMYK20.00%12.73%0.00%
56.86%

Color #58606E in popluar number systems.

HEX58606E
Decimal8896110
Binary101100011000001101110
Octal130140156

Shades and tints

Shades of #58606E

#58606E
(88,96,110)
#505864
(80,88,100)
#48505A
(72,80,90)
#404850
(64,72,80)
#384046
(56,64,70)
#30383C
(48,56,60)
#283032
(40,48,50)
#202828
(32,40,40)
#18201E
(24,32,30)
#101814
(16,24,20)
#08100A
(8,16,10)
#000000
(0,0,0)

Tints of #58606E

#58606E
(88,96,110)
#676E7B
(103,110,123)
#767C88
(118,124,136)
#858A95
(133,138,149)
#9498A2
(148,152,162)
#A3A6AF
(163,166,175)
#B2B4BC
(178,180,188)
#C1C2C9
(193,194,201)
#D0D0D6
(208,208,214)
#DFDEE3
(223,222,227)
#EEECF0
(238,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58606E color. Also use rgb(88,96,110) instead hex code.

Text Font Color

.myTextColor { color: #58606E; }

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

This text font color is #58606E.


Background Color

.myBgColor { background-color: #58606E; }

<div style="background-color:#58606E">Inner text</div>

This div background color is #58606E.


Border color

.myBorderColor { border: 1px solid #58606E; }

<div style="border:3px solid #58606E">Div</div>

This div border color is #58606E.


Opacity

.myOpacity80 { color: #58606E; opacity: 0.8; }

<p style="color:#58606E;opacity:0.8;">80%</p>

Text with #58606E 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 #58606E;}

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

This text has shadow with #58606E color.

.textShadow {text-shadow: 3px 3px 1px #58606E, 3px 3px 1px red;}

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

This text has shadow with #58606E primary color and red secondary color.


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

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

This text has shadow with #58606E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58606E on black background.


Color preview on white background

This text has color #58606E on white background.



Black color preview on #58606E background

This text has black color on #58606E background.


White color preview on #58606E background

This text has white color on #58606E background.