COLOR #586E6F

HEX: #586E6F RGB: (88,110,111)

Color info

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

RGB color model

#586E6F color RGB value is (88,110,111).

RGB: (88,110,111) (35%, 43%, 44%)

RGB channels and saturation

R 88 of 255 = 35%
G 110 of 255 = 43%
B 111 of 255 = 44%

88
110
111

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

Portions of RGB colors in percentages

R + G + B = 88 + 110 + 111 = 309 (100%)
R 88 of 309 ~ 28.48%
G 110 of 309 ~ 35.6%
B 111 of 309 ~ 35.92'%

%28.48
%35.6
%35.92

CMYK color model

#586E6F color CMYK value is (21,1,0,56).

  • cyan value is 20.72%
  • magenta value is 0.90%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK: (21,1,0,56) C21M1Y0K56 (21%,1%,0%,56%) (0.21/0.01/0.00/0.56) 

CMYK percentages

%20.72
%0.9
%0
%56.47

Codes

Color #586E6F in popluar color models

58 6E 6F
RGB 88 110 111
HSL 183° 11.56% 39.02%
HSB/HSV 183° 20.72% 43.53%
CMYK 20.72% 0.90% 0.00%
56.47%

Color #586E6F in popluar number systems.

HEX 58 6E 6F
Decimal 88 110 111
Binary 1011000 1101110 1101111
Octal 130 156 157

Shades and tints

Shades of #586E6F

#586E6F
(88,110,111)
#506465
(80,100,101)
#485A5B
(72,90,91)
#405051
(64,80,81)
#384647
(56,70,71)
#303C3D
(48,60,61)
#283233
(40,50,51)
#202829
(32,40,41)
#181E1F
(24,30,31)
#101415
(16,20,21)
#080A0B
(8,10,11)
#000000
(0,0,0)

Tints of #586E6F

#586E6F
(88,110,111)
#677B7C
(103,123,124)
#768889
(118,136,137)
#859596
(133,149,150)
#94A2A3
(148,162,163)
#A3AFB0
(163,175,176)
#B2BCBD
(178,188,189)
#C1C9CA
(193,201,202)
#D0D6D7
(208,214,215)
#DFE3E4
(223,227,228)
#EEF0F1
(238,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #586E6F; }

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

This text font color is #586E6F.

Background Color

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

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

This div background color is #586E6F.

Border color

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

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

This div border color is #586E6F.

Opacity

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

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

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

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

This text has shadow with #586E6F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #586E6F.

Preview

Color preview on black background

This text has color #586E6F on black background.


Color preview on white background

This text has color #586E6F on white background.


Black color preview on #586E6F background

This text has black color on #586E6F background.


White color preview on #586E6F background

This text has white color on #586E6F background.


Related colors

Complementary color

Complementary color for #hex is #A79190.


I love getcolorcode.com

Triadic colors

1 #6F586E and #6E6F58 with #586E6F are triadic colors.

2 #6F6E58 and #6E586F with #586E6F are triadic colors.