COLOR #586A65

HEX: #586A65
RGB: (88,106,101)

Color info

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

RGB color model

#586A65 color RGB value is (88,106,101).

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

RGB channels and saturation

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

88
106
101

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

Portions of RGB colors in percentages

R + G + B =
88 + 106 + 101 = 295 (100%)
R 88 of 295 ~ 29.83%
G 106 of 295 ~ 35.93%
B 101 of 295 ~ 34.24%

%29.83
%35.93
%34.24

CMYK color model

#586A65 color CMYK value is (17,0,5,58).

  • cyan value is 16.98%
  • magenta value is 0.00%
  • yellow value is 4.72%
  • key color value is 58.43%
CMYK:
(17,0,5,58)
C17M0Y5K58 
(17%,0%,5%,58%)
(0.17/0.00/0.05/0.58)	

CMYK percentages

%16.98
%0
%4.72
%58.43

Codes

Color #586A65 in popluar color models

586A65
RGB88106101
HSL163°9.28%38.04%
HSB/HSV163°16.98%41.57%
CMYK16.98%0.00%4.72%
58.43%

Color #586A65 in popluar number systems.

HEX586A65
Decimal88106101
Binary101100011010101100101
Octal130152145

Shades and tints

Shades of #586A65

#586A65
(88,106,101)
#50615C
(80,97,92)
#485853
(72,88,83)
#404F4A
(64,79,74)
#384641
(56,70,65)
#303D38
(48,61,56)
#28342F
(40,52,47)
#202B26
(32,43,38)
#18221D
(24,34,29)
#101914
(16,25,20)
#08100B
(8,16,11)
#000000
(0,0,0)

Tints of #586A65

#586A65
(88,106,101)
#677773
(103,119,115)
#768481
(118,132,129)
#85918F
(133,145,143)
#949E9D
(148,158,157)
#A3ABAB
(163,171,171)
#B2B8B9
(178,184,185)
#C1C5C7
(193,197,199)
#D0D2D5
(208,210,213)
#DFDFE3
(223,223,227)
#EEECF1
(238,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #586A65; }

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

This text font color is #586A65.


Background Color

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

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

This div background color is #586A65.


Border color

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

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

This div border color is #586A65.


Opacity

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

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

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

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

This text has shadow with #586A65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #586A65 on black background.


Color preview on white background

This text has color #586A65 on white background.



Black color preview on #586A65 background

This text has black color on #586A65 background.


White color preview on #586A65 background

This text has white color on #586A65 background.