COLOR #586C73

HEX: #586C73
RGB: (88,108,115)

Color info

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

RGB color model

#586C73 color RGB value is (88,108,115).

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

RGB channels and saturation

R 88 of 255 = 35%
G 108 of 255 = 42%
B 115 of 255 = 45%

88
108
115

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

Portions of RGB colors in percentages

R + G + B =
88 + 108 + 115 = 311 (100%)
R 88 of 311 ~ 28.3%
G 108 of 311 ~ 34.73%
B 115 of 311 ~ 36.98%

%28.3
%34.73
%36.98

CMYK color model

#586C73 color CMYK value is (23,6,0,55).

  • cyan value is 23.48%
  • magenta value is 6.09%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(23,6,0,55)
C23M6Y0K55 
(23%,6%,0%,55%)
(0.23/0.06/0.00/0.55)	

CMYK percentages

%23.48
%6.09
%0
%54.9

Codes

Color #586C73 in popluar color models

586C73
RGB88108115
HSL196°13.30%39.80%
HSB/HSV196°23.48%45.10%
CMYK23.48%6.09%0.00%
54.90%

Color #586C73 in popluar number systems.

HEX586C73
Decimal88108115
Binary101100011011001110011
Octal130154163

Shades and tints

Shades of #586C73

#586C73
(88,108,115)
#506369
(80,99,105)
#485A5F
(72,90,95)
#405155
(64,81,85)
#38484B
(56,72,75)
#303F41
(48,63,65)
#283637
(40,54,55)
#202D2D
(32,45,45)
#182423
(24,36,35)
#101B19
(16,27,25)
#08120F
(8,18,15)
#000000
(0,0,0)

Tints of #586C73

#586C73
(88,108,115)
#67797F
(103,121,127)
#76868B
(118,134,139)
#859397
(133,147,151)
#94A0A3
(148,160,163)
#A3ADAF
(163,173,175)
#B2BABB
(178,186,187)
#C1C7C7
(193,199,199)
#D0D4D3
(208,212,211)
#DFE1DF
(223,225,223)
#EEEEEB
(238,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #586C73; }

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

This text font color is #586C73.


Background Color

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

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

This div background color is #586C73.


Border color

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

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

This div border color is #586C73.


Opacity

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

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

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

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

This text has shadow with #586C73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #586C73 on black background.


Color preview on white background

This text has color #586C73 on white background.



Black color preview on #586C73 background

This text has black color on #586C73 background.


White color preview on #586C73 background

This text has white color on #586C73 background.