COLOR #586E61

HEX: #586E61 RGB: (88,110,97)

Color info

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

RGB color model

#586E61 color RGB value is (88,110,97).

RGB: (88,110,97) (35%, 43%, 38%)

RGB channels and saturation

R 88 of 255 = 35%
G 110 of 255 = 43%
B 97 of 255 = 38%

88
110
97

R + G + B ~ 39%. #586E61 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 88 + 110 + 97 = 295 (100%)
R 88 of 295 ~ 29.83%
G 110 of 295 ~ 37.29%
B 97 of 295 ~ 32.88'%

%29.83
%37.29
%32.88

CMYK color model

#586E61 color CMYK value is (20,0,12,57).

  • cyan value is 20.00%
  • magenta value is 0.00%
  • yellow value is 11.82%
  • key color value is 56.86%

CMYK: (20,0,12,57)
C20M0Y12K57 (20%, 0%, 12%, 57%)
(0.20 / 0.00 / 0.12 / 0.57)

CMYK percentages

%20
%0
%11.82
%56.86

Codes

Color #586E61 in popluar color models

58 6E 61
RGB 88 110 97
HSL 145° 11.11% 38.82%
HSB/HSV 145° 20.00% 43.14%
CMYK 20.00% 0.00% 11.82%
56.86%

Color #586E61 in popluar number systems.

HEX 58 6E 61
Decimal 88 110 97
Binary 1011000 1101110 1100001
Octal 130 156 141

Shades and tints

Shades of #586E61

#586E61
(88,110,97)
#506459
(80,100,89)
#485A51
(72,90,81)
#405049
(64,80,73)
#384641
(56,70,65)
#303C39
(48,60,57)
#283231
(40,50,49)
#202829
(32,40,41)
#181E21
(24,30,33)
#101419
(16,20,25)
#080A11
(8,10,17)
#000000
(0,0,0)

Tints of #586E61

#586E61
(88,110,97)
#677B6F
(103,123,111)
#76887D
(118,136,125)
#85958B
(133,149,139)
#94A299
(148,162,153)
#A3AFA7
(163,175,167)
#B2BCB5
(178,188,181)
#C1C9C3
(193,201,195)
#D0D6D1
(208,214,209)
#DFE3DF
(223,227,223)
#EEF0ED
(238,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #586E61; }

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

This text font color is #586E61.

Background Color

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

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

This div background color is #586E61.

Border color

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

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

This div border color is #586E61.

Opacity

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

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

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

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

This text has shadow with #586E61 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #586E61.

Preview

Color preview on black background

This text has color #586E61 on black background.


Color preview on white background

This text has color #586E61 on white background.


Black color preview on #586E61 background

This text has black color on #586E61 background.


White color preview on #586E61 background

This text has white color on #586E61 background.


Related colors

Complementary color

Complementary color for #hex is #A7919E.


I love getcolorcode.com

Triadic colors

1 #61586E and #6E6158 with #586E61 are triadic colors.

2 #616E58 and #6E5861 with #586E61 are triadic colors.