COLOR #586676

HEX: #586676
RGB: (88,102,118)

Color info

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

RGB color model

#586676 color RGB value is (88,102,118).

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

RGB channels and saturation

R 88 of 255 = 35%
G 102 of 255 = 40%
B 118 of 255 = 46%

88
102
118

R + G + B ~ 40%. #586676 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
88 + 102 + 118 = 308 (100%)
R 88 of 308 ~ 28.57%
G 102 of 308 ~ 33.12%
B 118 of 308 ~ 38.31%

%28.57
%33.12
%38.31

CMYK color model

#586676 color CMYK value is (25,14,0,54).

  • cyan value is 25.42%
  • magenta value is 13.56%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(25,14,0,54)
C25M14Y0K54 
(25%,14%,0%,54%)
(0.25/0.14/0.00/0.54)	

CMYK percentages

%25.42
%13.56
%0
%53.73

Codes

Color #586676 in popluar color models

586676
RGB88102118
HSL212°14.56%40.39%
HSB/HSV212°25.42%46.27%
CMYK25.42%13.56%0.00%
53.73%

Color #586676 in popluar number systems.

HEX586676
Decimal88102118
Binary101100011001101110110
Octal130146166

Shades and tints

Shades of #586676

#586676
(88,102,118)
#505D6C
(80,93,108)
#485462
(72,84,98)
#404B58
(64,75,88)
#38424E
(56,66,78)
#303944
(48,57,68)
#28303A
(40,48,58)
#202730
(32,39,48)
#181E26
(24,30,38)
#10151C
(16,21,28)
#080C12
(8,12,18)
#000000
(0,0,0)

Tints of #586676

#586676
(88,102,118)
#677382
(103,115,130)
#76808E
(118,128,142)
#858D9A
(133,141,154)
#949AA6
(148,154,166)
#A3A7B2
(163,167,178)
#B2B4BE
(178,180,190)
#C1C1CA
(193,193,202)
#D0CED6
(208,206,214)
#DFDBE2
(223,219,226)
#EEE8EE
(238,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #586676; }

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

This text font color is #586676.


Background Color

.myBgColor { background-color: #586676; }

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

This div background color is #586676.


Border color

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

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

This div border color is #586676.


Opacity

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

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

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

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

This text has shadow with #586676 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #586676 on black background.


Color preview on white background

This text has color #586676 on white background.



Black color preview on #586676 background

This text has black color on #586676 background.


White color preview on #586676 background

This text has white color on #586676 background.