COLOR #586661

HEX: #586661 RGB: (88,102,97)

Color info

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

RGB color model

#586661 color RGB value is (88,102,97).

RGB: (88,102,97) (35%, 40%, 38%)

RGB channels and saturation

R 88 of 255 = 35%
G 102 of 255 = 40%
B 97 of 255 = 38%

88
102
97

R + G + B ~ 38%. #586661 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 88 + 102 + 97 = 287 (100%)
R 88 of 287 ~ 30.66%
G 102 of 287 ~ 35.54%
B 97 of 287 ~ 33.8'%

%30.66
%35.54
%33.8

CMYK color model

#586661 color CMYK value is (14,0,5,60).

  • cyan value is 13.73%
  • magenta value is 0.00%
  • yellow value is 4.90%
  • key color value is 60.00%

CMYK: (14,0,5,60)
C14M0Y5K60 (14%, 0%, 5%, 60%)
(0.14 / 0.00 / 0.05 / 0.60)

CMYK percentages

%13.73
%0
%4.9
%60

Codes

Color #586661 in popluar color models

58 66 61
RGB 88 102 97
HSL 159° 7.37% 37.25%
HSB/HSV 159° 13.73% 40.00%
CMYK 13.73% 0.00% 4.90%
60.00%

Color #586661 in popluar number systems.

HEX 58 66 61
Decimal 88 102 97
Binary 1011000 1100110 1100001
Octal 130 146 141

Shades and tints

Shades of #586661

#586661
(88,102,97)
#505D59
(80,93,89)
#485451
(72,84,81)
#404B49
(64,75,73)
#384241
(56,66,65)
#303939
(48,57,57)
#283031
(40,48,49)
#202729
(32,39,41)
#181E21
(24,30,33)
#101519
(16,21,25)
#080C11
(8,12,17)
#000000
(0,0,0)

Tints of #586661

#586661
(88,102,97)
#67736F
(103,115,111)
#76807D
(118,128,125)
#858D8B
(133,141,139)
#949A99
(148,154,153)
#A3A7A7
(163,167,167)
#B2B4B5
(178,180,181)
#C1C1C3
(193,193,195)
#D0CED1
(208,206,209)
#DFDBDF
(223,219,223)
#EEE8ED
(238,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #586661; }

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

This text font color is #586661.

Background Color

.myBgColor { background-color: #586661; }

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

This div background color is #586661.

Border color

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

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

This div border color is #586661.

Opacity

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

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

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

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

This text has shadow with #586661 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #586661.

Preview

Color preview on black background

This text has color #586661 on black background.


Color preview on white background

This text has color #586661 on white background.


Black color preview on #586661 background

This text has black color on #586661 background.


White color preview on #586661 background

This text has white color on #586661 background.


Related colors

Complementary color

Complementary color for #hex is #A7999E.


I love getcolorcode.com

Triadic colors

1 #615866 and #666158 with #586661 are triadic colors.

2 #616658 and #665861 with #586661 are triadic colors.