COLOR #586A6E

HEX: #586A6E
RGB: (88,106,110)

Color info

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

RGB color model

#586A6E color RGB value is (88,106,110).

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

RGB channels and saturation

R 88 of 255 = 35%
G 106 of 255 = 42%
B 110 of 255 = 43%

88
106
110

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

Portions of RGB colors in percentages

R + G + B =
88 + 106 + 110 = 304 (100%)
R 88 of 304 ~ 28.95%
G 106 of 304 ~ 34.87%
B 110 of 304 ~ 36.18%

%28.95
%34.87
%36.18

CMYK color model

#586A6E color CMYK value is (20,4,0,57).

  • cyan value is 20.00%
  • magenta value is 3.64%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(20,4,0,57)
C20M4Y0K57 
(20%,4%,0%,57%)
(0.20/0.04/0.00/0.57)	

CMYK percentages

%20
%3.64
%0
%56.86

Codes

Color #586A6E in popluar color models

586A6E
RGB88106110
HSL191°11.11%38.82%
HSB/HSV191°20.00%43.14%
CMYK20.00%3.64%0.00%
56.86%

Color #586A6E in popluar number systems.

HEX586A6E
Decimal88106110
Binary101100011010101101110
Octal130152156

Shades and tints

Shades of #586A6E

#586A6E
(88,106,110)
#506164
(80,97,100)
#48585A
(72,88,90)
#404F50
(64,79,80)
#384646
(56,70,70)
#303D3C
(48,61,60)
#283432
(40,52,50)
#202B28
(32,43,40)
#18221E
(24,34,30)
#101914
(16,25,20)
#08100A
(8,16,10)
#000000
(0,0,0)

Tints of #586A6E

#586A6E
(88,106,110)
#67777B
(103,119,123)
#768488
(118,132,136)
#859195
(133,145,149)
#949EA2
(148,158,162)
#A3ABAF
(163,171,175)
#B2B8BC
(178,184,188)
#C1C5C9
(193,197,201)
#D0D2D6
(208,210,214)
#DFDFE3
(223,223,227)
#EEECF0
(238,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #586A6E; }

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

This text font color is #586A6E.


Background Color

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

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

This div background color is #586A6E.


Border color

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

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

This div border color is #586A6E.


Opacity

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

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

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

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

This text has shadow with #586A6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #586A6E on black background.


Color preview on white background

This text has color #586A6E on white background.



Black color preview on #586A6E background

This text has black color on #586A6E background.


White color preview on #586A6E background

This text has white color on #586A6E background.