COLOR #586F73

HEX: #586F73
RGB: (88,111,115)

Color info

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

RGB color model

#586F73 color RGB value is (88,111,115).

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

RGB channels and saturation

R 88 of 255 = 35%
G 111 of 255 = 44%
B 115 of 255 = 45%

88
111
115

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

Portions of RGB colors in percentages

R + G + B =
88 + 111 + 115 = 314 (100%)
R 88 of 314 ~ 28.03%
G 111 of 314 ~ 35.35%
B 115 of 314 ~ 36.62%

%28.03
%35.35
%36.62

CMYK color model

#586F73 color CMYK value is (23,3,0,55).

  • cyan value is 23.48%
  • magenta value is 3.48%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(23,3,0,55)
C23M3Y0K55 
(23%,3%,0%,55%)
(0.23/0.03/0.00/0.55)	

CMYK percentages

%23.48
%3.48
%0
%54.9

Codes

Color #586F73 in popluar color models

586F73
RGB88111115
HSL189°13.30%39.80%
HSB/HSV189°23.48%45.10%
CMYK23.48%3.48%0.00%
54.90%

Color #586F73 in popluar number systems.

HEX586F73
Decimal88111115
Binary101100011011111110011
Octal130157163

Shades and tints

Shades of #586F73

#586F73
(88,111,115)
#506569
(80,101,105)
#485B5F
(72,91,95)
#405155
(64,81,85)
#38474B
(56,71,75)
#303D41
(48,61,65)
#283337
(40,51,55)
#20292D
(32,41,45)
#181F23
(24,31,35)
#101519
(16,21,25)
#080B0F
(8,11,15)
#000000
(0,0,0)

Tints of #586F73

#586F73
(88,111,115)
#677C7F
(103,124,127)
#76898B
(118,137,139)
#859697
(133,150,151)
#94A3A3
(148,163,163)
#A3B0AF
(163,176,175)
#B2BDBB
(178,189,187)
#C1CAC7
(193,202,199)
#D0D7D3
(208,215,211)
#DFE4DF
(223,228,223)
#EEF1EB
(238,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #586F73; }

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

This text font color is #586F73.


Background Color

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

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

This div background color is #586F73.


Border color

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

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

This div border color is #586F73.


Opacity

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

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

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

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

This text has shadow with #586F73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #586F73 on black background.


Color preview on white background

This text has color #586F73 on white background.



Black color preview on #586F73 background

This text has black color on #586F73 background.


White color preview on #586F73 background

This text has white color on #586F73 background.