COLOR #586863

HEX: #586863
RGB: (88,104,99)

Color info

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

RGB color model

#586863 color RGB value is (88,104,99).

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

RGB channels and saturation

R 88 of 255 = 35%
G 104 of 255 = 41%
B 99 of 255 = 39%

88
104
99

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

Portions of RGB colors in percentages

R + G + B =
88 + 104 + 99 = 291 (100%)
R 88 of 291 ~ 30.24%
G 104 of 291 ~ 35.74%
B 99 of 291 ~ 34.02%

%30.24
%35.74
%34.02

CMYK color model

#586863 color CMYK value is (15,0,5,59).

  • cyan value is 15.38%
  • magenta value is 0.00%
  • yellow value is 4.81%
  • key color value is 59.22%
CMYK:
(15,0,5,59)
C15M0Y5K59 
(15%,0%,5%,59%)
(0.15/0.00/0.05/0.59)	

CMYK percentages

%15.38
%0
%4.81
%59.22

Codes

Color #586863 in popluar color models

586863
RGB8810499
HSL161°8.33%37.65%
HSB/HSV161°15.38%40.78%
CMYK15.38%0.00%4.81%
59.22%

Color #586863 in popluar number systems.

HEX586863
Decimal8810499
Binary101100011010001100011
Octal130150143

Shades and tints

Shades of #586863

#586863
(88,104,99)
#505F5A
(80,95,90)
#485651
(72,86,81)
#404D48
(64,77,72)
#38443F
(56,68,63)
#303B36
(48,59,54)
#28322D
(40,50,45)
#202924
(32,41,36)
#18201B
(24,32,27)
#101712
(16,23,18)
#080E09
(8,14,9)
#000000
(0,0,0)

Tints of #586863

#586863
(88,104,99)
#677571
(103,117,113)
#76827F
(118,130,127)
#858F8D
(133,143,141)
#949C9B
(148,156,155)
#A3A9A9
(163,169,169)
#B2B6B7
(178,182,183)
#C1C3C5
(193,195,197)
#D0D0D3
(208,208,211)
#DFDDE1
(223,221,225)
#EEEAEF
(238,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #586863; }

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

This text font color is #586863.


Background Color

.myBgColor { background-color: #586863; }

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

This div background color is #586863.


Border color

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

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

This div border color is #586863.


Opacity

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

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

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

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

This text has shadow with #586863 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #586863 on black background.


Color preview on white background

This text has color #586863 on white background.



Black color preview on #586863 background

This text has black color on #586863 background.


White color preview on #586863 background

This text has white color on #586863 background.