COLOR #586D76

HEX: #586D76
RGB: (88,109,118)

Color info

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

RGB color model

#586D76 color RGB value is (88,109,118).

  • red value is 88;
  • green value is 109;
  • blue value is 118.
RGB:
(88,109,118)
(35%,43%,46%)

RGB channels and saturation

R 88 of 255 = 35%
G 109 of 255 = 43%
B 118 of 255 = 46%

88
109
118

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

Portions of RGB colors in percentages

R + G + B =
88 + 109 + 118 = 315 (100%)
R 88 of 315 ~ 27.94%
G 109 of 315 ~ 34.6%
B 118 of 315 ~ 37.46%

%27.94
%34.6
%37.46

CMYK color model

#586D76 color CMYK value is (25,8,0,54).

  • cyan value is 25.42%
  • magenta value is 7.63%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(25,8,0,54)
C25M8Y0K54 
(25%,8%,0%,54%)
(0.25/0.08/0.00/0.54)	

CMYK percentages

%25.42
%7.63
%0
%53.73

Codes

Color #586D76 in popluar color models

586D76
RGB88109118
HSL198°14.56%40.39%
HSB/HSV198°25.42%46.27%
CMYK25.42%7.63%0.00%
53.73%

Color #586D76 in popluar number systems.

HEX586D76
Decimal88109118
Binary101100011011011110110
Octal130155166

Shades and tints

Shades of #586D76

#586D76
(88,109,118)
#50646C
(80,100,108)
#485B62
(72,91,98)
#405258
(64,82,88)
#38494E
(56,73,78)
#304044
(48,64,68)
#28373A
(40,55,58)
#202E30
(32,46,48)
#182526
(24,37,38)
#101C1C
(16,28,28)
#081312
(8,19,18)
#000000
(0,0,0)

Tints of #586D76

#586D76
(88,109,118)
#677A82
(103,122,130)
#76878E
(118,135,142)
#85949A
(133,148,154)
#94A1A6
(148,161,166)
#A3AEB2
(163,174,178)
#B2BBBE
(178,187,190)
#C1C8CA
(193,200,202)
#D0D5D6
(208,213,214)
#DFE2E2
(223,226,226)
#EEEFEE
(238,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #586D76 color. Also use rgb(88,109,118) instead hex code.

Text Font Color

.myTextColor { color: #586D76; }

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

This text font color is #586D76.


Background Color

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

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

This div background color is #586D76.


Border color

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

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

This div border color is #586D76.


Opacity

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

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

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

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

This text has shadow with #586D76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #586D76 on black background.


Color preview on white background

This text has color #586D76 on white background.



Black color preview on #586D76 background

This text has black color on #586D76 background.


White color preview on #586D76 background

This text has white color on #586D76 background.