COLOR #586460

HEX: #586460
RGB: (88,100,96)

Color info

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

RGB color model

#586460 color RGB value is (88,100,96).

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

RGB channels and saturation

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

88
100
96

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

Portions of RGB colors in percentages

R + G + B =
88 + 100 + 96 = 284 (100%)
R 88 of 284 ~ 30.99%
G 100 of 284 ~ 35.21%
B 96 of 284 ~ 33.8%

%30.99
%35.21
%33.8

CMYK color model

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

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

CMYK percentages

%12
%0
%4
%60.78

Codes

Color #586460 in popluar color models

586460
RGB8810096
HSL160°6.38%36.86%
HSB/HSV160°12.00%39.22%
CMYK12.00%0.00%4.00%
60.78%

Color #586460 in popluar number systems.

HEX586460
Decimal8810096
Binary101100011001001100000
Octal130144140

Shades and tints

Shades of #586460

#586460
(88,100,96)
#505B58
(80,91,88)
#485250
(72,82,80)
#404948
(64,73,72)
#384040
(56,64,64)
#303738
(48,55,56)
#282E30
(40,46,48)
#202528
(32,37,40)
#181C20
(24,28,32)
#101318
(16,19,24)
#080A10
(8,10,16)
#000000
(0,0,0)

Tints of #586460

#586460
(88,100,96)
#67726E
(103,114,110)
#76807C
(118,128,124)
#858E8A
(133,142,138)
#949C98
(148,156,152)
#A3AAA6
(163,170,166)
#B2B8B4
(178,184,180)
#C1C6C2
(193,198,194)
#D0D4D0
(208,212,208)
#DFE2DE
(223,226,222)
#EEF0EC
(238,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #586460; }

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

This text font color is #586460.


Background Color

.myBgColor { background-color: #586460; }

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

This div background color is #586460.


Border color

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

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

This div border color is #586460.


Opacity

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

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

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

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

This text has shadow with #586460 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #586460 on black background.


Color preview on white background

This text has color #586460 on white background.



Black color preview on #586460 background

This text has black color on #586460 background.


White color preview on #586460 background

This text has white color on #586460 background.