COLOR #586A73

HEX: #586A73
RGB: (88,106,115)

Color info

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

RGB color model

#586A73 color RGB value is (88,106,115).

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

RGB channels and saturation

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

88
106
115

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

Portions of RGB colors in percentages

R + G + B =
88 + 106 + 115 = 309 (100%)
R 88 of 309 ~ 28.48%
G 106 of 309 ~ 34.3%
B 115 of 309 ~ 37.22%

%28.48
%34.3
%37.22

CMYK color model

#586A73 color CMYK value is (23,8,0,55).

  • cyan value is 23.48%
  • magenta value is 7.83%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(23,8,0,55)
C23M8Y0K55 
(23%,8%,0%,55%)
(0.23/0.08/0.00/0.55)	

CMYK percentages

%23.48
%7.83
%0
%54.9

Codes

Color #586A73 in popluar color models

586A73
RGB88106115
HSL200°13.30%39.80%
HSB/HSV200°23.48%45.10%
CMYK23.48%7.83%0.00%
54.90%

Color #586A73 in popluar number systems.

HEX586A73
Decimal88106115
Binary101100011010101110011
Octal130152163

Shades and tints

Shades of #586A73

#586A73
(88,106,115)
#506169
(80,97,105)
#48585F
(72,88,95)
#404F55
(64,79,85)
#38464B
(56,70,75)
#303D41
(48,61,65)
#283437
(40,52,55)
#202B2D
(32,43,45)
#182223
(24,34,35)
#101919
(16,25,25)
#08100F
(8,16,15)
#000000
(0,0,0)

Tints of #586A73

#586A73
(88,106,115)
#67777F
(103,119,127)
#76848B
(118,132,139)
#859197
(133,145,151)
#949EA3
(148,158,163)
#A3ABAF
(163,171,175)
#B2B8BB
(178,184,187)
#C1C5C7
(193,197,199)
#D0D2D3
(208,210,211)
#DFDFDF
(223,223,223)
#EEECEB
(238,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #586A73; }

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

This text font color is #586A73.


Background Color

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

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

This div background color is #586A73.


Border color

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

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

This div border color is #586A73.


Opacity

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

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

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

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

This text has shadow with #586A73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #586A73 on black background.


Color preview on white background

This text has color #586A73 on white background.



Black color preview on #586A73 background

This text has black color on #586A73 background.


White color preview on #586A73 background

This text has white color on #586A73 background.