COLOR #586A72

HEX: #586A72
RGB: (88,106,114)

Color info

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

RGB color model

#586A72 color RGB value is (88,106,114).

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

RGB channels and saturation

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

88
106
114

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

Portions of RGB colors in percentages

R + G + B =
88 + 106 + 114 = 308 (100%)
R 88 of 308 ~ 28.57%
G 106 of 308 ~ 34.42%
B 114 of 308 ~ 37.01%

%28.57
%34.42
%37.01

CMYK color model

#586A72 color CMYK value is (23,7,0,55).

  • cyan value is 22.81%
  • magenta value is 7.02%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(23,7,0,55)
C23M7Y0K55 
(23%,7%,0%,55%)
(0.23/0.07/0.00/0.55)	

CMYK percentages

%22.81
%7.02
%0
%55.29

Codes

Color #586A72 in popluar color models

586A72
RGB88106114
HSL198°12.87%39.61%
HSB/HSV198°22.81%44.71%
CMYK22.81%7.02%0.00%
55.29%

Color #586A72 in popluar number systems.

HEX586A72
Decimal88106114
Binary101100011010101110010
Octal130152162

Shades and tints

Shades of #586A72

#586A72
(88,106,114)
#506168
(80,97,104)
#48585E
(72,88,94)
#404F54
(64,79,84)
#38464A
(56,70,74)
#303D40
(48,61,64)
#283436
(40,52,54)
#202B2C
(32,43,44)
#182222
(24,34,34)
#101918
(16,25,24)
#08100E
(8,16,14)
#000000
(0,0,0)

Tints of #586A72

#586A72
(88,106,114)
#67777E
(103,119,126)
#76848A
(118,132,138)
#859196
(133,145,150)
#949EA2
(148,158,162)
#A3ABAE
(163,171,174)
#B2B8BA
(178,184,186)
#C1C5C6
(193,197,198)
#D0D2D2
(208,210,210)
#DFDFDE
(223,223,222)
#EEECEA
(238,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #586A72; }

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

This text font color is #586A72.


Background Color

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

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

This div background color is #586A72.


Border color

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

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

This div border color is #586A72.


Opacity

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

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

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

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

This text has shadow with #586A72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #586A72 on black background.


Color preview on white background

This text has color #586A72 on white background.



Black color preview on #586A72 background

This text has black color on #586A72 background.


White color preview on #586A72 background

This text has white color on #586A72 background.