COLOR #586655

HEX: #586655 RGB: (88,102,85)

Color info

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

RGB color model

#586655 color RGB value is (88,102,85).

RGB: (88,102,85) (35%, 40%, 33%)

RGB channels and saturation

R 88 of 255 = 35%
G 102 of 255 = 40%
B 85 of 255 = 33%

88
102
85

R + G + B ~ 36%. #586655 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 88 + 102 + 85 = 275 (100%)
R 88 of 275 ~ 32%
G 102 of 275 ~ 37.09%
B 85 of 275 ~ 30.91'%

%32
%37.09
%30.91

CMYK color model

#586655 color CMYK value is (14,0,17,60).

  • cyan value is 13.73%
  • magenta value is 0.00%
  • yellow value is 16.67%
  • key color value is 60.00%

CMYK: (14,0,17,60)
C14M0Y17K60 (14%, 0%, 17%, 60%)
(0.14 / 0.00 / 0.17 / 0.60)

CMYK percentages

%13.73
%0
%16.67
%60

Codes

Color #586655 in popluar color models

58 66 55
RGB 88 102 85
HSL 109° 9.09% 36.67%
HSB/HSV 109° 16.67% 40.00%
CMYK 13.73% 0.00% 16.67%
60.00%

Color #586655 in popluar number systems.

HEX 58 66 55
Decimal 88 102 85
Binary 1011000 1100110 1010101
Octal 130 146 125

Shades and tints

Shades of #586655

#586655
(88,102,85)
#505D4E
(80,93,78)
#485447
(72,84,71)
#404B40
(64,75,64)
#384239
(56,66,57)
#303932
(48,57,50)
#28302B
(40,48,43)
#202724
(32,39,36)
#181E1D
(24,30,29)
#101516
(16,21,22)
#080C0F
(8,12,15)
#000000
(0,0,0)

Tints of #586655

#586655
(88,102,85)
#677364
(103,115,100)
#768073
(118,128,115)
#858D82
(133,141,130)
#949A91
(148,154,145)
#A3A7A0
(163,167,160)
#B2B4AF
(178,180,175)
#C1C1BE
(193,193,190)
#D0CECD
(208,206,205)
#DFDBDC
(223,219,220)
#EEE8EB
(238,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #586655 color. Also use rgb(88,102,85) instead hex code.

Text Font Color

.myTextColor { color: #586655; }

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

This text font color is #586655.

Background Color

.myBgColor { background-color: #586655; }

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

This div background color is #586655.

Border color

.myBorderColor { border: 1px solid #586655; }

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

This div border color is #586655.

Opacity

.myOpacity80 { color: #586655; opacity: 0.8; }

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

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

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

This text has shadow with #586655 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #586655.

Preview

Color preview on black background

This text has color #586655 on black background.


Color preview on white background

This text has color #586655 on white background.


Black color preview on #586655 background

This text has black color on #586655 background.


White color preview on #586655 background

This text has white color on #586655 background.


Related colors

Complementary color

Complementary color for #hex is #A799AA.


I love getcolorcode.com

Triadic colors

1 #555866 and #665558 with #586655 are triadic colors.

2 #556658 and #665855 with #586655 are triadic colors.