COLOR #58616A

HEX: #58616A
RGB: (88,97,106)

Color info

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

RGB color model

#58616A color RGB value is (88,97,106).

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

RGB channels and saturation

R 88 of 255 = 35%
G 97 of 255 = 38%
B 106 of 255 = 42%

88
97
106

R + G + B ~ 38%. #58616A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 97 + 106 = 291 (100%)
R 88 of 291 ~ 30.24%
G 97 of 291 ~ 33.33%
B 106 of 291 ~ 36.43%

%30.24
%33.33
%36.43

CMYK color model

#58616A color CMYK value is (17,8,0,58).

  • cyan value is 16.98%
  • magenta value is 8.49%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(17,8,0,58)
C17M8Y0K58 
(17%,8%,0%,58%)
(0.17/0.08/0.00/0.58)	

CMYK percentages

%16.98
%8.49
%0
%58.43

Codes

Color #58616A in popluar color models

58616A
RGB8897106
HSL210°9.28%38.04%
HSB/HSV210°16.98%41.57%
CMYK16.98%8.49%0.00%
58.43%

Color #58616A in popluar number systems.

HEX58616A
Decimal8897106
Binary101100011000011101010
Octal130141152

Shades and tints

Shades of #58616A

#58616A
(88,97,106)
#505961
(80,89,97)
#485158
(72,81,88)
#40494F
(64,73,79)
#384146
(56,65,70)
#30393D
(48,57,61)
#283134
(40,49,52)
#20292B
(32,41,43)
#182122
(24,33,34)
#101919
(16,25,25)
#081110
(8,17,16)
#000000
(0,0,0)

Tints of #58616A

#58616A
(88,97,106)
#676F77
(103,111,119)
#767D84
(118,125,132)
#858B91
(133,139,145)
#94999E
(148,153,158)
#A3A7AB
(163,167,171)
#B2B5B8
(178,181,184)
#C1C3C5
(193,195,197)
#D0D1D2
(208,209,210)
#DFDFDF
(223,223,223)
#EEEDEC
(238,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #58616A; }

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

This text font color is #58616A.


Background Color

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

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

This div background color is #58616A.


Border color

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

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

This div border color is #58616A.


Opacity

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

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

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

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

This text has shadow with #58616A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58616A on black background.


Color preview on white background

This text has color #58616A on white background.



Black color preview on #58616A background

This text has black color on #58616A background.


White color preview on #58616A background

This text has white color on #58616A background.