COLOR #586657

HEX: #586657
RGB: (88,102,87)

Color info

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

RGB color model

#586657 color RGB value is (88,102,87).

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

RGB channels and saturation

R 88 of 255 = 35%
G 102 of 255 = 40%
B 87 of 255 = 34%

88
102
87

R + G + B ~ 36%. #586657 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 102 + 87 = 277 (100%)
R 88 of 277 ~ 31.77%
G 102 of 277 ~ 36.82%
B 87 of 277 ~ 31.41%

%31.77
%36.82
%31.41

CMYK color model

#586657 color CMYK value is (14,0,15,60).

  • cyan value is 13.73%
  • magenta value is 0.00%
  • yellow value is 14.71%
  • key color value is 60.00%
CMYK:
(14,0,15,60)
C14M0Y15K60 
(14%,0%,15%,60%)
(0.14/0.00/0.15/0.60)	

CMYK percentages

%13.73
%0
%14.71
%60

Codes

Color #586657 in popluar color models

586657
RGB8810287
HSL116°7.94%37.06%
HSB/HSV116°14.71%40.00%
CMYK13.73%0.00%14.71%
60.00%

Color #586657 in popluar number systems.

HEX586657
Decimal8810287
Binary101100011001101010111
Octal130146127

Shades and tints

Shades of #586657

#586657
(88,102,87)
#505D50
(80,93,80)
#485449
(72,84,73)
#404B42
(64,75,66)
#38423B
(56,66,59)
#303934
(48,57,52)
#28302D
(40,48,45)
#202726
(32,39,38)
#181E1F
(24,30,31)
#101518
(16,21,24)
#080C11
(8,12,17)
#000000
(0,0,0)

Tints of #586657

#586657
(88,102,87)
#677366
(103,115,102)
#768075
(118,128,117)
#858D84
(133,141,132)
#949A93
(148,154,147)
#A3A7A2
(163,167,162)
#B2B4B1
(178,180,177)
#C1C1C0
(193,193,192)
#D0CECF
(208,206,207)
#DFDBDE
(223,219,222)
#EEE8ED
(238,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #586657; }

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

This text font color is #586657.


Background Color

.myBgColor { background-color: #586657; }

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

This div background color is #586657.


Border color

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

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

This div border color is #586657.


Opacity

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

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

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

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

This text has shadow with #586657 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #586657 on black background.


Color preview on white background

This text has color #586657 on white background.



Black color preview on #586657 background

This text has black color on #586657 background.


White color preview on #586657 background

This text has white color on #586657 background.