COLOR #586C59

HEX: #586C59 RGB: (88,108,89)

Color info

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

RGB color model

#586C59 color RGB value is (88,108,89).

RGB: (88,108,89) (35%, 42%, 35%)

RGB channels and saturation

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

88
108
89

R + G + B ~ 37%. #586C59 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 88 + 108 + 89 = 285 (100%)
R 88 of 285 ~ 30.88%
G 108 of 285 ~ 37.89%
B 89 of 285 ~ 31.23'%

%30.88
%37.89
%31.23

CMYK color model

#586C59 color CMYK value is (19,0,18,58).

  • cyan value is 18.52%
  • magenta value is 0.00%
  • yellow value is 17.59%
  • key color value is 57.65%

CMYK: (19,0,18,58)
C19M0Y18K58 (19%, 0%, 18%, 58%)
(0.19 / 0.00 / 0.18 / 0.58)

CMYK percentages

%18.52
%0
%17.59
%57.65

Codes

Color #586C59 in popluar color models

58 6C 59
RGB 88 108 89
HSL 123° 10.20% 38.43%
HSB/HSV 123° 18.52% 42.35%
CMYK 18.52% 0.00% 17.59%
57.65%

Color #586C59 in popluar number systems.

HEX 58 6C 59
Decimal 88 108 89
Binary 1011000 1101100 1011001
Octal 130 154 131

Shades and tints

Shades of #586C59

#586C59
(88,108,89)
#506351
(80,99,81)
#485A49
(72,90,73)
#405141
(64,81,65)
#384839
(56,72,57)
#303F31
(48,63,49)
#283629
(40,54,41)
#202D21
(32,45,33)
#182419
(24,36,25)
#101B11
(16,27,17)
#081209
(8,18,9)
#000000
(0,0,0)

Tints of #586C59

#586C59
(88,108,89)
#677968
(103,121,104)
#768677
(118,134,119)
#859386
(133,147,134)
#94A095
(148,160,149)
#A3ADA4
(163,173,164)
#B2BAB3
(178,186,179)
#C1C7C2
(193,199,194)
#D0D4D1
(208,212,209)
#DFE1E0
(223,225,224)
#EEEEEF
(238,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #586C59; }

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

This text font color is #586C59.

Background Color

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

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

This div background color is #586C59.

Border color

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

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

This div border color is #586C59.

Opacity

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

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

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

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

This text has shadow with #586C59 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #586C59.

Preview

Color preview on black background

This text has color #586C59 on black background.


Color preview on white background

This text has color #586C59 on white background.


Black color preview on #586C59 background

This text has black color on #586C59 background.


White color preview on #586C59 background

This text has white color on #586C59 background.


Related colors

Complementary color

Complementary color for #hex is #A793A6.


I love getcolorcode.com

Triadic colors

1 #59586C and #6C5958 with #586C59 are triadic colors.

2 #596C58 and #6C5859 with #586C59 are triadic colors.