COLOR #586E68

HEX: #586E68
RGB: (88,110,104)

Color info

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

RGB color model

#586E68 color RGB value is (88,110,104).

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

RGB channels and saturation

R 88 of 255 = 35%
G 110 of 255 = 43%
B 104 of 255 = 41%

88
110
104

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

Portions of RGB colors in percentages

R + G + B =
88 + 110 + 104 = 302 (100%)
R 88 of 302 ~ 29.14%
G 110 of 302 ~ 36.42%
B 104 of 302 ~ 34.44%

%29.14
%36.42
%34.44

CMYK color model

#586E68 color CMYK value is (20,0,5,57).

  • cyan value is 20.00%
  • magenta value is 0.00%
  • yellow value is 5.45%
  • key color value is 56.86%
CMYK:
(20,0,5,57)
C20M0Y5K57 
(20%,0%,5%,57%)
(0.20/0.00/0.05/0.57)	

CMYK percentages

%20
%0
%5.45
%56.86

Codes

Color #586E68 in popluar color models

586E68
RGB88110104
HSL164°11.11%38.82%
HSB/HSV164°20.00%43.14%
CMYK20.00%0.00%5.45%
56.86%

Color #586E68 in popluar number systems.

HEX586E68
Decimal88110104
Binary101100011011101101000
Octal130156150

Shades and tints

Shades of #586E68

#586E68
(88,110,104)
#50645F
(80,100,95)
#485A56
(72,90,86)
#40504D
(64,80,77)
#384644
(56,70,68)
#303C3B
(48,60,59)
#283232
(40,50,50)
#202829
(32,40,41)
#181E20
(24,30,32)
#101417
(16,20,23)
#080A0E
(8,10,14)
#000000
(0,0,0)

Tints of #586E68

#586E68
(88,110,104)
#677B75
(103,123,117)
#768882
(118,136,130)
#85958F
(133,149,143)
#94A29C
(148,162,156)
#A3AFA9
(163,175,169)
#B2BCB6
(178,188,182)
#C1C9C3
(193,201,195)
#D0D6D0
(208,214,208)
#DFE3DD
(223,227,221)
#EEF0EA
(238,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #586E68; }

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

This text font color is #586E68.


Background Color

.myBgColor { background-color: #586E68; }

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

This div background color is #586E68.


Border color

.myBorderColor { border: 1px solid #586E68; }

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

This div border color is #586E68.


Opacity

.myOpacity80 { color: #586E68; opacity: 0.8; }

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

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

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

This text has shadow with #586E68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #586E68 on black background.


Color preview on white background

This text has color #586E68 on white background.



Black color preview on #586E68 background

This text has black color on #586E68 background.


White color preview on #586E68 background

This text has white color on #586E68 background.