COLOR #586E76

HEX: #586E76
RGB: (88,110,118)

Color info

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

RGB color model

#586E76 color RGB value is (88,110,118).

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

RGB channels and saturation

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

88
110
118

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

Portions of RGB colors in percentages

R + G + B =
88 + 110 + 118 = 316 (100%)
R 88 of 316 ~ 27.85%
G 110 of 316 ~ 34.81%
B 118 of 316 ~ 37.34%

%27.85
%34.81
%37.34

CMYK color model

#586E76 color CMYK value is (25,7,0,54).

  • cyan value is 25.42%
  • magenta value is 6.78%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(25,7,0,54)
C25M7Y0K54 
(25%,7%,0%,54%)
(0.25/0.07/0.00/0.54)	

CMYK percentages

%25.42
%6.78
%0
%53.73

Codes

Color #586E76 in popluar color models

586E76
RGB88110118
HSL196°14.56%40.39%
HSB/HSV196°25.42%46.27%
CMYK25.42%6.78%0.00%
53.73%

Color #586E76 in popluar number systems.

HEX586E76
Decimal88110118
Binary101100011011101110110
Octal130156166

Shades and tints

Shades of #586E76

#586E76
(88,110,118)
#50646C
(80,100,108)
#485A62
(72,90,98)
#405058
(64,80,88)
#38464E
(56,70,78)
#303C44
(48,60,68)
#28323A
(40,50,58)
#202830
(32,40,48)
#181E26
(24,30,38)
#10141C
(16,20,28)
#080A12
(8,10,18)
#000000
(0,0,0)

Tints of #586E76

#586E76
(88,110,118)
#677B82
(103,123,130)
#76888E
(118,136,142)
#85959A
(133,149,154)
#94A2A6
(148,162,166)
#A3AFB2
(163,175,178)
#B2BCBE
(178,188,190)
#C1C9CA
(193,201,202)
#D0D6D6
(208,214,214)
#DFE3E2
(223,227,226)
#EEF0EE
(238,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #586E76; }

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

This text font color is #586E76.


Background Color

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

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

This div background color is #586E76.


Border color

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

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

This div border color is #586E76.


Opacity

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

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

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

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

This text has shadow with #586E76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #586E76 on black background.


Color preview on white background

This text has color #586E76 on white background.



Black color preview on #586E76 background

This text has black color on #586E76 background.


White color preview on #586E76 background

This text has white color on #586E76 background.