COLOR #586B65

HEX: #586B65
RGB: (88,107,101)

Color info

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

RGB color model

#586B65 color RGB value is (88,107,101).

  • red value is 88;
  • green value is 107;
  • blue value is 101.
RGB:
(88,107,101)
(35%,42%,40%)

RGB channels and saturation

R 88 of 255 = 35%
G 107 of 255 = 42%
B 101 of 255 = 40%

88
107
101

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

Portions of RGB colors in percentages

R + G + B =
88 + 107 + 101 = 296 (100%)
R 88 of 296 ~ 29.73%
G 107 of 296 ~ 36.15%
B 101 of 296 ~ 34.12%

%29.73
%36.15
%34.12

CMYK color model

#586B65 color CMYK value is (18,0,6,58).

  • cyan value is 17.76%
  • magenta value is 0.00%
  • yellow value is 5.61%
  • key color value is 58.04%
CMYK:
(18,0,6,58)
C18M0Y6K58 
(18%,0%,6%,58%)
(0.18/0.00/0.06/0.58)	

CMYK percentages

%17.76
%0
%5.61
%58.04

Codes

Color #586B65 in popluar color models

586B65
RGB88107101
HSL161°9.74%38.24%
HSB/HSV161°17.76%41.96%
CMYK17.76%0.00%5.61%
58.04%

Color #586B65 in popluar number systems.

HEX586B65
Decimal88107101
Binary101100011010111100101
Octal130153145

Shades and tints

Shades of #586B65

#586B65
(88,107,101)
#50625C
(80,98,92)
#485953
(72,89,83)
#40504A
(64,80,74)
#384741
(56,71,65)
#303E38
(48,62,56)
#28352F
(40,53,47)
#202C26
(32,44,38)
#18231D
(24,35,29)
#101A14
(16,26,20)
#08110B
(8,17,11)
#000000
(0,0,0)

Tints of #586B65

#586B65
(88,107,101)
#677873
(103,120,115)
#768581
(118,133,129)
#85928F
(133,146,143)
#949F9D
(148,159,157)
#A3ACAB
(163,172,171)
#B2B9B9
(178,185,185)
#C1C6C7
(193,198,199)
#D0D3D5
(208,211,213)
#DFE0E3
(223,224,227)
#EEEDF1
(238,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #586B65 color. Also use rgb(88,107,101) instead hex code.

Text Font Color

.myTextColor { color: #586B65; }

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

This text font color is #586B65.


Background Color

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

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

This div background color is #586B65.


Border color

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

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

This div border color is #586B65.


Opacity

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

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

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

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

This text has shadow with #586B65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #586B65 on black background.


Color preview on white background

This text has color #586B65 on white background.



Black color preview on #586B65 background

This text has black color on #586B65 background.


White color preview on #586B65 background

This text has white color on #586B65 background.