COLOR #586C70

HEX: #586C70
RGB: (88,108,112)

Color info

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

RGB color model

#586C70 color RGB value is (88,108,112).

  • red value is 88;
  • green value is 108;
  • blue value is 112.
RGB:
(88,108,112)
(35%,42%,44%)

RGB channels and saturation

R 88 of 255 = 35%
G 108 of 255 = 42%
B 112 of 255 = 44%

88
108
112

R + G + B ~ 40%. #586C70 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
88 + 108 + 112 = 308 (100%)
R 88 of 308 ~ 28.57%
G 108 of 308 ~ 35.06%
B 112 of 308 ~ 36.36%

%28.57
%35.06
%36.36

CMYK color model

#586C70 color CMYK value is (21,4,0,56).

  • cyan value is 21.43%
  • magenta value is 3.57%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(21,4,0,56)
C21M4Y0K56 
(21%,4%,0%,56%)
(0.21/0.04/0.00/0.56)	

CMYK percentages

%21.43
%3.57
%0
%56.08

Codes

Color #586C70 in popluar color models

586C70
RGB88108112
HSL190°12.00%39.22%
HSB/HSV190°21.43%43.92%
CMYK21.43%3.57%0.00%
56.08%

Color #586C70 in popluar number systems.

HEX586C70
Decimal88108112
Binary101100011011001110000
Octal130154160

Shades and tints

Shades of #586C70

#586C70
(88,108,112)
#506366
(80,99,102)
#485A5C
(72,90,92)
#405152
(64,81,82)
#384848
(56,72,72)
#303F3E
(48,63,62)
#283634
(40,54,52)
#202D2A
(32,45,42)
#182420
(24,36,32)
#101B16
(16,27,22)
#08120C
(8,18,12)
#000000
(0,0,0)

Tints of #586C70

#586C70
(88,108,112)
#67797D
(103,121,125)
#76868A
(118,134,138)
#859397
(133,147,151)
#94A0A4
(148,160,164)
#A3ADB1
(163,173,177)
#B2BABE
(178,186,190)
#C1C7CB
(193,199,203)
#D0D4D8
(208,212,216)
#DFE1E5
(223,225,229)
#EEEEF2
(238,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #586C70 color. Also use rgb(88,108,112) instead hex code.

Text Font Color

.myTextColor { color: #586C70; }

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

This text font color is #586C70.


Background Color

.myBgColor { background-color: #586C70; }

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

This div background color is #586C70.


Border color

.myBorderColor { border: 1px solid #586C70; }

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

This div border color is #586C70.


Opacity

.myOpacity80 { color: #586C70; opacity: 0.8; }

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

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

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

This text has shadow with #586C70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #586C70 on black background.


Color preview on white background

This text has color #586C70 on white background.



Black color preview on #586C70 background

This text has black color on #586C70 background.


White color preview on #586C70 background

This text has white color on #586C70 background.