COLOR #586164

HEX: #586164
RGB: (88,97,100)

Color info

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

RGB color model

#586164 color RGB value is (88,97,100).

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

RGB channels and saturation

R 88 of 255 = 35%
G 97 of 255 = 38%
B 100 of 255 = 39%

88
97
100

R + G + B ~ 37%. #586164 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 97 + 100 = 285 (100%)
R 88 of 285 ~ 30.88%
G 97 of 285 ~ 34.04%
B 100 of 285 ~ 35.09%

%30.88
%34.04
%35.09

CMYK color model

#586164 color CMYK value is (12,3,0,61).

  • cyan value is 12.00%
  • magenta value is 3.00%
  • yellow value is 0.00%
  • key color value is 60.78%
CMYK:
(12,3,0,61)
C12M3Y0K61 
(12%,3%,0%,61%)
(0.12/0.03/0.00/0.61)	

CMYK percentages

%12
%3
%0
%60.78

Codes

Color #586164 in popluar color models

586164
RGB8897100
HSL195°6.38%36.86%
HSB/HSV195°12.00%39.22%
CMYK12.00%3.00%0.00%
60.78%

Color #586164 in popluar number systems.

HEX586164
Decimal8897100
Binary101100011000011100100
Octal130141144

Shades and tints

Shades of #586164

#586164
(88,97,100)
#50595B
(80,89,91)
#485152
(72,81,82)
#404949
(64,73,73)
#384140
(56,65,64)
#303937
(48,57,55)
#28312E
(40,49,46)
#202925
(32,41,37)
#18211C
(24,33,28)
#101913
(16,25,19)
#08110A
(8,17,10)
#000000
(0,0,0)

Tints of #586164

#586164
(88,97,100)
#676F72
(103,111,114)
#767D80
(118,125,128)
#858B8E
(133,139,142)
#94999C
(148,153,156)
#A3A7AA
(163,167,170)
#B2B5B8
(178,181,184)
#C1C3C6
(193,195,198)
#D0D1D4
(208,209,212)
#DFDFE2
(223,223,226)
#EEEDF0
(238,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #586164; }

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

This text font color is #586164.


Background Color

.myBgColor { background-color: #586164; }

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

This div background color is #586164.


Border color

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

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

This div border color is #586164.


Opacity

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

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

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

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

This text has shadow with #586164 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #586164 on black background.


Color preview on white background

This text has color #586164 on white background.



Black color preview on #586164 background

This text has black color on #586164 background.


White color preview on #586164 background

This text has white color on #586164 background.