COLOR #586D74

HEX: #586D74
RGB: (88,109,116)

Color info

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

RGB color model

#586D74 color RGB value is (88,109,116).

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

RGB channels and saturation

R 88 of 255 = 35%
G 109 of 255 = 43%
B 116 of 255 = 45%

88
109
116

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

Portions of RGB colors in percentages

R + G + B =
88 + 109 + 116 = 313 (100%)
R 88 of 313 ~ 28.12%
G 109 of 313 ~ 34.82%
B 116 of 313 ~ 37.06%

%28.12
%34.82
%37.06

CMYK color model

#586D74 color CMYK value is (24,6,0,55).

  • cyan value is 24.14%
  • magenta value is 6.03%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK:
(24,6,0,55)
C24M6Y0K55 
(24%,6%,0%,55%)
(0.24/0.06/0.00/0.55)	

CMYK percentages

%24.14
%6.03
%0
%54.51

Codes

Color #586D74 in popluar color models

586D74
RGB88109116
HSL195°13.73%40.00%
HSB/HSV195°24.14%45.49%
CMYK24.14%6.03%0.00%
54.51%

Color #586D74 in popluar number systems.

HEX586D74
Decimal88109116
Binary101100011011011110100
Octal130155164

Shades and tints

Shades of #586D74

#586D74
(88,109,116)
#50646A
(80,100,106)
#485B60
(72,91,96)
#405256
(64,82,86)
#38494C
(56,73,76)
#304042
(48,64,66)
#283738
(40,55,56)
#202E2E
(32,46,46)
#182524
(24,37,36)
#101C1A
(16,28,26)
#081310
(8,19,16)
#000000
(0,0,0)

Tints of #586D74

#586D74
(88,109,116)
#677A80
(103,122,128)
#76878C
(118,135,140)
#859498
(133,148,152)
#94A1A4
(148,161,164)
#A3AEB0
(163,174,176)
#B2BBBC
(178,187,188)
#C1C8C8
(193,200,200)
#D0D5D4
(208,213,212)
#DFE2E0
(223,226,224)
#EEEFEC
(238,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #586D74; }

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

This text font color is #586D74.


Background Color

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

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

This div background color is #586D74.


Border color

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

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

This div border color is #586D74.


Opacity

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

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

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

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

This text has shadow with #586D74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #586D74 on black background.


Color preview on white background

This text has color #586D74 on white background.



Black color preview on #586D74 background

This text has black color on #586D74 background.


White color preview on #586D74 background

This text has white color on #586D74 background.