COLOR #586F6D

HEX: #586F6D RGB: (88,111,109)

Color info

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

RGB color model

#586F6D color RGB value is (88,111,109).

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

RGB channels and saturation

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

88
111
109

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

Portions of RGB colors in percentages

R + G + B = 88 + 111 + 109 = 308 (100%)
R 88 of 308 ~ 28.57%
G 111 of 308 ~ 36.04%
B 109 of 308 ~ 35.39'%

%28.57
%36.04
%35.39

CMYK color model

#586F6D color CMYK value is (21,0,2,56).

  • cyan value is 20.72%
  • magenta value is 0.00%
  • yellow value is 1.80%
  • key color value is 56.47%

CMYK: (21,0,2,56)
C21M0Y2K56 (21%, 0%, 2%, 56%)
(0.21 / 0.00 / 0.02 / 0.56)

CMYK percentages

%20.72
%0
%1.8
%56.47

Codes

Color #586F6D in popluar color models

58 6F 6D
RGB 88 111 109
HSL 175° 11.56% 39.02%
HSB/HSV 175° 20.72% 43.53%
CMYK 20.72% 0.00% 1.80%
56.47%

Color #586F6D in popluar number systems.

HEX 58 6F 6D
Decimal 88 111 109
Binary 1011000 1101111 1101101
Octal 130 157 155

Shades and tints

Shades of #586F6D

#586F6D
(88,111,109)
#506564
(80,101,100)
#485B5B
(72,91,91)
#405152
(64,81,82)
#384749
(56,71,73)
#303D40
(48,61,64)
#283337
(40,51,55)
#20292E
(32,41,46)
#181F25
(24,31,37)
#10151C
(16,21,28)
#080B13
(8,11,19)
#000000
(0,0,0)

Tints of #586F6D

#586F6D
(88,111,109)
#677C7A
(103,124,122)
#768987
(118,137,135)
#859694
(133,150,148)
#94A3A1
(148,163,161)
#A3B0AE
(163,176,174)
#B2BDBB
(178,189,187)
#C1CAC8
(193,202,200)
#D0D7D5
(208,215,213)
#DFE4E2
(223,228,226)
#EEF1EF
(238,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #586F6D; }

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

This text font color is #586F6D.

Background Color

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

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

This div background color is #586F6D.

Border color

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

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

This div border color is #586F6D.

Opacity

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

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

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

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

This text has shadow with #586F6D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #586F6D.

Preview

Color preview on black background

This text has color #586F6D on black background.


Color preview on white background

This text has color #586F6D on white background.


Black color preview on #586F6D background

This text has black color on #586F6D background.


White color preview on #586F6D background

This text has white color on #586F6D background.


Related colors

Complementary color

Complementary color for #hex is #A79092.


I love getcolorcode.com

Triadic colors

1 #6D586F and #6F6D58 with #586F6D are triadic colors.

2 #6D6F58 and #6F586D with #586F6D are triadic colors.