COLOR #586D5C

HEX: #586D5C RGB: (88,109,92)

Color info

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

RGB color model

#586D5C color RGB value is (88,109,92).

RGB: (88,109,92) (35%, 43%, 36%)

RGB channels and saturation

R 88 of 255 = 35%
G 109 of 255 = 43%
B 92 of 255 = 36%

88
109
92

R + G + B ~ 38%. #586D5C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 88 + 109 + 92 = 289 (100%)
R 88 of 289 ~ 30.45%
G 109 of 289 ~ 37.72%
B 92 of 289 ~ 31.83'%

%30.45
%37.72
%31.83

CMYK color model

#586D5C color CMYK value is (19,0,16,57).

  • cyan value is 19.27%
  • magenta value is 0.00%
  • yellow value is 15.60%
  • key color value is 57.25%

CMYK: (19,0,16,57)
C19M0Y16K57 (19%, 0%, 16%, 57%)
(0.19 / 0.00 / 0.16 / 0.57)

CMYK percentages

%19.27
%0
%15.6
%57.25

Codes

Color #586D5C in popluar color models

58 6D 5C
RGB 88 109 92
HSL 131° 10.66% 38.63%
HSB/HSV 131° 19.27% 42.75%
CMYK 19.27% 0.00% 15.60%
57.25%

Color #586D5C in popluar number systems.

HEX 58 6D 5C
Decimal 88 109 92
Binary 1011000 1101101 1011100
Octal 130 155 134

Shades and tints

Shades of #586D5C

#586D5C
(88,109,92)
#506454
(80,100,84)
#485B4C
(72,91,76)
#405244
(64,82,68)
#38493C
(56,73,60)
#304034
(48,64,52)
#28372C
(40,55,44)
#202E24
(32,46,36)
#18251C
(24,37,28)
#101C14
(16,28,20)
#08130C
(8,19,12)
#000000
(0,0,0)

Tints of #586D5C

#586D5C
(88,109,92)
#677A6A
(103,122,106)
#768778
(118,135,120)
#859486
(133,148,134)
#94A194
(148,161,148)
#A3AEA2
(163,174,162)
#B2BBB0
(178,187,176)
#C1C8BE
(193,200,190)
#D0D5CC
(208,213,204)
#DFE2DA
(223,226,218)
#EEEFE8
(238,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #586D5C; }

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

This text font color is #586D5C.

Background Color

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

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

This div background color is #586D5C.

Border color

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

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

This div border color is #586D5C.

Opacity

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

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

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

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

This text has shadow with #586D5C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #586D5C.

Preview

Color preview on black background

This text has color #586D5C on black background.


Color preview on white background

This text has color #586D5C on white background.


Black color preview on #586D5C background

This text has black color on #586D5C background.


White color preview on #586D5C background

This text has white color on #586D5C background.


Related colors

Complementary color

Complementary color for #hex is #A792A3.


I love getcolorcode.com

Triadic colors

1 #5C586D and #6D5C58 with #586D5C are triadic colors.

2 #5C6D58 and #6D585C with #586D5C are triadic colors.