COLOR #586364

HEX: #586364
RGB: (88,99,100)

Color info

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

RGB color model

#586364 color RGB value is (88,99,100).

  • red value is 88;
  • green value is 99;
  • blue value is 100.
RGB:
(88,99,100)
(35%,39%,39%)

RGB channels and saturation

R 88 of 255 = 35%
G 99 of 255 = 39%
B 100 of 255 = 39%

88
99
100

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

Portions of RGB colors in percentages

R + G + B =
88 + 99 + 100 = 287 (100%)
R 88 of 287 ~ 30.66%
G 99 of 287 ~ 34.49%
B 100 of 287 ~ 34.84%

%30.66
%34.49
%34.84

CMYK color model

#586364 color CMYK value is (12,1,0,61).

  • cyan value is 12.00%
  • magenta value is 1.00%
  • yellow value is 0.00%
  • key color value is 60.78%
CMYK:
(12,1,0,61)
C12M1Y0K61 
(12%,1%,0%,61%)
(0.12/0.01/0.00/0.61)	

CMYK percentages

%12
%1
%0
%60.78

Codes

Color #586364 in popluar color models

586364
RGB8899100
HSL185°6.38%36.86%
HSB/HSV185°12.00%39.22%
CMYK12.00%1.00%0.00%
60.78%

Color #586364 in popluar number systems.

HEX586364
Decimal8899100
Binary101100011000111100100
Octal130143144

Shades and tints

Shades of #586364

#586364
(88,99,100)
#505A5B
(80,90,91)
#485152
(72,81,82)
#404849
(64,72,73)
#383F40
(56,63,64)
#303637
(48,54,55)
#282D2E
(40,45,46)
#202425
(32,36,37)
#181B1C
(24,27,28)
#101213
(16,18,19)
#08090A
(8,9,10)
#000000
(0,0,0)

Tints of #586364

#586364
(88,99,100)
#677172
(103,113,114)
#767F80
(118,127,128)
#858D8E
(133,141,142)
#949B9C
(148,155,156)
#A3A9AA
(163,169,170)
#B2B7B8
(178,183,184)
#C1C5C6
(193,197,198)
#D0D3D4
(208,211,212)
#DFE1E2
(223,225,226)
#EEEFF0
(238,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #586364; }

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

This text font color is #586364.


Background Color

.myBgColor { background-color: #586364; }

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

This div background color is #586364.


Border color

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

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

This div border color is #586364.


Opacity

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

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

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

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

This text has shadow with #586364 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #586364 on black background.


Color preview on white background

This text has color #586364 on white background.



Black color preview on #586364 background

This text has black color on #586364 background.


White color preview on #586364 background

This text has white color on #586364 background.