COLOR #58696C

HEX: #58696C
RGB: (88,105,108)

Color info

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

RGB color model

#58696C color RGB value is (88,105,108).

  • red value is 88;
  • green value is 105;
  • blue value is 108.
RGB:
(88,105,108)
(35%,41%,42%)

RGB channels and saturation

R 88 of 255 = 35%
G 105 of 255 = 41%
B 108 of 255 = 42%

88
105
108

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

Portions of RGB colors in percentages

R + G + B =
88 + 105 + 108 = 301 (100%)
R 88 of 301 ~ 29.24%
G 105 of 301 ~ 34.88%
B 108 of 301 ~ 35.88%

%29.24
%34.88
%35.88

CMYK color model

#58696C color CMYK value is (19,3,0,58).

  • cyan value is 18.52%
  • magenta value is 2.78%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(19,3,0,58)
C19M3Y0K58 
(19%,3%,0%,58%)
(0.19/0.03/0.00/0.58)	

CMYK percentages

%18.52
%2.78
%0
%57.65

Codes

Color #58696C in popluar color models

58696C
RGB88105108
HSL189°10.20%38.43%
HSB/HSV189°18.52%42.35%
CMYK18.52%2.78%0.00%
57.65%

Color #58696C in popluar number systems.

HEX58696C
Decimal88105108
Binary101100011010011101100
Octal130151154

Shades and tints

Shades of #58696C

#58696C
(88,105,108)
#506063
(80,96,99)
#48575A
(72,87,90)
#404E51
(64,78,81)
#384548
(56,69,72)
#303C3F
(48,60,63)
#283336
(40,51,54)
#202A2D
(32,42,45)
#182124
(24,33,36)
#10181B
(16,24,27)
#080F12
(8,15,18)
#000000
(0,0,0)

Tints of #58696C

#58696C
(88,105,108)
#677679
(103,118,121)
#768386
(118,131,134)
#859093
(133,144,147)
#949DA0
(148,157,160)
#A3AAAD
(163,170,173)
#B2B7BA
(178,183,186)
#C1C4C7
(193,196,199)
#D0D1D4
(208,209,212)
#DFDEE1
(223,222,225)
#EEEBEE
(238,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58696C color. Also use rgb(88,105,108) instead hex code.

Text Font Color

.myTextColor { color: #58696C; }

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

This text font color is #58696C.


Background Color

.myBgColor { background-color: #58696C; }

<div style="background-color:#58696C">Inner text</div>

This div background color is #58696C.


Border color

.myBorderColor { border: 1px solid #58696C; }

<div style="border:3px solid #58696C">Div</div>

This div border color is #58696C.


Opacity

.myOpacity80 { color: #58696C; opacity: 0.8; }

<p style="color:#58696C;opacity:0.8;">80%</p>

Text with #58696C 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 #58696C;}

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

This text has shadow with #58696C color.

.textShadow {text-shadow: 3px 3px 1px #58696C, 3px 3px 1px red;}

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

This text has shadow with #58696C primary color and red secondary color.


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

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

This text has shadow with #58696C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58696C on black background.


Color preview on white background

This text has color #58696C on white background.



Black color preview on #58696C background

This text has black color on #58696C background.


White color preview on #58696C background

This text has white color on #58696C background.