COLOR #586668

HEX: #586668
RGB: (88,102,104)

Color info

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

RGB color model

#586668 color RGB value is (88,102,104).

  • red value is 88;
  • green value is 102;
  • blue value is 104.
RGB:
(88,102,104)
(35%,40%,41%)

RGB channels and saturation

R 88 of 255 = 35%
G 102 of 255 = 40%
B 104 of 255 = 41%

88
102
104

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

Portions of RGB colors in percentages

R + G + B =
88 + 102 + 104 = 294 (100%)
R 88 of 294 ~ 29.93%
G 102 of 294 ~ 34.69%
B 104 of 294 ~ 35.37%

%29.93
%34.69
%35.37

CMYK color model

#586668 color CMYK value is (15,2,0,59).

  • cyan value is 15.38%
  • magenta value is 1.92%
  • yellow value is 0.00%
  • key color value is 59.22%
CMYK:
(15,2,0,59)
C15M2Y0K59 
(15%,2%,0%,59%)
(0.15/0.02/0.00/0.59)	

CMYK percentages

%15.38
%1.92
%0
%59.22

Codes

Color #586668 in popluar color models

586668
RGB88102104
HSL188°8.33%37.65%
HSB/HSV188°15.38%40.78%
CMYK15.38%1.92%0.00%
59.22%

Color #586668 in popluar number systems.

HEX586668
Decimal88102104
Binary101100011001101101000
Octal130146150

Shades and tints

Shades of #586668

#586668
(88,102,104)
#505D5F
(80,93,95)
#485456
(72,84,86)
#404B4D
(64,75,77)
#384244
(56,66,68)
#30393B
(48,57,59)
#283032
(40,48,50)
#202729
(32,39,41)
#181E20
(24,30,32)
#101517
(16,21,23)
#080C0E
(8,12,14)
#000000
(0,0,0)

Tints of #586668

#586668
(88,102,104)
#677375
(103,115,117)
#768082
(118,128,130)
#858D8F
(133,141,143)
#949A9C
(148,154,156)
#A3A7A9
(163,167,169)
#B2B4B6
(178,180,182)
#C1C1C3
(193,193,195)
#D0CED0
(208,206,208)
#DFDBDD
(223,219,221)
#EEE8EA
(238,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #586668 color. Also use rgb(88,102,104) instead hex code.

Text Font Color

.myTextColor { color: #586668; }

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

This text font color is #586668.


Background Color

.myBgColor { background-color: #586668; }

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

This div background color is #586668.


Border color

.myBorderColor { border: 1px solid #586668; }

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

This div border color is #586668.


Opacity

.myOpacity80 { color: #586668; opacity: 0.8; }

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

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

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

This text has shadow with #586668 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #586668 on black background.


Color preview on white background

This text has color #586668 on white background.



Black color preview on #586668 background

This text has black color on #586668 background.


White color preview on #586668 background

This text has white color on #586668 background.