COLOR #586464

HEX: #586464
RGB: (88,100,100)

Color info

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

RGB color model

#586464 color RGB value is (88,100,100).

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

RGB channels and saturation

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

88
100
100

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

Portions of RGB colors in percentages

R + G + B =
88 + 100 + 100 = 288 (100%)
R 88 of 288 ~ 30.56%
G 100 of 288 ~ 34.72%
B 100 of 288 ~ 34.72%

%30.56
%34.72
%34.72

CMYK color model

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

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

CMYK percentages

%12
%0
%0
%60.78

Codes

Color #586464 in popluar color models

586464
RGB88100100
HSL180°6.38%36.86%
HSB/HSV180°12.00%39.22%
CMYK12.00%0.00%0.00%
60.78%

Color #586464 in popluar number systems.

HEX586464
Decimal88100100
Binary101100011001001100100
Octal130144144

Shades and tints

Shades of #586464

#586464
(88,100,100)
#505B5B
(80,91,91)
#485252
(72,82,82)
#404949
(64,73,73)
#384040
(56,64,64)
#303737
(48,55,55)
#282E2E
(40,46,46)
#202525
(32,37,37)
#181C1C
(24,28,28)
#101313
(16,19,19)
#080A0A
(8,10,10)
#000000
(0,0,0)

Tints of #586464

#586464
(88,100,100)
#677272
(103,114,114)
#768080
(118,128,128)
#858E8E
(133,142,142)
#949C9C
(148,156,156)
#A3AAAA
(163,170,170)
#B2B8B8
(178,184,184)
#C1C6C6
(193,198,198)
#D0D4D4
(208,212,212)
#DFE2E2
(223,226,226)
#EEF0F0
(238,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #586464; }

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

This text font color is #586464.


Background Color

.myBgColor { background-color: #586464; }

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

This div background color is #586464.


Border color

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

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

This div border color is #586464.


Opacity

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

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

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

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

This text has shadow with #586464 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #586464 on black background.


Color preview on white background

This text has color #586464 on white background.



Black color preview on #586464 background

This text has black color on #586464 background.


White color preview on #586464 background

This text has white color on #586464 background.