COLOR #58676B

HEX: #58676B
RGB: (88,103,107)

Color info

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

RGB color model

#58676B color RGB value is (88,103,107).

  • red value is 88;
  • green value is 103;
  • blue value is 107.
RGB:
(88,103,107)
(35%,40%,42%)

RGB channels and saturation

R 88 of 255 = 35%
G 103 of 255 = 40%
B 107 of 255 = 42%

88
103
107

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

Portions of RGB colors in percentages

R + G + B =
88 + 103 + 107 = 298 (100%)
R 88 of 298 ~ 29.53%
G 103 of 298 ~ 34.56%
B 107 of 298 ~ 35.91%

%29.53
%34.56
%35.91

CMYK color model

#58676B color CMYK value is (18,4,0,58).

  • cyan value is 17.76%
  • magenta value is 3.74%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(18,4,0,58)
C18M4Y0K58 
(18%,4%,0%,58%)
(0.18/0.04/0.00/0.58)	

CMYK percentages

%17.76
%3.74
%0
%58.04

Codes

Color #58676B in popluar color models

58676B
RGB88103107
HSL193°9.74%38.24%
HSB/HSV193°17.76%41.96%
CMYK17.76%3.74%0.00%
58.04%

Color #58676B in popluar number systems.

HEX58676B
Decimal88103107
Binary101100011001111101011
Octal130147153

Shades and tints

Shades of #58676B

#58676B
(88,103,107)
#505E62
(80,94,98)
#485559
(72,85,89)
#404C50
(64,76,80)
#384347
(56,67,71)
#303A3E
(48,58,62)
#283135
(40,49,53)
#20282C
(32,40,44)
#181F23
(24,31,35)
#10161A
(16,22,26)
#080D11
(8,13,17)
#000000
(0,0,0)

Tints of #58676B

#58676B
(88,103,107)
#677478
(103,116,120)
#768185
(118,129,133)
#858E92
(133,142,146)
#949B9F
(148,155,159)
#A3A8AC
(163,168,172)
#B2B5B9
(178,181,185)
#C1C2C6
(193,194,198)
#D0CFD3
(208,207,211)
#DFDCE0
(223,220,224)
#EEE9ED
(238,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58676B color. Also use rgb(88,103,107) instead hex code.

Text Font Color

.myTextColor { color: #58676B; }

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

This text font color is #58676B.


Background Color

.myBgColor { background-color: #58676B; }

<div style="background-color:#58676B">Inner text</div>

This div background color is #58676B.


Border color

.myBorderColor { border: 1px solid #58676B; }

<div style="border:3px solid #58676B">Div</div>

This div border color is #58676B.


Opacity

.myOpacity80 { color: #58676B; opacity: 0.8; }

<p style="color:#58676B;opacity:0.8;">80%</p>

Text with #58676B 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 #58676B;}

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

This text has shadow with #58676B color.

.textShadow {text-shadow: 3px 3px 1px #58676B, 3px 3px 1px red;}

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

This text has shadow with #58676B primary color and red secondary color.


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

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

This text has shadow with #58676B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58676B on black background.


Color preview on white background

This text has color #58676B on white background.



Black color preview on #58676B background

This text has black color on #58676B background.


White color preview on #58676B background

This text has white color on #58676B background.