COLOR #586C6A

HEX: #586C6A
RGB: (88,108,106)

Color info

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

RGB color model

#586C6A color RGB value is (88,108,106).

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

RGB channels and saturation

R 88 of 255 = 35%
G 108 of 255 = 42%
B 106 of 255 = 42%

88
108
106

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

Portions of RGB colors in percentages

R + G + B =
88 + 108 + 106 = 302 (100%)
R 88 of 302 ~ 29.14%
G 108 of 302 ~ 35.76%
B 106 of 302 ~ 35.1%

%29.14
%35.76
%35.1

CMYK color model

#586C6A color CMYK value is (19,0,2,58).

  • cyan value is 18.52%
  • magenta value is 0.00%
  • yellow value is 1.85%
  • key color value is 57.65%
CMYK:
(19,0,2,58)
C19M0Y2K58 
(19%,0%,2%,58%)
(0.19/0.00/0.02/0.58)	

CMYK percentages

%18.52
%0
%1.85
%57.65

Codes

Color #586C6A in popluar color models

586C6A
RGB88108106
HSL174°10.20%38.43%
HSB/HSV174°18.52%42.35%
CMYK18.52%0.00%1.85%
57.65%

Color #586C6A in popluar number systems.

HEX586C6A
Decimal88108106
Binary101100011011001101010
Octal130154152

Shades and tints

Shades of #586C6A

#586C6A
(88,108,106)
#506361
(80,99,97)
#485A58
(72,90,88)
#40514F
(64,81,79)
#384846
(56,72,70)
#303F3D
(48,63,61)
#283634
(40,54,52)
#202D2B
(32,45,43)
#182422
(24,36,34)
#101B19
(16,27,25)
#081210
(8,18,16)
#000000
(0,0,0)

Tints of #586C6A

#586C6A
(88,108,106)
#677977
(103,121,119)
#768684
(118,134,132)
#859391
(133,147,145)
#94A09E
(148,160,158)
#A3ADAB
(163,173,171)
#B2BAB8
(178,186,184)
#C1C7C5
(193,199,197)
#D0D4D2
(208,212,210)
#DFE1DF
(223,225,223)
#EEEEEC
(238,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #586C6A; }

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

This text font color is #586C6A.


Background Color

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

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

This div background color is #586C6A.


Border color

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

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

This div border color is #586C6A.


Opacity

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

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

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

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

This text has shadow with #586C6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #586C6A on black background.


Color preview on white background

This text has color #586C6A on white background.



Black color preview on #586C6A background

This text has black color on #586C6A background.


White color preview on #586C6A background

This text has white color on #586C6A background.