COLOR #586565

HEX: #586565
RGB: (88,101,101)

Color info

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

RGB color model

#586565 color RGB value is (88,101,101).

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

RGB channels and saturation

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

88
101
101

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

Portions of RGB colors in percentages

R + G + B =
88 + 101 + 101 = 290 (100%)
R 88 of 290 ~ 30.34%
G 101 of 290 ~ 34.83%
B 101 of 290 ~ 34.83%

%30.34
%34.83
%34.83

CMYK color model

#586565 color CMYK value is (13,0,0,60).

  • cyan value is 12.87%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(13,0,0,60)
C13M0Y0K60 
(13%,0%,0%,60%)
(0.13/0.00/0.00/0.60)	

CMYK percentages

%12.87
%0
%0
%60.39

Codes

Color #586565 in popluar color models

586565
RGB88101101
HSL180°6.88%37.06%
HSB/HSV180°12.87%39.61%
CMYK12.87%0.00%0.00%
60.39%

Color #586565 in popluar number systems.

HEX586565
Decimal88101101
Binary101100011001011100101
Octal130145145

Shades and tints

Shades of #586565

#586565
(88,101,101)
#505C5C
(80,92,92)
#485353
(72,83,83)
#404A4A
(64,74,74)
#384141
(56,65,65)
#303838
(48,56,56)
#282F2F
(40,47,47)
#202626
(32,38,38)
#181D1D
(24,29,29)
#101414
(16,20,20)
#080B0B
(8,11,11)
#000000
(0,0,0)

Tints of #586565

#586565
(88,101,101)
#677373
(103,115,115)
#768181
(118,129,129)
#858F8F
(133,143,143)
#949D9D
(148,157,157)
#A3ABAB
(163,171,171)
#B2B9B9
(178,185,185)
#C1C7C7
(193,199,199)
#D0D5D5
(208,213,213)
#DFE3E3
(223,227,227)
#EEF1F1
(238,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #586565; }

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

This text font color is #586565.


Background Color

.myBgColor { background-color: #586565; }

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

This div background color is #586565.


Border color

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

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

This div border color is #586565.


Opacity

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

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

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

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

This text has shadow with #586565 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #586565 on black background.


Color preview on white background

This text has color #586565 on white background.



Black color preview on #586565 background

This text has black color on #586565 background.


White color preview on #586565 background

This text has white color on #586565 background.